@bolloon/bolloon-agent 0.1.22 → 0.1.23

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.
@@ -2361,7 +2361,6 @@ if (agentGenerateWalletBtn) {
2361
2361
  }
2362
2362
  });
2363
2363
  }
2364
- }
2365
2364
 
2366
2365
  if (catalogAddBtn) {
2367
2366
  catalogAddBtn.addEventListener('click', () => openAgentAddModal(null));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolloon/bolloon-agent",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "type": "module",
5
5
  "description": "P2P AI Document Agent - 全局安装后执行 `bolloon` 启动产品",
6
6
  "main": "dist/cli.js",
package/src/web/client.js CHANGED
@@ -2361,7 +2361,6 @@ if (agentGenerateWalletBtn) {
2361
2361
  }
2362
2362
  });
2363
2363
  }
2364
- }
2365
2364
 
2366
2365
  if (catalogAddBtn) {
2367
2366
  catalogAddBtn.addEventListener('click', () => openAgentAddModal(null));