@xyo-network/archivist 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 +43 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist",
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": {
@@ -46,10 +46,10 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/archivist-abstract": "~5.5.6",
50
- "@xyo-network/archivist-memory": "~5.5.6",
51
- "@xyo-network/archivist-model": "~5.5.6",
52
- "@xyo-network/archivist-wrapper": "~5.5.6"
49
+ "@xyo-network/archivist-model": "~5.6.1",
50
+ "@xyo-network/archivist-wrapper": "~5.6.1",
51
+ "@xyo-network/archivist-memory": "~5.6.1",
52
+ "@xyo-network/archivist-abstract": "~5.6.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
@@ -57,20 +57,18 @@
57
57
  "@firebase/firestore": "^4.14.0",
58
58
  "@firebase/rules-unit-testing": "~5.0.0",
59
59
  "@opentelemetry/api": "^1.9.1",
60
- "@opentelemetry/sdk-trace-base": "^2.7.0",
60
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
61
61
  "@scure/base": "~2.2.0",
62
62
  "@scure/bip39": "~2.2.0",
63
63
  "@types/node": "^25.6.0",
64
- "@xylabs/express": "^5.0.100",
65
- "@xylabs/indexed-db": "^5.0.100",
66
- "@xylabs/mongo": "^5.0.100",
67
- "@xylabs/sdk-js": "^5.0.100",
68
- "@xylabs/threads": "~5.0.100",
69
- "@xylabs/toolchain": "~7.11.12",
70
- "@xylabs/tsconfig": "~7.11.12",
71
- "@xylabs/vitest-extended": "~5.0.100",
72
- "@xylabs/vitest-matchers": "~5.0.100",
73
- "@xylabs/zod": "~5.0.100",
64
+ "@xylabs/express": "^5.1.0",
65
+ "@xylabs/indexed-db": "^5.1.0",
66
+ "@xylabs/mongo": "^5.1.0",
67
+ "@xylabs/sdk-js": "^5.1.0",
68
+ "@xylabs/threads": "~5.0.102",
69
+ "@xylabs/toolchain": "~7.12.3",
70
+ "@xylabs/tsconfig": "~7.12.3",
71
+ "@xylabs/vitest-extended": "~5.1.0",
74
72
  "@xyo-network/account": "~5.5.2",
75
73
  "@xyo-network/account-model": "~5.5.2",
76
74
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -94,7 +92,7 @@
94
92
  "connect": "^3.7.0",
95
93
  "debug": "~4.4.3",
96
94
  "esbuild": "^0.28.0",
97
- "eslint": "^10.2.1",
95
+ "eslint": "^10.3.0",
98
96
  "ethers": "^6.16.0",
99
97
  "express": "^5.2.1",
100
98
  "express-mung": "~0.5.1",
@@ -106,7 +104,7 @@
106
104
  "js-cookie": "~3.0.5",
107
105
  "level": "^10.0.0",
108
106
  "lmdb": "^3.5.4",
109
- "lru-cache": "^11.3.5",
107
+ "lru-cache": "^11.3.6",
110
108
  "mongodb": "^7.2.0",
111
109
  "observable-fns": "~0.6.1",
112
110
  "pako": "~2.1.0",
@@ -120,38 +118,38 @@
120
118
  "wasm-feature-detect": "~1.8.0",
121
119
  "winston": "~3.19.0",
122
120
  "winston-transport": "~4.9.0",
123
- "zod": "^4.3.6",
124
- "@xyo-network/archivist-generic": "~5.5.6",
125
- "@xyo-network/archivist-leveldb": "~5.5.6",
126
- "@xyo-network/archivist-acceptance-tests": "~5.5.6",
127
- "@xyo-network/module-abstract": "~5.5.6",
128
- "@xyo-network/archivist-model-mongodb": "~5.5.6",
129
- "@xyo-network/archivist-lmdb": "~5.5.6",
130
- "@xyo-network/module-model": "~5.5.6",
131
- "@xyo-network/node-memory": "~5.5.6",
132
- "@xyo-network/payload-mongodb": "~5.5.6",
133
- "@xyo-network/module-wrapper": "~5.5.6",
134
- "@xyo-network/module-abstract-mongodb": "~5.5.6"
121
+ "zod": "^4.4.3",
122
+ "@xyo-network/archivist-generic": "~5.6.1",
123
+ "@xyo-network/archivist-lmdb": "~5.6.1",
124
+ "@xyo-network/module-abstract-mongodb": "~5.6.1",
125
+ "@xyo-network/archivist-model-mongodb": "~5.6.1",
126
+ "@xyo-network/archivist-leveldb": "~5.6.1",
127
+ "@xyo-network/archivist-acceptance-tests": "~5.6.1",
128
+ "@xyo-network/module-model": "~5.6.1",
129
+ "@xyo-network/module-wrapper": "~5.6.1",
130
+ "@xyo-network/module-abstract": "~5.6.1",
131
+ "@xyo-network/payload-mongodb": "~5.6.1",
132
+ "@xyo-network/node-memory": "~5.6.1"
135
133
  },
136
134
  "peerDependencies": {
137
135
  "@opentelemetry/api": ">=1.9.1 <2",
138
- "@scure/base": ">=2.2.0 <3",
139
- "@xylabs/sdk-js": ">=5.0.100 <6",
140
- "@xyo-network/account": ">=5.5.2 <6",
141
- "@xyo-network/account-model": ">=5.5.2 <6",
142
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
143
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
144
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
145
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
146
- "@xyo-network/manifest-model": ">=5.5.2 <6",
147
- "@xyo-network/payload-builder": ">=5.5.2 <6",
148
- "@xyo-network/payload-model": ">=5.5.2 <6",
149
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
150
- "@xyo-network/wallet-model": ">=5.5.2 <6",
136
+ "@scure/base": ">=2.2.0 <2.3",
137
+ "@xylabs/sdk-js": ">=5.1.0 <6",
138
+ "@xyo-network/account": ">=5.5.2 <5.6",
139
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
140
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
141
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
142
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
143
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
144
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
145
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
146
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
147
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
148
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
151
149
  "async-mutex": ">=0.5.0 <1",
152
150
  "ethers": ">=6.16.0 <7",
153
- "lru-cache": ">=11.3.5 <12",
154
- "zod": ">=4.3.6 <5"
151
+ "lru-cache": ">=11.3.6 <12",
152
+ "zod": ">=4.4.3 <5"
155
153
  },
156
154
  "publishConfig": {
157
155
  "access": "public"