@xyo-network/archivist 7.0.1 → 7.0.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.
- package/package.json +37 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -46,39 +46,40 @@
|
|
|
46
46
|
"README.md"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@xyo-network/archivist-abstract": "~7.0.
|
|
50
|
-
"@xyo-network/archivist-memory": "~7.0.
|
|
51
|
-
"@xyo-network/archivist-model": "~7.0.
|
|
52
|
-
"@xyo-network/archivist-wrapper": "~7.0.
|
|
49
|
+
"@xyo-network/archivist-abstract": "~7.0.3",
|
|
50
|
+
"@xyo-network/archivist-memory": "~7.0.3",
|
|
51
|
+
"@xyo-network/archivist-model": "~7.0.3",
|
|
52
|
+
"@xyo-network/archivist-wrapper": "~7.0.3"
|
|
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",
|
|
63
62
|
"@scure/base": "~2.2.0",
|
|
64
63
|
"@scure/bip39": "~2.2.0",
|
|
65
|
-
"@xylabs/express": "^
|
|
66
|
-
"@xylabs/geo": "^
|
|
67
|
-
"@xylabs/indexed-db": "^
|
|
68
|
-
"@xylabs/mongo": "
|
|
69
|
-
"@xylabs/sdk
|
|
70
|
-
"@xylabs/threads": "^
|
|
71
|
-
"@xylabs/toolchain": "^8.3
|
|
72
|
-
"@xylabs/tsconfig": "^8.3
|
|
73
|
-
"@xylabs/vitest-extended": "^
|
|
74
|
-
"@xyo-network/sdk-protocol
|
|
64
|
+
"@xylabs/express": "^7.0.1",
|
|
65
|
+
"@xylabs/geo": "^7.0.1",
|
|
66
|
+
"@xylabs/indexed-db": "^7.0.1",
|
|
67
|
+
"@xylabs/mongo": "~7.0.1",
|
|
68
|
+
"@xylabs/sdk": "^7.0.1",
|
|
69
|
+
"@xylabs/threads": "^7.0.1",
|
|
70
|
+
"@xylabs/toolchain": "^8.5.3",
|
|
71
|
+
"@xylabs/tsconfig": "^8.5.3",
|
|
72
|
+
"@xylabs/vitest-extended": "^7.0.1",
|
|
73
|
+
"@xyo-network/sdk-protocol": "^7.0.4",
|
|
75
74
|
"abstract-level": "^3.1.1",
|
|
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": "
|
|
81
|
-
"eslint": "^10.
|
|
80
|
+
"debug": "^4.4.3",
|
|
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",
|
|
@@ -89,8 +90,8 @@
|
|
|
89
90
|
"level": "^10.0.0",
|
|
90
91
|
"lmdb": "^3.5.6",
|
|
91
92
|
"lru-cache": "^11.5.1",
|
|
92
|
-
"mongodb": "^7.
|
|
93
|
-
"observable-fns": "
|
|
93
|
+
"mongodb": "^7.4.0",
|
|
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.
|
|
106
|
-
"@xyo-network/archivist-
|
|
107
|
-
"@xyo-network/archivist-
|
|
108
|
-
"@xyo-network/archivist-
|
|
109
|
-
"@xyo-network/
|
|
110
|
-
"@xyo-network/module-abstract
|
|
111
|
-
"@xyo-network/module-
|
|
112
|
-
"@xyo-network/module-
|
|
113
|
-
"@xyo-network/
|
|
114
|
-
"@xyo-network/
|
|
115
|
-
"@xyo-network/payload-mongodb": "~7.0.
|
|
105
|
+
"@xyo-network/archivist-acceptance-tests": "~7.0.3",
|
|
106
|
+
"@xyo-network/archivist-lmdb": "~7.0.3",
|
|
107
|
+
"@xyo-network/archivist-model-mongodb": "~7.0.3",
|
|
108
|
+
"@xyo-network/archivist-leveldb": "~7.0.3",
|
|
109
|
+
"@xyo-network/archivist-generic": "~7.0.3",
|
|
110
|
+
"@xyo-network/module-abstract": "~7.0.3",
|
|
111
|
+
"@xyo-network/module-abstract-mongodb": "~7.0.3",
|
|
112
|
+
"@xyo-network/module-model": "~7.0.3",
|
|
113
|
+
"@xyo-network/module-wrapper": "~7.0.3",
|
|
114
|
+
"@xyo-network/node-memory": "~7.0.3",
|
|
115
|
+
"@xyo-network/payload-mongodb": "~7.0.3"
|
|
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": "^
|
|
126
|
-
"@xylabs/sdk
|
|
127
|
-
"@xylabs/threads": "^
|
|
128
|
-
"@xyo-network/sdk-protocol
|
|
124
|
+
"@xylabs/geo": "^7.0",
|
|
125
|
+
"@xylabs/sdk": "^7.0",
|
|
126
|
+
"@xylabs/threads": "^7.0",
|
|
127
|
+
"@xyo-network/sdk-protocol": "^7.0",
|
|
129
128
|
"ajv": "^8.20",
|
|
130
129
|
"async-mutex": "^0.5",
|
|
131
|
-
"debug": "
|
|
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": {
|