@nextclaw/service 0.2.3 → 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.
- package/dist/cli/commands/skills/index.d.ts +2 -1
- package/dist/cli/commands/skills/index.d.ts.map +1 -1
- package/dist/cli/commands/skills/index.js +22 -1
- package/dist/cli/commands/skills/index.js.map +1 -1
- package/dist/cli/commands/skills/marketplace-client.d.ts +10 -6
- package/dist/cli/commands/skills/marketplace-client.d.ts.map +1 -1
- package/dist/cli/commands/skills/marketplace-client.js +14 -1
- package/dist/cli/commands/skills/marketplace-client.js.map +1 -1
- package/dist/cli/commands/skills/marketplace.utils.d.ts +2 -15
- package/dist/cli/commands/skills/marketplace.utils.d.ts.map +1 -1
- package/dist/cli/commands/skills/marketplace.utils.js +6 -133
- package/dist/cli/commands/skills/marketplace.utils.js.map +1 -1
- package/dist/cli/commands/skills/stores/marketplace-install-state.store.d.ts +39 -0
- package/dist/cli/commands/skills/stores/marketplace-install-state.store.d.ts.map +1 -0
- package/dist/cli/commands/skills/stores/marketplace-install-state.store.js +60 -0
- package/dist/cli/commands/skills/stores/marketplace-install-state.store.js.map +1 -0
- package/dist/cli/commands/skills/utils/marketplace-skill-lifecycle.utils.d.ts +27 -0
- package/dist/cli/commands/skills/utils/marketplace-skill-lifecycle.utils.d.ts.map +1 -0
- package/dist/cli/commands/skills/utils/marketplace-skill-lifecycle.utils.js +206 -0
- package/dist/cli/commands/skills/utils/marketplace-skill-lifecycle.utils.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/shared/services/marketplace/service-marketplace-installer.service.d.ts +1 -0
- package/dist/shared/services/marketplace/service-marketplace-installer.service.d.ts.map +1 -1
- package/dist/shared/services/marketplace/service-marketplace-installer.service.js +24 -11
- package/dist/shared/services/marketplace/service-marketplace-installer.service.js.map +1 -1
- package/dist/shared/types/cli.types.d.ts +8 -1
- package/dist/shared/types/cli.types.d.ts.map +1 -1
- package/dist/shared/utils/marketplace/service-marketplace-helpers.utils.d.ts +6 -1
- package/dist/shared/utils/marketplace/service-marketplace-helpers.utils.d.ts.map +1 -1
- package/dist/shared/utils/marketplace/service-marketplace-helpers.utils.js +13 -1
- package/dist/shared/utils/marketplace/service-marketplace-helpers.utils.js.map +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextclaw/service",
|
|
3
|
-
"version": "0.2.
|
|
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-
|
|
46
|
-
"@nextclaw/channel-extension-email": "0.1.
|
|
47
|
-
"@nextclaw/channel-extension-
|
|
48
|
-
"@nextclaw/channel-extension-
|
|
49
|
-
"@nextclaw/channel-extension-qq": "0.1.
|
|
50
|
-
"@nextclaw/channel-extension-slack": "0.1.
|
|
51
|
-
"@nextclaw/channel-extension-
|
|
52
|
-
"@nextclaw/channel-extension-
|
|
53
|
-
"@nextclaw/channel-extension-
|
|
54
|
-
"@nextclaw/channel-extension-
|
|
55
|
-
"@nextclaw/core": "0.13.
|
|
56
|
-
"@nextclaw/
|
|
57
|
-
"@nextclaw/
|
|
58
|
-
"@nextclaw/ncp": "0.
|
|
59
|
-
"@nextclaw/ncp-
|
|
60
|
-
"@nextclaw/
|
|
61
|
-
"@nextclaw/
|
|
62
|
-
"@nextclaw/nextclaw-
|
|
63
|
-
"@nextclaw/
|
|
64
|
-
"@nextclaw/
|
|
65
|
-
"@nextclaw/
|
|
66
|
-
"@nextclaw/
|
|
67
|
-
"@nextclaw/server": "0.13.
|
|
68
|
-
"@nextclaw/
|
|
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",
|