@lmzhen/dsh-evolution-io-node 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 +1 -1
- package/package.json +6 -9
package/lib/types/index.d.ts
CHANGED
|
@@ -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 @
|
|
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.
|
|
4
|
+
"version": "0.3.21",
|
|
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
|
|
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": {
|
|
35
|
-
"@
|
|
36
|
-
"@lmzhen/dsh-evolution-core": "^0.3.19"
|
|
33
|
+
"@lmzhen/dsh-evolution-core": "^0.3.21"
|
|
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.
|
|
38
|
+
"@lmzhen/dsh-evolution-io": "^0.3.21"
|
|
42
39
|
},
|
|
43
40
|
"devDependencies": {
|
|
44
41
|
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
45
|
-
"@lmzhen/dsh-evolution-io": "^0.3.
|
|
42
|
+
"@lmzhen/dsh-evolution-io": "^0.3.21"
|
|
46
43
|
}
|
|
47
44
|
}
|