@lmzhen/dsh-evolution-state 0.3.82 → 0.3.83

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @deepseek-ai/dsh-evolution-state
1
+ # @lmzhen/dsh-evolution-state
2
2
 
3
3
  Provider-selection surface for durable curator and review state records
4
4
 
@@ -8,7 +8,7 @@ Provider-selection surface for durable curator and review state records
8
8
 
9
9
  #### What the model sees
10
10
 
11
- `@deepseek-ai/dsh-evolution-state` registers no direct prompt or tool schema itself. Model-visible effects are owned by the packages that consume this service.
11
+ `@lmzhen/dsh-evolution-state` registers no direct prompt or tool schema itself. Model-visible effects are owned by the packages that consume this service.
12
12
 
13
13
  #### Token effect
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-state",
3
3
  "description": "Durable evolution state consumer over pluggable storage providers (community build)",
4
- "version": "0.3.82",
4
+ "version": "0.3.83",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@deepseek-ai/cordis": "^4.0.1",
33
- "@lmzhen/dsh-evolution-state-storage": "^0.3.82"
33
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.83"
34
34
  },
35
35
  "devDependencies": {
36
- "@lmzhen/dsh-evolution-state-storage": "^0.3.82"
36
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.83"
37
37
  }
38
38
  }