@lmzhen/dsh-evolution-skill-catalog 0.3.0 → 0.3.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/lib/invariant.js +1 -1
- package/package.json +5 -5
package/lib/invariant.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region lib/types/invariant.js
|
|
2
|
-
const PACKAGE_NAME = "@
|
|
2
|
+
const PACKAGE_NAME = "@lmzhen/dsh-evolution-skill-catalog";
|
|
3
3
|
const name = "evolution-skill-catalog-invariant";
|
|
4
4
|
const inject = ["invariants"];
|
|
5
5
|
const install = () => {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-skill-catalog",
|
|
3
3
|
"description": "Native ctx.skills provider for the evolution-managed skill tree (community build)",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
36
|
-
"@lmzhen/dsh-evolution-core": "^0.3.
|
|
36
|
+
"@lmzhen/dsh-evolution-core": "^0.3.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
40
40
|
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
41
41
|
"@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
|
|
42
|
-
"@lmzhen/dsh-evolution-io": "^0.3.
|
|
42
|
+
"@lmzhen/dsh-evolution-io": "^0.3.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
46
46
|
"@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
|
|
47
|
-
"@lmzhen/dsh-evolution-core": "^0.3.
|
|
48
|
-
"@lmzhen/dsh-evolution-io": "^0.3.
|
|
47
|
+
"@lmzhen/dsh-evolution-core": "^0.3.1",
|
|
48
|
+
"@lmzhen/dsh-evolution-io": "^0.3.1"
|
|
49
49
|
}
|
|
50
50
|
}
|