@xyo-network/archivist 6.0.0 → 6.0.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 +51 -63
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,118 +46,106 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/archivist-model": "~6.0.0",
50
- "@xyo-network/archivist-memory": "~6.0.0",
51
- "@xyo-network/archivist-abstract": "~6.0.0",
52
- "@xyo-network/archivist-wrapper": "~6.0.0"
49
+ "@xyo-network/archivist-model": "~6.0.1",
50
+ "@xyo-network/archivist-wrapper": "~6.0.1",
51
+ "@xyo-network/archivist-memory": "~6.0.1",
52
+ "@xyo-network/archivist-abstract": "~6.0.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
56
- "@firebase/app": "^0.14.12",
57
- "@firebase/firestore": "^4.14.1",
56
+ "@firebase/app": "^0.14.13",
57
+ "@firebase/firestore": "^4.15.0",
58
58
  "@firebase/rules-unit-testing": "~5.0.1",
59
+ "@metamask/providers": "^22.1",
60
+ "@noble/post-quantum": "~0.6.1",
59
61
  "@opentelemetry/api": "^1.9.1",
60
62
  "@opentelemetry/sdk-trace-base": "^2.7.1",
61
63
  "@scure/base": "~2.2.0",
62
64
  "@scure/bip39": "~2.2.0",
63
- "@xylabs/express": "^6.0.0",
64
- "@xylabs/indexed-db": "^6.0.0",
65
- "@xylabs/mongo": "~6.0",
66
- "@xylabs/sdk-js": "^6.0.0",
67
- "@xylabs/threads": "~6.0.0",
68
- "@xylabs/toolchain": "~8.0.17",
69
- "@xylabs/tsconfig": "~8.0.17",
70
- "@xylabs/vitest-extended": "~6.0.0",
71
- "@xyo-network/account": "~6.0",
72
- "@xyo-network/account-model": "~6.0",
73
- "@xyo-network/boundwitness-builder": "~6.0",
74
- "@xyo-network/boundwitness-model": "~6.0",
75
- "@xyo-network/boundwitness-wrapper": "~6.0",
76
- "@xyo-network/config-payload-plugin": "~6.0",
77
- "@xyo-network/id-payload-plugin": "~6.0.0",
78
- "@xyo-network/manifest-model": "~6.0",
79
- "@xyo-network/payload-builder": "~6.0.0",
80
- "@xyo-network/payload-model": "~6.0.0",
81
- "@xyo-network/payload-wrapper": "~6.0.0",
82
- "@xyo-network/query-payload-plugin": "~6.0",
83
- "@xyo-network/wallet": "~6.0.0",
84
- "@xyo-network/wallet-model": "~6.0",
65
+ "@xylabs/express": "^6.0.4",
66
+ "@xylabs/geo": "^6.0",
67
+ "@xylabs/indexed-db": "^6.0.4",
68
+ "@xylabs/mongo": "~6.0.4",
69
+ "@xylabs/sdk-js": "^6.0.4",
70
+ "@xylabs/threads": "~6.0.4",
71
+ "@xylabs/toolchain": "~8.1.6",
72
+ "@xylabs/tsconfig": "~8.1.6",
73
+ "@xylabs/vitest-extended": "~6.0.4",
74
+ "@xyo-network/sdk-protocol-js": "~6.0.5",
85
75
  "abstract-level": "^3.1.1",
76
+ "ajv": "^8.20",
86
77
  "async-mutex": "^0.5.0",
87
78
  "bn.js": "^5.2.3",
88
- "body-parser": "~2.2.2",
79
+ "body-parser": "^2.2.2",
89
80
  "buffer": "^6.0.3",
90
- "chalk": "^5.6.2",
91
81
  "connect": "^3.7.0",
92
82
  "debug": "~4.4.3",
93
83
  "eslint": "^10.4.0",
94
84
  "ethers": "^6.16.0",
95
85
  "express": "^5.2.1",
96
- "express-mung": "~0.5.1",
97
86
  "fake-indexeddb": "~6.2.5",
98
- "firebase": "^12.13.0",
87
+ "firebase": "^12.14.0",
99
88
  "hash-wasm": "~4.12.0",
100
- "http-status-codes": "~2.3.0",
101
89
  "idb": "^8.0.3",
102
90
  "js-cookie": "~3.0.7",
103
91
  "level": "^10.0.0",
104
92
  "lmdb": "^3.5.4",
105
- "lru-cache": "^11.5.0",
93
+ "lru-cache": "^11.5.1",
94
+ "mapbox-gl": "^3.23",
106
95
  "mongodb": "^7.2.0",
107
96
  "observable-fns": "~0.6.1",
