@lmzhen/dsh-evolution-skill-catalog 0.3.19 → 0.3.21

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.
@@ -5,7 +5,7 @@
5
5
  * publishes the same tree into DSH's skill registry and invalidates its
6
6
  * catalog synchronously on `evolution/skill-mutated`, removing the
7
7
  * filesystem-watcher latency/window from the write → visible loop.
8
- * @module @deepseek-ai/dsh-evolution-skill-catalog
8
+ * @module @lmzhen/dsh-evolution-skill-catalog
9
9
  */
10
10
  import type { Context } from '@deepseek-ai/cordis';
11
11
  import z from '@deepseek-ai/schemastery';
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.19",
4
+ "version": "0.3.21",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -25,26 +25,24 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "files": [
28
- "lib/index.js",
29
- "lib/invariant.js",
30
- "lib/types/**/*.d.ts",
31
- "lib/types/invariant.d.ts"
28
+ "lib/*.js",
29
+ "lib/types/**/*.d.ts"
32
30
  ],
33
31
  "license": "MIT",
34
32
  "dependencies": {
35
33
  "@deepseek-ai/schemastery": "^3.18.1",
36
- "@lmzhen/dsh-evolution-core": "^0.3.19"
34
+ "@lmzhen/dsh-evolution-core": "^0.3.21"
37
35
  },
38
36
  "peerDependencies": {
39
37
  "@deepseek-ai/cordis": "^4.0.1",
40
38
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
41
39
  "@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
42
- "@lmzhen/dsh-evolution-io": "^0.3.19"
40
+ "@lmzhen/dsh-evolution-io": "^0.3.21"
43
41
  },
44
42
  "devDependencies": {
45
43
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
46
44
  "@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
47
- "@lmzhen/dsh-evolution-core": "^0.3.19",
48
- "@lmzhen/dsh-evolution-io": "^0.3.19"
45
+ "@lmzhen/dsh-evolution-core": "^0.3.21",
46
+ "@lmzhen/dsh-evolution-io": "^0.3.21"
49
47
  }
50
48
  }