@lmzhen/dsh-evolution-io-node 0.3.20 → 0.3.22

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,7 +6,7 @@
6
6
  * exists(), made directories report absent and let re-archives overwrite
7
7
  * older archive folders). Only the provider's `name` is added here.
8
8
  *
9
- * @module @deepseek-ai/dsh-evolution-io-node
9
+ * @module @lmzhen/dsh-evolution-io-node
10
10
  */
11
11
  import type { Context } from '@deepseek-ai/cordis';
12
12
  export declare const name = "evolution-io-node";
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.20",
4
+ "version": "0.3.22",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -25,23 +25,20 @@
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
- "@deepseek-ai/schemastery": "^3.18.1",
36
- "@lmzhen/dsh-evolution-core": "^0.3.20"
33
+ "@lmzhen/dsh-evolution-core": "^0.3.22"
37
34
  },
38
35
  "peerDependencies": {
39
36
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
40
37
  "@deepseek-ai/cordis": "^4.0.1",
41
- "@lmzhen/dsh-evolution-io": "^0.3.20"
38
+ "@lmzhen/dsh-evolution-io": "^0.3.22"
42
39
  },
43
40
  "devDependencies": {
44
41
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
45
- "@lmzhen/dsh-evolution-io": "^0.3.20"
42
+ "@lmzhen/dsh-evolution-io": "^0.3.22"
46
43
  }
47
44
  }