108
97
  "pako": "~2.1.0",
109
- "rollbar": "~3.1.0",
98
+ "rollbar": "^3.1.0",
110
99
  "store2": "~2.14.4",
111
100
  "tslib": "^2.8.1",
112
101
  "typescript": "~6.0.3",
113
102
  "uuid": "~14.0.0",
114
- "vite": "^8.0.13",
115
- "vitest": "~4.1.6",
103
+ "vite": "^8.0.14",
104
+ "vitest": "~4.1.7",
116
105
  "wasm-feature-detect": "~1.8.0",
117
- "winston": "~3.19.0",
118
- "winston-transport": "~4.9.0",
106
+ "webextension-polyfill": "^0.12",
107
+ "winston": "^3.19.0",
108
+ "winston-transport": "^4.9.0",
119
109
  "zod": "^4.4.3",
120
- "@xyo-network/archivist-acceptance-tests": "~6.0.0",
121
- "@xyo-network/archivist-leveldb": "~6.0.0",
122
- "@xyo-network/archivist-lmdb": "~6.0.0",
123
- "@xyo-network/archivist-generic": "~6.0.0",
124
- "@xyo-network/module-abstract": "~6.0.0",
125
- "@xyo-network/archivist-model-mongodb": "~6.0.0",
126
- "@xyo-network/module-model": "~6.0.0",
127
- "@xyo-network/module-abstract-mongodb": "~6.0.0",
128
- "@xyo-network/node-memory": "~6.0.0",
129
- "@xyo-network/module-wrapper": "~6.0.0",
130
- "@xyo-network/payload-mongodb": "~6.0.0"
110
+ "@xyo-network/archivist-acceptance-tests": "~6.0.1",
111
+ "@xyo-network/archivist-generic": "~6.0.1",
112
+ "@xyo-network/archivist-lmdb": "~6.0.1",
113
+ "@xyo-network/archivist-leveldb": "~6.0.1",
114
+ "@xyo-network/module-abstract": "~6.0.1",
115
+ "@xyo-network/module-model": "~6.0.1",
116
+ "@xyo-network/module-wrapper": "~6.0.1",
117
+ "@xyo-network/archivist-model-mongodb": "~6.0.1",
118
+ "@xyo-network/node-memory": "~6.0.1",
119
+ "@xyo-network/module-abstract-mongodb": "~6.0.1",
120
+ "@xyo-network/payload-mongodb": "~6.0.1"
131
121
  },
132
122
  "peerDependencies": {
133
123
  "@bitauth/libauth": "~3.0",
124
+ "@metamask/providers": "^22.1",
125
+ "@noble/post-quantum": "~0.6.1",
134
126
  "@opentelemetry/api": "^1.9",
135
127
  "@opentelemetry/sdk-trace-base": "^2.7",
136
128
  "@scure/base": "~2.2",
129
+ "@scure/bip39": "~2.2",
130
+ "@xylabs/geo": "^6.0",
137
131
  "@xylabs/sdk-js": "^6.0",
138
132
  "@xylabs/threads": "~6.0",
139
- "@xyo-network/account": "~6.0",
140
- "@xyo-network/account-model": "~6.0",
141
- "@xyo-network/boundwitness-builder": "~6.0",
142
- "@xyo-network/boundwitness-model": "~6.0",
143
- "@xyo-network/boundwitness-wrapper": "~6.0",
144
- "@xyo-network/config-payload-plugin": "~6.0",
145
- "@xyo-network/manifest-model": "~6.0",
146
- "@xyo-network/payload-builder": "~6.0",
147
- "@xyo-network/payload-model": "~6.0",
148
- "@xyo-network/query-payload-plugin": "~6.0",
149
- "@xyo-network/wallet-model": "~6.0",
133
+ "@xyo-network/sdk-protocol-js": "~6.0",
134
+ "ajv": "^8.20",
150
135
  "async-mutex": "^0.5",
151
136
  "bn.js": "^5.2",
152
137
  "buffer": "^6.0",
153
- "chalk": "^5.6",
154
138
  "debug": "~4.4",
155
139
  "ethers": "^6.16",
156
140
  "hash-wasm": "~4.12",
141
+ "idb": "^8.0",
157
142
  "lru-cache": "^11.3",
143
+ "mapbox-gl": "^3.23",
158
144
  "observable-fns": "~0.6",
159
145
  "pako": "~2.1",
146
+ "store2": "~2.14",
160
147
  "wasm-feature-detect": "~1.8",
148
+ "webextension-polyfill": "^0.12",
161
149
  "zod": "^4.4"
162
150
  },
163
151
  "publishConfig": {