@xyo-network/archivist-filesystem 5.5.6 → 5.6.1

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 (1) hide show
  1. package/package.json +31 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist-filesystem",
3
- "version": "5.5.6",
3
+ "version": "5.6.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -36,24 +36,23 @@
36
36
  "README.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@xyo-network/archivist-abstract": "~5.5.6",
40
- "@xyo-network/archivist-memory": "~5.5.6",
41
- "@xyo-network/archivist-model": "~5.5.6",
42
- "@xyo-network/module-model": "~5.5.6"
39
+ "@xyo-network/archivist-abstract": "~5.6.1",
40
+ "@xyo-network/module-model": "~5.6.1",
41
+ "@xyo-network/archivist-memory": "~5.6.1",
42
+ "@xyo-network/archivist-model": "~5.6.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@bitauth/libauth": "~3.0.0",
46
46
  "@opentelemetry/api": "^1.9.1",
47
- "@opentelemetry/sdk-trace-base": "^2.7.0",
47
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
48
48
  "@scure/base": "~2.2.0",
49
49
  "@scure/bip39": "~2.2.0",
50
50
  "@types/node": "^25.6.0",
51
- "@xylabs/sdk-js": "^5.0.100",
52
- "@xylabs/threads": "~5.0.100",
53
- "@xylabs/toolchain": "~7.11.12",
54
- "@xylabs/tsconfig": "~7.11.12",
55
- "@xylabs/vitest-extended": "~5.0.100",
56
- "@xylabs/vitest-matchers": "~5.0.100",
51
+ "@xylabs/sdk-js": "^5.1.0",
52
+ "@xylabs/threads": "~5.0.102",
53
+ "@xylabs/toolchain": "~7.12.3",
54
+ "@xylabs/tsconfig": "~7.12.3",
55
+ "@xylabs/vitest-extended": "~5.1.0",
57
56
  "@xyo-network/account": "~5.5.2",
58
57
  "@xyo-network/account-model": "~5.5.2",
59
58
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -72,10 +71,10 @@
72
71
  "chalk": "^5.6.2",
73
72
  "debug": "~4.4.3",
74
73
  "esbuild": "^0.28.0",
75
- "eslint": "^10.2.1",
74
+ "eslint": "^10.3.0",
76
75
  "ethers": "^6.16.0",
77
76
  "hash-wasm": "~4.12.0",
78
- "lru-cache": "^11.3.5",
77
+ "lru-cache": "^11.3.6",
79
78
  "observable-fns": "~0.6.1",
80
79
  "pako": "~2.1.0",
81
80
  "tslib": "^2.8.1",
@@ -83,29 +82,29 @@
83
82
  "vite": "^8.0.10",
84
83
  "vitest": "~4.1.5",
85
84
  "wasm-feature-detect": "~1.8.0",
86
- "zod": "^4.3.6"
85
+ "zod": "^4.4.3"
87
86
  },
88
87
  "peerDependencies": {
89
88
  "@opentelemetry/api": ">=1.9.1 <2",
90
- "@scure/base": ">=2.2.0 <3",
91
- "@scure/bip39": ">=2.2.0 <3",
92
- "@xylabs/sdk-js": ">=5.0.100 <6",
93
- "@xyo-network/account": ">=5.5.2 <6",
94
- "@xyo-network/account-model": ">=5.5.2 <6",
95
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
96
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
97
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
98
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
99
- "@xyo-network/manifest-model": ">=5.5.2 <6",
100
- "@xyo-network/payload-builder": ">=5.5.2 <6",
101
- "@xyo-network/payload-model": ">=5.5.2 <6",
102
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
103
- "@xyo-network/wallet": ">=5.5.2 <6",
104
- "@xyo-network/wallet-model": ">=5.5.2 <6",
89
+ "@scure/base": ">=2.2.0 <2.3",
90
+ "@scure/bip39": ">=2.2.0 <2.3",
91
+ "@xylabs/sdk-js": ">=5.1.0 <6",
92
+ "@xyo-network/account": ">=5.5.2 <5.6",
93
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
94
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
95
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
96
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
97
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
98
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
99
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
100
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
101
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
102
+ "@xyo-network/wallet": ">=5.5.2 <5.6",
103
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
105
104
  "async-mutex": ">=0.5.0 <1",
106
105
  "ethers": ">=6.16.0 <7",
107
- "lru-cache": ">=11.3.5 <12",
108
- "zod": ">=4.3.6 <5"
106
+ "lru-cache": ">=11.3.6 <12",
107
+ "zod": ">=4.4.3 <5"
109
108
  },
110
109
  "publishConfig": {
111
110
  "access": "public"