@xyo-network/archivist 5.3.30 → 5.5.0

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.
@@ -0,0 +1,2 @@
1
+ export * from '@xyo-network/archivist-abstract';
2
+ //# sourceMappingURL=abstract.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"abstract.d.ts","sourceRoot":"","sources":["../../src/abstract.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA"}
@@ -0,0 +1,3 @@
1
+ // src/abstract.ts
2
+ export * from "@xyo-network/archivist-abstract";
3
+ //# sourceMappingURL=abstract.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/abstract.ts"],"sourcesContent":["export * from '@xyo-network/archivist-abstract'\n"],"mappings":";AAAA,cAAc;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from '@xyo-network/archivist-model';
2
+ //# sourceMappingURL=model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../src/model.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA"}
@@ -0,0 +1,3 @@
1
+ // src/model.ts
2
+ export * from "@xyo-network/archivist-model";
3
+ //# sourceMappingURL=model.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/model.ts"],"sourcesContent":["export * from '@xyo-network/archivist-model'\n"],"mappings":";AAAA,cAAc;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from '@xyo-network/archivist-wrapper';
2
+ //# sourceMappingURL=wrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrapper.d.ts","sourceRoot":"","sources":["../../src/wrapper.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
@@ -0,0 +1,3 @@
1
+ // src/wrapper.ts
2
+ export * from "@xyo-network/archivist-wrapper";
3
+ //# sourceMappingURL=wrapper.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/wrapper.ts"],"sourcesContent":["export * from '@xyo-network/archivist-wrapper'\n"],"mappings":";AAAA,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist",
3
- "version": "5.3.30",
3
+ "version": "5.5.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,12 +22,22 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
- "import": "./dist/neutral/index.mjs",
26
25
  "default": "./dist/neutral/index.mjs"
27
26
  },
27
+ "./model": {
28
+ "types": "./dist/neutral/model.d.ts",
29
+ "default": "./dist/neutral/model.mjs"
30
+ },
31
+ "./abstract": {
32
+ "types": "./dist/neutral/abstract.d.ts",
33
+ "default": "./dist/neutral/abstract.mjs"
34
+ },
35
+ "./wrapper": {
36
+ "types": "./dist/neutral/wrapper.d.ts",
37
+ "default": "./dist/neutral/wrapper.mjs"
38
+ },
28
39
  "./package.json": "./package.json"
29
40
  },
30
- "types": "dist/neutral/index.d.ts",
31
41
  "files": [
32
42
  "dist",
33
43
  "!**/*.bench.*",
@@ -36,94 +46,132 @@
36
46
  "README.md"
37
47
  ],
38
48
  "dependencies": {
39
- "@xyo-network/archivist-abstract": "~5.3.30",
40
- "@xyo-network/archivist-memory": "~5.3.30",
41
- "@xyo-network/archivist-model": "~5.3.30",
42
- "@xyo-network/archivist-wrapper": "~5.3.30"
49
+ "@xyo-network/archivist-memory": "~5.5.0",
50
+ "@xyo-network/archivist-abstract": "~5.5.0",
51
+ "@xyo-network/archivist-model": "~5.5.0",
52
+ "@xyo-network/archivist-wrapper": "~5.5.0"
43
53
  },
