@lmzhen/dsh-evolution-io-node 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 +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @deepseek-ai/dsh-evolution-io-node
1
+ # @lmzhen/dsh-evolution-io-node
2
2
 
3
3
  Local atomic node:fs IO provider
4
4
 
@@ -8,7 +8,7 @@ Local atomic node:fs IO provider
8
8
 
9
9
  #### What the model sees
10
10
 
11
- `@deepseek-ai/dsh-evolution-io-node` registers no direct prompt or tool schema itself. Model-visible effects are owned by the packages that consume this service.
11
+ `@lmzhen/dsh-evolution-io-node` 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-io-node",
3
3
  "description": "Local atomic node:fs IO provider (community build)",
4
- "version": "0.3.82",
4
+ "version": "0.3.83",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -26,13 +26,13 @@
26
26
  ],
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@lmzhen/dsh-evolution-core": "^0.3.82"
29
+ "@lmzhen/dsh-evolution-core": "^0.3.83"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@deepseek-ai/cordis": "^4.0.1",
33
- "@lmzhen/dsh-evolution-io": "^0.3.82"
33
+ "@lmzhen/dsh-evolution-io": "^0.3.83"
34
34
  },
35
35
  "devDependencies": {
36
- "@lmzhen/dsh-evolution-io": "^0.3.82"
36
+ "@lmzhen/dsh-evolution-io": "^0.3.83"
37
37
  }
38
38
  }