@xyo-network/archivist 7.0.2 → 7.0.4

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 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist",
3
- "version": "7.0.2",
3
+ "version": "7.0.4",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,17 +46,16 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/archivist-abstract": "~7.0.2",
50
- "@xyo-network/archivist-model": "~7.0.2",
51
- "@xyo-network/archivist-wrapper": "~7.0.2",
52
- "@xyo-network/archivist-memory": "~7.0.2"
49
+ "@xyo-network/archivist-abstract": "~7.0.4",
50
+ "@xyo-network/archivist-memory": "~7.0.4",
51
+ "@xyo-network/archivist-model": "~7.0.4",
52
+ "@xyo-network/archivist-wrapper": "~7.0.4"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
56
56
  "@firebase/app": "^0.15.0",
57
57
  "@firebase/firestore": "^4.16.0",
58
58
  "@firebase/rules-unit-testing": "~5.0.1",
59
- "@metamask/providers": "^22.1.1",
60
59
  "@noble/post-quantum": "~0.6.1",
61
60
  "@opentelemetry/api": "^1.9.1",
62
61
  "@opentelemetry/sdk-trace-base": "^2.8.0",
@@ -65,7 +64,7 @@
65
64
  "@xylabs/express": "^7.0.1",
66
65
  "@xylabs/geo": "^7.0.1",
67
66
  "@xylabs/indexed-db": "^7.0.1",
68
- "@xylabs/mongo": "^7.0.1",
67
+ "@xylabs/mongo": "~7.0.1",
69
68
  "@xylabs/sdk": "^7.0.1",
70
69
  "@xylabs/threads": "^7.0.1",
71
70
  "@xylabs/toolchain": "^8.5.3",
@@ -76,9 +75,11 @@
76
75
  "ajv": "^8.20.0",
77
76
  "async-mutex": "^0.5.0",
78
77
  "body-parser": "^2.3.0",
78
+ "browserslist": "4.28.4",
79
79
  "connect": "^3.7.0",
80
- "debug": "~4.4.3",
80
+ "debug": "^4.4.3",
81
81
  "eslint": "^10.6.0",
82
+ "eslint-import-resolver-typescript": "^4.4.5",
82
83
  "ethers": "^6.17.0",
83
84
  "express": "^5.2.1",
84
85
  "fake-indexeddb": "~6.2.5",
@@ -90,7 +91,7 @@
90
91
  "lmdb": "^3.5.6",
91
92
  "lru-cache": "^11.5.1",
92
93
  "mongodb": "^7.4.0",
93
- "observable-fns": "~0.6.1",
94
+ "observable-fns": "^0.6.1",
94
95
  "rollbar": "^3.1.0",
95
96
  "store2": "~2.14.4",
96
97
  "tslib": "^2.8.1",
@@ -98,43 +99,40 @@
98
99
  "uuid": "~14.0.1",
99
100
  "vite": "^8.1.0",
100
101
  "vitest": "~4.1.9",
101
- "webextension-polyfill": "^0.12.0",
102
102
  "winston": "^3.19.0",
103
103
  "winston-transport": "^4.9.0",
104
104
  "zod": "^4.4.3",
105
- "@xyo-network/archivist-acceptance-tests": "~7.0.2",
106
- "@xyo-network/archivist-lmdb": "~7.0.2",
107
- "@xyo-network/archivist-generic": "~7.0.2",
108
- "@xyo-network/module-abstract": "~7.0.2",
109
- "@xyo-network/archivist-leveldb": "~7.0.2",
110
- "@xyo-network/module-model": "~7.0.2",
111
- "@xyo-network/module-abstract-mongodb": "~7.0.2",
112
- "@xyo-network/module-wrapper": "~7.0.2",
113
- "@xyo-network/node-memory": "~7.0.2",
114
- "@xyo-network/payload-mongodb": "~7.0.2",
115
- "@xyo-network/archivist-model-mongodb": "~7.0.2"
105
+ "@xyo-network/archivist-acceptance-tests": "~7.0.4",
106
+ "@xyo-network/archivist-generic": "~7.0.4",
107
+ "@xyo-network/archivist-leveldb": "~7.0.4",
108
+ "@xyo-network/archivist-lmdb": "~7.0.4",
109
+ "@xyo-network/archivist-model-mongodb": "~7.0.4",
110
+ "@xyo-network/module-abstract": "~7.0.4",
111
+ "@xyo-network/module-abstract-mongodb": "~7.0.4",
112
+ "@xyo-network/module-model": "~7.0.4",
113
+ "@xyo-network/module-wrapper": "~7.0.4",
114
+ "@xyo-network/payload-mongodb": "~7.0.4",
115
+ "@xyo-network/node-memory": "~7.0.4"
116
116
  },
117
117
  "peerDependencies": {
118
118
  "@bitauth/libauth": "~3.0",
119
- "@metamask/providers": "^22.1",
120
119
  "@noble/post-quantum": "~0.6.1",
121
120
  "@opentelemetry/api": "^1.9",
122
121
  "@opentelemetry/sdk-trace-base": "^2.7",
123
122
  "@scure/base": "~2.2",
124
123
  "@scure/bip39": "~2.2",
125
- "@xylabs/geo": "^6.0",
126
- "@xylabs/sdk": "^6.0",
127
- "@xylabs/threads": "^6.0",
124
+ "@xylabs/geo": "^7.0",
125
+ "@xylabs/sdk": "^7.0",
126
+ "@xylabs/threads": "^7.0",
128
127
  "@xyo-network/sdk-protocol": "^7.0",
129
128
  "ajv": "^8.20",
130
129
  "async-mutex": "^0.5",
131
- "debug": "~4.4",
130
+ "debug": "^4.4",
132
131
  "ethers": "^6.16",
133
132
  "hash-wasm": "~4.12",
134
133
  "idb": "^8.0",
135
134
  "lru-cache": "^11.3",
136
135
  "observable-fns": "~0.6",
137
- "webextension-polyfill": "^0.12",
138
136
  "zod": "^4.4"
139
137
  },
140
138
  "engines": {