@nextclaw/service 0.2.4 → 0.2.5

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.
Files changed (32) hide show
  1. package/dist/cli/commands/skills/index.d.ts +2 -1
  2. package/dist/cli/commands/skills/index.d.ts.map +1 -1
  3. package/dist/cli/commands/skills/index.js +22 -1
  4. package/dist/cli/commands/skills/index.js.map +1 -1
  5. package/dist/cli/commands/skills/marketplace-client.d.ts +10 -6
  6. package/dist/cli/commands/skills/marketplace-client.d.ts.map +1 -1
  7. package/dist/cli/commands/skills/marketplace-client.js +14 -1
  8. package/dist/cli/commands/skills/marketplace-client.js.map +1 -1
  9. package/dist/cli/commands/skills/marketplace.utils.d.ts +2 -15
  10. package/dist/cli/commands/skills/marketplace.utils.d.ts.map +1 -1
  11. package/dist/cli/commands/skills/marketplace.utils.js +6 -133
  12. package/dist/cli/commands/skills/marketplace.utils.js.map +1 -1
  13. package/dist/cli/commands/skills/stores/marketplace-install-state.store.d.ts +39 -0
  14. package/dist/cli/commands/skills/stores/marketplace-install-state.store.d.ts.map +1 -0
  15. package/dist/cli/commands/skills/stores/marketplace-install-state.store.js +60 -0
  16. package/dist/cli/commands/skills/stores/marketplace-install-state.store.js.map +1 -0
  17. package/dist/cli/commands/skills/utils/marketplace-skill-lifecycle.utils.d.ts +27 -0
  18. package/dist/cli/commands/skills/utils/marketplace-skill-lifecycle.utils.d.ts.map +1 -0
  19. package/dist/cli/commands/skills/utils/marketplace-skill-lifecycle.utils.js +206 -0
  20. package/dist/cli/commands/skills/utils/marketplace-skill-lifecycle.utils.js.map +1 -0
  21. package/dist/index.d.ts +2 -2
  22. package/dist/shared/services/marketplace/service-marketplace-installer.service.d.ts +1 -0
  23. package/dist/shared/services/marketplace/service-marketplace-installer.service.d.ts.map +1 -1
  24. package/dist/shared/services/marketplace/service-marketplace-installer.service.js +24 -11
  25. package/dist/shared/services/marketplace/service-marketplace-installer.service.js.map +1 -1
  26. package/dist/shared/types/cli.types.d.ts +8 -1
  27. package/dist/shared/types/cli.types.d.ts.map +1 -1
  28. package/dist/shared/utils/marketplace/service-marketplace-helpers.utils.d.ts +6 -1
  29. package/dist/shared/utils/marketplace/service-marketplace-helpers.utils.d.ts.map +1 -1
  30. package/dist/shared/utils/marketplace/service-marketplace-helpers.utils.js +13 -1
  31. package/dist/shared/utils/marketplace/service-marketplace-helpers.utils.js.map +1 -1
  32. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/service",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "private": false,
5
5
  "description": "NextClaw long-running service host and runtime lifecycle.",
6
6
  "type": "module",
@@ -42,30 +42,30 @@
42
42
  "chokidar": "^3.6.0",
43
43
  "commander": "^12.1.0",
44
44
  "jszip": "^3.10.1",
45
- "@nextclaw/channel-extension-discord": "0.1.8",
46
- "@nextclaw/channel-extension-feishu": "0.1.16",
47
- "@nextclaw/channel-extension-email": "0.1.8",
48
- "@nextclaw/channel-extension-qq": "0.1.13",
49
- "@nextclaw/channel-extension-slack": "0.1.8",
50
- "@nextclaw/channel-extension-telegram": "0.1.8",
51
- "@nextclaw/channel-extension-wecom": "0.1.8",
52
- "@nextclaw/channel-extension-whatsapp": "0.1.8",
53
- "@nextclaw/core": "0.13.4",
54
- "@nextclaw/mcp": "0.2.4",
55
- "@nextclaw/kernel": "0.2.4",
56
- "@nextclaw/channel-extension-dingtalk": "0.1.8",
57
- "@nextclaw/channel-extension-weixin": "0.1.20",
58
- "@nextclaw/ncp-agent-runtime": "0.3.35",
59
- "@nextclaw/ncp": "0.5.24",
60
- "@nextclaw/ncp-mcp": "0.1.99",
61
- "@nextclaw/nextclaw-ncp-runtime-http-client": "0.2.4",
62
- "@nextclaw/nextclaw-hermes-acp-bridge": "0.2.4",
63
- "@nextclaw/nextclaw-ncp-runtime-stdio-client": "0.2.4",
64
- "@nextclaw/ncp-toolkit": "0.5.29",
65
- "@nextclaw/remote": "0.2.4",
66
- "@nextclaw/runtime": "0.3.4",
67
- "@nextclaw/server": "0.13.4",
68
- "@nextclaw/shared": "0.2.4"
45
+ "@nextclaw/channel-extension-dingtalk": "0.1.9",
46
+ "@nextclaw/channel-extension-email": "0.1.9",
47
+ "@nextclaw/channel-extension-feishu": "0.1.17",
48
+ "@nextclaw/channel-extension-discord": "0.1.9",
49
+ "@nextclaw/channel-extension-qq": "0.1.14",
50
+ "@nextclaw/channel-extension-slack": "0.1.9",
51
+ "@nextclaw/channel-extension-telegram": "0.1.9",
52
+ "@nextclaw/channel-extension-weixin": "0.1.21",
53
+ "@nextclaw/channel-extension-wecom": "0.1.9",
54
+ "@nextclaw/channel-extension-whatsapp": "0.1.9",
55
+ "@nextclaw/core": "0.13.5",
56
+ "@nextclaw/kernel": "0.2.5",
57
+ "@nextclaw/ncp": "0.5.25",
58
+ "@nextclaw/ncp-mcp": "0.1.100",
59
+ "@nextclaw/ncp-toolkit": "0.5.30",
60
+ "@nextclaw/nextclaw-hermes-acp-bridge": "0.2.5",
61
+ "@nextclaw/mcp": "0.2.5",
62
+ "@nextclaw/nextclaw-ncp-runtime-stdio-client": "0.2.5",
63
+ "@nextclaw/remote": "0.2.5",
64
+ "@nextclaw/ncp-agent-runtime": "0.3.36",
65
+ "@nextclaw/runtime": "0.3.5",
66
+ "@nextclaw/shared": "0.2.5",
67
+ "@nextclaw/server": "0.13.5",
68
+ "@nextclaw/nextclaw-ncp-runtime-http-client": "0.2.5"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/node": "^20.17.6",