@perrylink/dsh-skill-pack-security-provider 2.0.1 → 2.0.2
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perrylink/dsh-skill-pack-security-provider",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Provider plugin for dsh-skill-pack-security: registers the pack's skills/ (zh) or skills-en/ (en) edition on ctx.skills AND the plugin_vet supply-chain gate tool on ctx.tools (license/SBOM/commit-lock/malware scans + five-dimension risk card). Ships both skill editions embedded in pack/.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
77
77
|
"@deepseek-ai/dsh-skill-filesystem": "0.1.0-rc.6",
|
|
78
|
-
"@deepseek-ai/dsh-tools": ">=0.0
|
|
78
|
+
"@deepseek-ai/dsh-tools": ">=0.1.0-rc.5 <0.2.0",
|
|
79
79
|
"@deepseek-ai/schemastery": "^3.18.1"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|