@xyo-network/archivist-filesystem 5.5.1 → 5.5.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 (1) hide show
  1. package/package.json +25 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist-filesystem",
3
- "version": "5.5.1",
3
+ "version": "5.5.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -35,6 +35,12 @@
35
35
  "!**/*.test.*",
36
36
  "README.md"
37
37
  ],
38
+ "dependencies": {
39
+ "@xyo-network/archivist-memory": "~5.5.3",
40
+ "@xyo-network/archivist-abstract": "~5.5.3",
41
+ "@xyo-network/archivist-model": "~5.5.3",
42
+ "@xyo-network/module-model": "~5.5.3"
43
+ },
38
44
  "devDependencies": {
39
45
  "@bitauth/libauth": "~3.0.0",
40
46
  "@opentelemetry/api": "^1.9.1",
@@ -44,8 +50,8 @@
44
50
  "@types/node": "^25.6.0",
45
51
  "@xylabs/sdk-js": "^5.0.100",
46
52
  "@xylabs/threads": "~5.0.100",
47
- "@xylabs/toolchain": "~7.11.3",
48
- "@xylabs/tsconfig": "~7.11.3",
53
+ "@xylabs/toolchain": "~7.11.7",
54
+ "@xylabs/tsconfig": "~7.11.7",
49
55
  "@xylabs/vitest-extended": "~5.0.100",
50
56
  "@xylabs/vitest-matchers": "~5.0.100",
51
57
  "@xyo-network/account": "~5.5",
@@ -84,33 +90,34 @@
84
90
  "vite": "^8.0.9",
85
91
  "vitest": "~4.1.5",
86
92
  "wasm-feature-detect": "~1.8.0",
87
- "zod": "^4.3.6",
88
- "@xyo-network/archivist-abstract": "~5.5.1",
89
- "@xyo-network/archivist-generic": "~5.5.1",
90
- "@xyo-network/diviner-model": "~5.5.1",
91
- "@xyo-network/module-model": "~5.5.1",
92
- "@xyo-network/archivist-memory": "~5.5.1",
93
- "@xyo-network/archivist-model": "~5.5.1",
94
- "@xyo-network/diviner-payload-model": "~5.5.1",
95
- "@xyo-network/module-abstract": "~5.5.1",
96
- "@xyo-network/node-model": "~5.5.1",
97
- "@xyo-network/module-resolver": "~5.5.1"
93
+ "zod": "^4.3.6"
98
94
  },
99
95
  "peerDependencies": {
96
+ "@opentelemetry/api": "^1.9.1",
100
97
  "@scure/base": "~2.2.0",
101
98
  "@scure/bip39": "~2.2.0",
102
99
  "@xylabs/sdk-js": "^5.0.100",
103
100
  "@xyo-network/account": "~5.5",
104
101
  "@xyo-network/account-model": "~5.5",
105
- "@xyo-network/archivist-abstract": "~5.5",
106
- "@xyo-network/archivist-memory": "~5.5",
107
- "@xyo-network/archivist-model": "~5.5",
102
+ "@xyo-network/boundwitness-builder": "~5.5",
108
103
  "@xyo-network/boundwitness-model": "~5.5",
109
- "@xyo-network/module-model": "~5.5",
104
+ "@xyo-network/boundwitness-validator": "~5.5",
105
+ "@xyo-network/boundwitness-wrapper": "~5.5",
106
+ "@xyo-network/config-payload-plugin": "~5.5",
107
+ "@xyo-network/data": "~5.5",
108
+ "@xyo-network/elliptic": "~5.5",
109
+ "@xyo-network/hash": "~5.5",
110
+ "@xyo-network/manifest-model": "~5.5",
111
+ "@xyo-network/payload-builder": "~5.5",
110
112
  "@xyo-network/payload-model": "~5.5",
113
+ "@xyo-network/payload-validator": "~5.5",
114
+ "@xyo-network/previous-hash-store-model": "~5.5",
115
+ "@xyo-network/query-payload-plugin": "~5.5",
111
116
  "@xyo-network/wallet": "~5.5",
112
117
  "@xyo-network/wallet-model": "~5.5",
118
+ "async-mutex": "~0.5.0",
113
119
  "ethers": "^6",
120
+ "lru-cache": "~11.3.5",
114
121
  "zod": "^4"
115
122
  },
116
123
  "publishConfig": {