44
54
  "devDependencies": {
45
- "@firebase/app": "~0.14.10",
46
- "@firebase/firestore": "~4.13.0",
55
+ "@bitauth/libauth": "~3.0.0",
56
+ "@firebase/app": "~0.14.11",
57
+ "@firebase/firestore": "~4.14.0",
47
58
  "@firebase/rules-unit-testing": "~5.0.0",
48
59
  "@opentelemetry/api": "^1.9.1",
49
- "@types/node": "^25.5.2",
50
- "@xylabs/express": "^5.0.95",
51
- "@xylabs/indexed-db": "^5.0.95",
52
- "@xylabs/mongo": "^5.0.95",
53
- "@xylabs/sdk-js": "^5.0.95",
54
- "@xylabs/ts-scripts-common": "~7.8.6",
55
- "@xylabs/ts-scripts-pnpm": "~7.8.6",
56
- "@xylabs/tsconfig": "~7.8.6",
57
- "@xylabs/vitest-extended": "~5.0.95",
58
- "@xylabs/vitest-matchers": "~5.0.95",
59
- "@xylabs/zod": "~5.0.95",
60
- "@xyo-network/account": "~5.3.30",
61
- "@xyo-network/account-model": "~5.3.30",
62
- "@xyo-network/archivist-acceptance-tests": "~5.3.30",
63
- "@xyo-network/archivist-generic": "~5.3.30",
64
- "@xyo-network/archivist-leveldb": "~5.3.30",
65
- "@xyo-network/archivist-lmdb": "~5.3.30",
66
- "@xyo-network/archivist-model-mongodb": "~5.3.30",
67
- "@xyo-network/boundwitness-builder": "~5.3.30",
68
- "@xyo-network/boundwitness-model": "~5.3.30",
69
- "@xyo-network/boundwitness-validator": "~5.3.30",
70
- "@xyo-network/boundwitness-wrapper": "~5.3.30",
71
- "@xyo-network/config-payload-plugin": "~5.3.30",
72
- "@xyo-network/data": "~5.3.30",
73
- "@xyo-network/diviner-model": "~5.3.30",
74
- "@xyo-network/diviner-payload-model": "~5.3.30",
75
- "@xyo-network/elliptic": "~5.3.30",
76
- "@xyo-network/hash": "~5.3.30",
77
- "@xyo-network/id-payload-plugin": "~5.3.30",
78
- "@xyo-network/manifest-model": "~5.3.30",
79
- "@xyo-network/module-abstract": "~5.3.30",
80
- "@xyo-network/module-abstract-mongodb": "~5.3.30",
81
- "@xyo-network/module-model": "~5.3.30",
82
- "@xyo-network/module-model-mongodb": "~5.3.30",
83
- "@xyo-network/module-resolver": "~5.3.30",
84
- "@xyo-network/module-wrapper": "~5.3.30",
85
- "@xyo-network/node-abstract": "~5.3.30",
86
- "@xyo-network/node-memory": "~5.3.30",
87
- "@xyo-network/node-model": "~5.3.30",
88
- "@xyo-network/payload-builder": "~5.3.30",
89
- "@xyo-network/payload-model": "~5.3.30",
90
- "@xyo-network/payload-mongodb": "~5.3.30",
91
- "@xyo-network/payload-validator": "~5.3.30",
92
- "@xyo-network/payload-wrapper": "~5.3.30",
93
- "@xyo-network/previous-hash-store-model": "~5.3.30",
94
- "@xyo-network/wallet": "~5.3.30",
95
- "@xyo-network/wallet-model": "~5.3.30",
96
- "@xyo-network/wasm": "~5.3.30",
60
+ "@opentelemetry/sdk-trace-base": "^2",
61
+ "@scure/base": "~2.2.0",
62
+ "@scure/bip39": "~2.2.0",
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.3",
70
+ "@xylabs/tsconfig": "~7.11.3",
71
+ "@xylabs/vitest-extended": "~5.0.100",
72
+ "@xylabs/vitest-matchers": "~5.0.100",
73
+ "@xylabs/zod": "~5.0.100",
74
+ "@xyo-network/account": "~5.5",
75
+ "@xyo-network/account-model": "~5.5",
76
+ "@xyo-network/boundwitness-builder": "~5.5",
77
+ "@xyo-network/boundwitness-model": "~5.5",
78
+ "@xyo-network/boundwitness-validator": "~5.5",
79
+ "@xyo-network/boundwitness-wrapper": "~5.5",
80
+ "@xyo-network/config-payload-plugin": "~5.5",
81
+ "@xyo-network/data": "~5.5",
82
+ "@xyo-network/elliptic": "~5.5",
83
+ "@xyo-network/hash": "~5.5",
84
+ "@xyo-network/id-payload-plugin": "~5.5",
85
+ "@xyo-network/manifest-model": "~5.5",
86
+ "@xyo-network/payload-builder": "~5.5",
87
+ "@xyo-network/payload-model": "~5.5",
88
+ "@xyo-network/payload-validator": "~5.5",
89
+ "@xyo-network/payload-wrapper": "~5.5",
90
+ "@xyo-network/previous-hash-store-model": "~5.5",
91
+ "@xyo-network/query-payload-plugin": "~5.5",
92
+ "@xyo-network/wallet": "~5.5",
93
+ "@xyo-network/wallet-model": "~5.5",
94
+ "@xyo-network/wasm": "~5.5",
97
95
  "abstract-level": "^3.1.1",
98
96
  "async-mutex": "~0.5.0",
99
- "axios": "^1.14.0",
97
+ "bn.js": "^5",
98
+ "body-parser": "~2.2.2",
99
+ "buffer": "^6",
100
+ "chalk": "^5",
101
+ "connect": "^3.7.0",
102
+ "debug": "~4.4.3",
100
103
  "esbuild": "^0.28.0",
104
+ "eslint": "^10.2.1",
101
105
  "ethers": "^6.16.0",
102
106
  "express": "^5.2.1",
107
+ "express-mung": "~0.5.1",
103
108
  "fake-indexeddb": "~6.2.5",
104
- "firebase": "~12.11.0",
109
+ "firebase": "~12.12.1",
110
+ "hash-wasm": "~4.12.0",
111
+ "http-status-codes": "~2.3.0",
105
112
  "idb": "^8.0.3",
106
113
  "js-cookie": "~3.0.5",
107
114
  "level": "^10.0.0",
108
- "lmdb": "^3.5.2",
109
- "lru-cache": "^11.3.1",
110
- "mongodb": "~7.1.1",
115
+ "lmdb": "^3.5.4",
116
+ "lru-cache": "^11.3.5",
117
+ "mongodb": "~7.2.0",
118
+ "observable-fns": "~0.6.1",
111
119
  "pako": "~2.1.0",
120
+ "rollbar": "~3.1.0",
112
121
  "store2": "~2.14.4",
113
122
  "tslib": "^2.8.1",
114
123
  "typescript": "~5.9.3",
115
124
  "uuid": "~13.0.0",
116
- "vite": "^8.0.5",
117
- "vitest": "~4.1.2",
118
- "zod": "^4.3.6"
125
+ "vite": "^8.0.9",
126
+ "vitest": "~4.1.5",
127
+ "wasm-feature-detect": "~1.8.0",
128
+ "winston": "~3.19.0",
129
+ "winston-transport": "~4.9.0",
130
+ "zod": "^4.3.6",
131
+ "@xyo-network/archivist-leveldb": "~5.5.0",
132
+ "@xyo-network/archivist-lmdb": "~5.5.0",
133
+ "@xyo-network/archivist-model-mongodb": "~5.5.0",
134
+ "@xyo-network/archivist-acceptance-tests": "~5.5.0",
135
+ "@xyo-network/diviner-model": "~5.5.0",
136
+ "@xyo-network/diviner-payload-model": "~5.5.0",
137
+ "@xyo-network/module-abstract-mongodb": "~5.5.0",
138
+ "@xyo-network/archivist-generic": "~5.5.0",
139
+ "@xyo-network/module-model": "~5.5.0",
140
+ "@xyo-network/module-abstract": "~5.5.0",
141
+ "@xyo-network/module-model-mongodb": "~5.5.0",
142
+ "@xyo-network/module-resolver": "~5.5.0",
143
+ "@xyo-network/module-wrapper": "~5.5.0",
144
+ "@xyo-network/node-abstract": "~5.5.0",
145
+ "@xyo-network/node-memory": "~5.5.0",
146
+ "@xyo-network/payload-mongodb": "~5.5.0",
147
+ "@xyo-network/node-model": "~5.5.0"
119
148
  },
