@xyo-network/filesystem-archivist 3.18.2 → 3.18.3

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/dist/node/index.mjs +1 -1
  2. package/package.json +16 -16
@@ -15,7 +15,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
15
15
  var __superGet = (cls, obj, key) => __reflectGet(__getProtoOf(cls), key, obj);
16
16
 
17
17
  // src/FilesystemArchivist.ts
18
- import { readFile } from "node:fs/promises";
18
+ import { readFile } from "fs/promises";
19
19
  import { assertEx } from "@xylabs/assert";
20
20
  import { handleError } from "@xylabs/error";
21
21
  import { AbstractArchivist, StorageClassLabel } from "@xyo-network/archivist-abstract";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/filesystem-archivist",
3
- "version": "3.18.2",
3
+ "version": "3.18.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,24 +29,24 @@
29
29
  "module": "dist/node/index.mjs",
30
30
  "types": "dist/types/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/assert": "^4.11.10",
33
- "@xylabs/error": "^4.11.10",
34
- "@xylabs/hex": "^4.11.10",
35
- "@xylabs/promise": "^4.11.10",
36
- "@xyo-network/archivist-abstract": "^3.18.2",
37
- "@xyo-network/archivist-memory": "^3.18.2",
38
- "@xyo-network/archivist-model": "^3.18.2",
39
- "@xyo-network/boundwitness-model": "^3.18.2",
40
- "@xyo-network/module-model": "^3.18.2",
41
- "@xyo-network/payload-model": "^3.18.2",
42
- "@xyo-network/wallet": "^3.18.2"
32
+ "@xylabs/assert": "^4.11.14",
33
+ "@xylabs/error": "^4.11.14",
34
+ "@xylabs/hex": "^4.11.14",
35
+ "@xylabs/promise": "^4.11.14",
36
+ "@xyo-network/archivist-abstract": "^3.18.3",
37
+ "@xyo-network/archivist-memory": "^3.18.3",
38
+ "@xyo-network/archivist-model": "^3.18.3",
39
+ "@xyo-network/boundwitness-model": "^3.18.3",
40
+ "@xyo-network/module-model": "^3.18.3",
41
+ "@xyo-network/payload-model": "^3.18.3",
42
+ "@xyo-network/wallet": "^3.18.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@xylabs/ts-scripts-yarn3": "^6.5.7",
46
- "@xylabs/tsconfig": "^6.5.7",
47
- "@xylabs/vitest-extended": "^4.11.10",
45
+ "@xylabs/ts-scripts-yarn3": "^6.5.8",
46
+ "@xylabs/tsconfig": "^6.5.8",
47
+ "@xylabs/vitest-extended": "^4.11.14",
48
48
  "typescript": "^5.8.3",
49
- "vitest": "^3.2.1"
49
+ "vitest": "^3.2.2"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"