@bolloon/bolloon-agent 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolloon/bolloon-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "P2P AI Document Agent - 全局安装后执行 `bolloon` 启动产品",
|
|
6
6
|
"main": "dist/cli.js",
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"@multiformats/multiaddr": "^13.0.3",
|
|
48
48
|
"@noble/hashes": "^1.3.0",
|
|
49
49
|
"@rayhanadev/iroh": "^0.1.1",
|
|
50
|
-
"@twind/core": "^1.1.3",
|
|
51
50
|
"dotenv": "^17.4.2",
|
|
52
51
|
"esbuild": "^0.24.0",
|
|
53
52
|
"express": "^5.2.1",
|
|
@@ -68,7 +67,7 @@
|
|
|
68
67
|
"electron-builder": "^26.8.1",
|
|
69
68
|
"playwright": "^1.60.0",
|
|
70
69
|
"tsx": "^4.0.0",
|
|
71
|
-
"typescript": "^
|
|
70
|
+
"typescript": "^5.0.0",
|
|
72
71
|
"vitest": "^4.1.6"
|
|
73
72
|
},
|
|
74
73
|
"build": {
|