120
149
  "peerDependencies": {
121
- "@xyo-network/boundwitness-validator": "~5.3",
122
- "@xyo-network/manifest-model": "~5.3",
123
- "@xyo-network/payload-validator": "~5.3",
124
- "@xyo-network/previous-hash-store-model": "~5.3"
150
+ "@opentelemetry/api": "^1.9.1",
151
+ "@scure/base": "~2.2.0",
152
+ "@xylabs/sdk-js": "^5.0.100",
153
+ "@xyo-network/account-model": "~5.5",
154
+ "@xyo-network/archivist-generic": "~5.5",
155
+ "@xyo-network/boundwitness-builder": "~5.5",
156
+ "@xyo-network/boundwitness-model": "~5.5",
157
+ "@xyo-network/boundwitness-validator": "~5.5",
158
+ "@xyo-network/boundwitness-wrapper": "~5.5",
159
+ "@xyo-network/data": "~5.5",
160
+ "@xyo-network/elliptic": "~5.5",
161
+ "@xyo-network/hash": "~5.5",
162
+ "@xyo-network/manifest-model": "~5.5",
163
+ "@xyo-network/module-abstract": "~5.5",
164
+ "@xyo-network/module-model": "~5.5",
165
+ "@xyo-network/payload-builder": "~5.5",
166
+ "@xyo-network/payload-model": "~5.5",
167
+ "@xyo-network/payload-validator": "~5.5",
168
+ "@xyo-network/previous-hash-store-model": "~5.5",
169
+ "async-mutex": "~0.5.0",
170
+ "ethers": "^6",
171
+ "lru-cache": "^11.3.5",
172
+ "zod": "^4"
125
173
  },
126
174
  "publishConfig": {
127
175
  "access": "public"
128
176
  }
129
- }
177
+ }