Skip to content

Commit 4050b4f

Browse files
committed
feat: complete implementation
1 parent 220ce12 commit 4050b4f

24 files changed

Lines changed: 2416 additions & 329 deletions

File tree

deno.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"miniapps:dev:biobridge": "pnpm --filter @biochain/miniapp-biobridge dev"
7272
},
7373
"dependencies": {
74-
"@biochain/android-focus-blur-guard": "workspace:*",
7574
"@base-ui/react": "^1.0.0",
7675
"@bfchain/util": "^5.0.0",
7776
"@bfmeta/sign-util": "^1.3.10",
77+
"@biochain/android-focus-blur-guard": "workspace:*",
7878
"@biochain/bio-sdk": "workspace:*",
7979
"@biochain/chain-effect": "workspace:*",
8080
"@biochain/ecosystem-native": "workspace:*",
@@ -149,12 +149,12 @@
149149
"@inquirer/prompts": "^8.0.2",
150150
"@plaoc/cli": "^1.2.2",
151151
"@playwright/test": "^1.57.0",
152+
"@stackflow/config": "^1.0.1-canary.0",
152153
"@storybook/addon-docs": "^10.1.4",
153154
"@storybook/addon-vitest": "^10.1.4",
154155
"@storybook/react": "^10.1.4",
155156
"@storybook/react-vite": "^10.1.4",
156157
"@storybook/test": "^8.6.14",
157-
"@stackflow/config": "^1.0.1-canary.0",
158158
"@tailwindcss/vite": "^4.0.0",
159159
"@tanstack/ai": "^0.0.3",
160160
"@testing-library/jest-dom": "^6.9.1",
@@ -171,11 +171,13 @@
171171
"@types/semver": "^7.7.1",
172172
"@types/ssh2-sftp-client": "^9.0.6",
173173
"@typescript-eslint/parser": "^8.53.0",
174+
"@vitejs/plugin-legacy": "^7.2.1",
174175
"@vitejs/plugin-react": "^5.1.1",
175176
"@vitest/browser": "^4.0.15",
176177
"@vitest/browser-playwright": "^4.0.15",
177178
"@vitest/coverage-istanbul": "^4.0.15",
178179
"@vitest/coverage-v8": "^4.0.15",
180+
"core-js": "^3.48.0",
179181
"detect-port": "^2.1.0",
180182
"dotenv": "^17.2.3",
181183
"eslint-plugin-file-component-constraints": "workspace:*",
@@ -198,6 +200,7 @@
198200
"ssh2-sftp-client": "^12.0.1",
199201
"storybook": "^10.1.4",
200202
"tailwindcss": "^4.0.0",
203+
"terser": "^5.46.0",
201204
"turbo": "^2.7.1",
202205
"typescript": "~5.9.3",
203206
"vite": "^7.2.7",

packages/android-focus-blur-guard/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@biochain/android-focus-blur-guard",
3+
"private": false,
34
"version": "0.1.0",
45
"description": "Android focus/blur loop guard for WebView and iframe contexts",
56
"type": "module",
@@ -9,7 +10,8 @@
910
"exports": {
1011
".": {
1112
"import": "./src/index.ts",
12-
"types": "./src/index.ts"
13+
"types": "./src/index.ts",
14+
"default": "./src/index.ts"
1315
}
1416
},
1517
"files": [

packages/bio-sdk/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "@biochain/bio-sdk",
3+
"private": false,
34
"version": "0.2.0",
45
"description": "Bio Ecosystem SDK for MiniApps - window.bio provider",
56
"type": "module",
7+
"main": "./src/index.ts",
68
"module": "./src/index.ts",
9+
"types": "./src/index.ts",
710
"exports": {
811
".": {
12+
"import": "./src/index.ts",
13+
"types": "./src/index.ts",
914
"default": "./src/index.ts"
1015
}
1116
},

packages/chain-effect/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@biochain/chain-effect",
3+
"private": true,
34
"version": "0.1.0",
45
"description": "Effect TS based reactive chain data fetching",
56
"type": "module",

packages/create-miniapp/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@biochain/create-miniapp",
3+
"private": true,
34
"version": "0.1.0",
45
"description": "CLI 工具用于快速创建 Bio 生态 miniapp 项目",
56
"type": "module",
@@ -37,8 +38,5 @@
3738
"oxlint": "^1.32.0",
3839
"tsup": "^8.5.0",
3940
"typescript": "^5.9.3"
40-
},
41-
"publishConfig": {
42-
"access": "public"
4341
}
4442
}

packages/dweb-compat/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@biochain/dweb-compat",
3+
"private": true,
34
"version": "0.1.0",
45
"description": "dweb-plaoc 到 KeyApp bio provider 的兼容适配器",
56
"type": "module",
@@ -31,4 +32,4 @@
3132
"typescript": "^5.9.3",
3233
"vitest": "^4.0.0"
3334
}
34-
}
35+
}

packages/e2e-tools/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@biochain/e2e-tools",
3+
"private": true,
34
"version": "0.1.0",
45
"description": "E2E 测试工具 - 截图审计、残留检测",
56
"type": "module",

packages/ecosystem-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@biochain/ecosystem-native",
3+
"private": true,
34
"version": "0.1.0",
45
"description": "Native DOM components for Ecosystem desktop with Safari optimization",
56
"type": "module",

packages/eslint-plugin-file-component-constraints/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "eslint-plugin-file-component-constraints",
3+
"private": true,
34
"version": "0.1.0",
45
"description": "ESLint plugin to enforce component usage constraints based on file patterns",
56
"main": "dist/index.js",

0 commit comments

Comments
 (0)