@lmzhen/dsh-evolution-state-storage 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.
- package/lib/types/index.d.ts +2 -2
- package/package.json +3 -5
package/lib/types/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Provider seam for durable evolution state.
|
|
3
3
|
*
|
|
4
|
-
* The state CONSUMER (`@
|
|
4
|
+
* The state CONSUMER (`@lmzhen/dsh-evolution-state`) never touches a
|
|
5
5
|
* medium. Providers register here: `domain` (storage-domain KV) and `json`
|
|
6
6
|
* (IO-seam files) are the two shipped providers.
|
|
7
|
-
* @module @
|
|
7
|
+
* @module @lmzhen/dsh-evolution-state-storage
|
|
8
8
|
*/
|
|
9
9
|
import { Context, Service } from '@deepseek-ai/cordis';
|
|
10
10
|
/** 0.3.17 (S3.5, D-4): 'skill_batch' removed — nothing ever created one
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-state-storage",
|
|
3
3
|
"description": "Provider registry seam for durable evolution state (community build)",
|
|
4
|
-
"version": "0.3.
|
|
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
|
|
29
|
-
"lib/
|
|
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": {},
|