@lmzhen/dsh-evolution-capability 0.3.20 → 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.
@@ -6,11 +6,11 @@
6
6
  * a capability package is validated, then submitted through the same staged
7
7
  * approval audit used by memory/skills. Human approval records the pending
8
8
  * package; the actual `cordis_define`/`cordis_run` work stays in Creator mode.
9
- * @module @deepseek-ai/dsh-evolution-capability
9
+ * @module @lmzhen/dsh-evolution-capability
10
10
  */
11
11
  import { Context, Service } from '@deepseek-ai/cordis';
12
12
  import type Schema from '@deepseek-ai/schemastery';
13
- import type { PendingRecord, PendingStatus } from '@deepseek-ai/dsh-evolution-state-storage';
13
+ import type { PendingRecord, PendingStatus } from '@lmzhen/dsh-evolution-state-storage';
14
14
  declare module '@deepseek-ai/cordis' {
15
15
  interface Context {
16
16
  evolutionCapability: EvolutionCapability;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-capability",
3
3
  "description": "Explicit staged governance adapter for Creator-mode capability packages (community build)",
4
- "version": "0.3.20",
4
+ "version": "0.3.21",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -25,10 +25,8 @@
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": {
@@ -37,17 +35,17 @@
37
35
  "peerDependencies": {
38
36
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
39
37
  "@deepseek-ai/cordis": "^4.0.1",
40
- "@lmzhen/dsh-evolution-approval": "^0.3.20",
41
- "@lmzhen/dsh-evolution-state": "^0.3.20",
42
- "@lmzhen/dsh-evolution-state-storage": "^0.3.20"
38
+ "@lmzhen/dsh-evolution-approval": "^0.3.21",
39
+ "@lmzhen/dsh-evolution-state": "^0.3.21",
40
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.21"
43
41
  },
44
42
  "devDependencies": {
45
43
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
46
- "@lmzhen/dsh-evolution-approval": "^0.3.20",
47
- "@lmzhen/dsh-evolution-state": "^0.3.20",
48
- "@lmzhen/dsh-evolution-state-storage": "^0.3.20",
49
- "@lmzhen/dsh-evolution-io": "^0.3.20",
50
- "@lmzhen/dsh-evolution-io-node": "^0.3.20",
51
- "@lmzhen/dsh-evolution-state-json": "^0.3.20"
44
+ "@lmzhen/dsh-evolution-approval": "^0.3.21",
45
+ "@lmzhen/dsh-evolution-state": "^0.3.21",
46
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.21",
47
+ "@lmzhen/dsh-evolution-io": "^0.3.21",
48
+ "@lmzhen/dsh-evolution-io-node": "^0.3.21",
49
+ "@lmzhen/dsh-evolution-state-json": "^0.3.21"
52
50
  }
53
51
  }