@jianxx/dsh-cc-plugin-loader 0.1.0 → 0.1.1
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 +11 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jianxx/dsh-cc-plugin-loader",
|
|
3
3
|
"description": "Load Claude Code plugin.json manifests as in-memory dsh plugin mounts",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/jianxx/dsh-cc-plugins.git",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"@deepseek-ai/dsh-skill": ">=0.1.1-rc.2",
|
|
34
34
|
"@deepseek-ai/dsh-subagent": ">=0.1.1-rc.2",
|
|
35
35
|
"@deepseek-ai/cordis": ">=0.1.1-rc.2",
|
|
36
|
-
"@jianxx/dsh-cc-claude-code-agents": "^0.1.
|
|
37
|
-
"@jianxx/dsh-cc-hook-protocol": "^0.1.
|
|
38
|
-
"@jianxx/dsh-cc-mcp-client": "^0.1.
|
|
39
|
-
"@jianxx/dsh-cc-
|
|
40
|
-
"@jianxx/dsh-cc-
|
|
36
|
+
"@jianxx/dsh-cc-claude-code-agents": "^0.1.1",
|
|
37
|
+
"@jianxx/dsh-cc-hook-protocol": "^0.1.1",
|
|
38
|
+
"@jianxx/dsh-cc-mcp-client": "^0.1.1",
|
|
39
|
+
"@jianxx/dsh-cc-tools": "^0.1.1",
|
|
40
|
+
"@jianxx/dsh-cc-skill-loader": "^0.1.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@deepseek-ai/dsh-commands": "link:../../../../deepseek-harness/packages/interaction/commands",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"@deepseek-ai/dsh-skill": "link:../../../../deepseek-harness/packages/skill/skill",
|
|
46
46
|
"@deepseek-ai/dsh-subagent": "link:../../../../deepseek-harness/packages/subagent/subagent",
|
|
47
47
|
"@deepseek-ai/cordis": "link:../../../../deepseek-harness/vendor/cordis",
|
|
48
|
-
"@jianxx/dsh-cc-
|
|
49
|
-
"@jianxx/dsh-cc-
|
|
50
|
-
"@jianxx/dsh-cc-
|
|
51
|
-
"@jianxx/dsh-cc-
|
|
52
|
-
"@jianxx/dsh-cc-
|
|
48
|
+
"@jianxx/dsh-cc-skill-loader": "^0.1.1",
|
|
49
|
+
"@jianxx/dsh-cc-claude-code-agents": "^0.1.1",
|
|
50
|
+
"@jianxx/dsh-cc-hook-protocol": "^0.1.1",
|
|
51
|
+
"@jianxx/dsh-cc-mcp-client": "^0.1.1",
|
|
52
|
+
"@jianxx/dsh-cc-tools": "^0.1.1"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|