@xyo-network/archivist 6.0.1 → 6.0.2

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 +35 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,52 +46,51 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
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"
49
+ "@xyo-network/archivist-memory": "~6.0.2",
50
+ "@xyo-network/archivist-wrapper": "~6.0.2",
51
+ "@xyo-network/archivist-abstract": "~6.0.2",
52
+ "@xyo-network/archivist-model": "~6.0.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
56
56
  "@firebase/app": "^0.14.13",
57
57
  "@firebase/firestore": "^4.15.0",
58
58
  "@firebase/rules-unit-testing": "~5.0.1",
59
- "@metamask/providers": "^22.1",
59
+ "@metamask/providers": "^22.1.1",
60
60
  "@noble/post-quantum": "~0.6.1",
61
61
  "@opentelemetry/api": "^1.9.1",
62
62
  "@opentelemetry/sdk-trace-base": "^2.7.1",
63
63
  "@scure/base": "~2.2.0",
64
64
  "@scure/bip39": "~2.2.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",
65
+ "@xylabs/express": "^6.0.6",
66
+ "@xylabs/geo": "^6.0.6",
67
+ "@xylabs/indexed-db": "^6.0.6",
68
+ "@xylabs/mongo": "~6.0.6",
69
+ "@xylabs/sdk-js": "^6.0.6",
70
+ "@xylabs/threads": "^6.0.6",
71
+ "@xylabs/toolchain": "~8.1.8",
72
+ "@xylabs/tsconfig": "~8.1.8",
73
+ "@xylabs/vitest-extended": "~6.0.6",
74
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
75
75
  "abstract-level": "^3.1.1",
76
- "ajv": "^8.20",
76
+ "ajv": "^8.20.0",
77
77
  "async-mutex": "^0.5.0",
78
78
  "bn.js": "^5.2.3",
79
79
  "body-parser": "^2.2.2",
80
80
  "buffer": "^6.0.3",
81
81
  "connect": "^3.7.0",
82
82
  "debug": "~4.4.3",
83
- "eslint": "^10.4.0",
83
+ "eslint": "^10.4.1",
84
84
  "ethers": "^6.16.0",
85
85
  "express": "^5.2.1",
86
86
  "fake-indexeddb": "~6.2.5",
87
87
  "firebase": "^12.14.0",
88
88
  "hash-wasm": "~4.12.0",
89
89
  "idb": "^8.0.3",
90
- "js-cookie": "~3.0.7",
90
+ "js-cookie": "~3.0.8",
91
91
  "level": "^10.0.0",
92
- "lmdb": "^3.5.4",
92
+ "lmdb": "^3.5.5",
93
93
  "lru-cache": "^11.5.1",
94
- "mapbox-gl": "^3.23",
95
94
  "mongodb": "^7.2.0",
96
95
  "observable-fns": "~0.6.1",
97
96
  "pako": "~2.1.0",
@@ -100,24 +99,23 @@
100
99
  "tslib": "^2.8.1",
101
100
  "typescript": "~6.0.3",
102
101
  "uuid": "~14.0.0",
103
- "vite": "^8.0.14",
104
- "vitest": "~4.1.7",
105
- "wasm-feature-detect": "~1.8.0",
106
- "webextension-polyfill": "^0.12",
102
+ "vite": "^8.0.16",
103
+ "vitest": "~4.1.8",
104
+ "webextension-polyfill": "^0.12.0",
107
105
  "winston": "^3.19.0",
108
106
  "winston-transport": "^4.9.0",
109
107
  "zod": "^4.4.3",
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"
108
+ "@xyo-network/archivist-generic": "~6.0.2",
109
+ "@xyo-network/archivist-leveldb": "~6.0.2",
110
+ "@xyo-network/archivist-acceptance-tests": "~6.0.2",
111
+ "@xyo-network/archivist-model-mongodb": "~6.0.2",
112
+ "@xyo-network/archivist-lmdb": "~6.0.2",
113
+ "@xyo-network/module-abstract": "~6.0.2",
114
+ "@xyo-network/module-abstract-mongodb": "~6.0.2",
115
+ "@xyo-network/module-model": "~6.0.2",
116
+ "@xyo-network/payload-mongodb": "~6.0.2",
117
+ "@xyo-network/node-memory": "~6.0.2",
118
+ "@xyo-network/module-wrapper": "~6.0.2"
121
119
  },
122
120
  "peerDependencies": {
123
121
  "@bitauth/libauth": "~3.0",
@@ -129,7 +127,7 @@
129
127
  "@scure/bip39": "~2.2",
130
128
  "@xylabs/geo": "^6.0",
131
129
  "@xylabs/sdk-js": "^6.0",
132
- "@xylabs/threads": "~6.0",
130
+ "@xylabs/threads": "^6.0",
133
131
  "@xyo-network/sdk-protocol-js": "~6.0",
134
132
  "ajv": "^8.20",
135
133
  "async-mutex": "^0.5",
@@ -140,11 +138,8 @@
140
138
  "hash-wasm": "~4.12",
141
139
  "idb": "^8.0",
142
140
  "lru-cache": "^11.3",
143
- "mapbox-gl": "^3.23",
144
141
  "observable-fns": "~0.6",
145
142
  "pako": "~2.1",
146
- "store2": "~2.14",
147
- "wasm-feature-detect": "~1.8",
148
143
  "webextension-polyfill": "^0.12",
149
144
  "zod": "^4.4"
150
145
  },