@xyo-network/archivist-memory 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 +29 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist-memory",
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": {
@@ -33,6 +33,12 @@
33
33
  "!**/*.test.*",
34
34
  "README.md"
35
35
  ],
36
+ "dependencies": {
37
+ "@xyo-network/archivist-abstract": "~5.5.3",
38
+ "@xyo-network/archivist-generic": "~5.5.3",
39
+ "@xyo-network/archivist-model": "~5.5.3",
40
+ "@xyo-network/module-model": "~5.5.3"
41
+ },
36
42
  "devDependencies": {
37
43
  "@bitauth/libauth": "~3.0.0",
38
44
  "@opentelemetry/api": "^1.9.1",
@@ -42,8 +48,8 @@
42
48
  "@types/node": "^25.6.0",
43
49
  "@xylabs/sdk-js": "^5.0.100",
44
50
  "@xylabs/threads": "~5.0.100",
45
- "@xylabs/toolchain": "~7.11.3",
46
- "@xylabs/tsconfig": "~7.11.3",
51
+ "@xylabs/toolchain": "~7.11.7",
52
+ "@xylabs/tsconfig": "~7.11.7",
47
53
  "@xylabs/vitest-extended": "~5.0.100",
48
54
  "@xylabs/vitest-matchers": "~5.0.100",
49
55
  "@xyo-network/account": "~5.5",
@@ -81,30 +87,35 @@
81
87
  "pako": "~2.1.0",
82
88
  "tslib": "^2.8.1",
83
89
  "typescript": "~5.9.3",
84
- "uuid": "~13.0.0",
85
90
  "vite": "^8.0.9",
86
91
  "vitest": "~4.1.5",
87
92
  "wasm-feature-detect": "~1.8.0",
88
93
  "zod": "^4.3.6",
89
- "@xyo-network/archivist-abstract": "~5.5.1",
90
- "@xyo-network/diviner-model": "~5.5.1",
91
- "@xyo-network/archivist-acceptance-tests": "~5.5.1",
92
- "@xyo-network/archivist-generic": "~5.5.1",
93
- "@xyo-network/diviner-payload-model": "~5.5.1",
94
- "@xyo-network/archivist-model": "~5.5.1",
95
- "@xyo-network/module-abstract": "~5.5.1",
96
- "@xyo-network/module-resolver": "~5.5.1",
97
- "@xyo-network/module-model": "~5.5.1",
98
- "@xyo-network/node-model": "~5.5.1"
94
+ "@xyo-network/archivist-acceptance-tests": "~5.5.3"
99
95
  },
100
96
  "peerDependencies": {
97
+ "@opentelemetry/api": "^1.9.1",
98
+ "@scure/base": "~2.2.0",
101
99
  "@xylabs/sdk-js": "^5.0.100",
102
- "@xyo-network/archivist-abstract": "~5.5",
103
- "@xyo-network/archivist-generic": "~5.5",
104
- "@xyo-network/archivist-model": "~5.5",
105
- "@xyo-network/module-model": "~5.5",
100
+ "@xyo-network/account": "~5.5",
101
+ "@xyo-network/account-model": "~5.5",
102
+ "@xyo-network/boundwitness-builder": "~5.5",
103
+ "@xyo-network/boundwitness-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",
106
111
  "@xyo-network/payload-builder": "~5.5",
107
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",
116
+ "@xyo-network/wallet-model": "~5.5",
117
+ "async-mutex": "~0.5.0",
118
+ "ethers": "^6",
108
119
  "lru-cache": "~11.3.5",
109
120
  "zod": "^4"
110
121
  },