@xyo-network/sdk-protocol 7.0.6 → 7.0.7
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 +67 -74
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/sdk-protocol",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.7",
|
|
4
4
|
"description": "Self-contained foundation SDK for XYO Protocol 2.0 (protocol, core payload plugins, manifest, sdk-utils)",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"default": "./dist/browser/index.mjs"
|
|
31
31
|
},
|
|
32
32
|
"default": {
|
|
33
|
-
"types": "./dist/
|
|
34
|
-
"default": "./dist/
|
|
33
|
+
"types": "./dist/browser/index.d.ts",
|
|
34
|
+
"default": "./dist/browser/index.mjs"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"./model": {
|
|
@@ -62,6 +62,10 @@
|
|
|
62
62
|
"types": "./dist/neutral/boundwitness.d.ts",
|
|
63
63
|
"default": "./dist/neutral/boundwitness.mjs"
|
|
64
64
|
},
|
|
65
|
+
"./boundwitness/model": {
|
|
66
|
+
"types": "./dist/neutral/boundwitness.model.d.ts",
|
|
67
|
+
"default": "./dist/neutral/boundwitness.model.mjs"
|
|
68
|
+
},
|
|
65
69
|
"./boundwitness-builder": {
|
|
66
70
|
"types": "./dist/neutral/boundwitness-builder.d.ts",
|
|
67
71
|
"default": "./dist/neutral/boundwitness-builder.mjs"
|
|
@@ -120,8 +124,8 @@
|
|
|
120
124
|
"default": "./dist/browser/hash.mjs"
|
|
121
125
|
},
|
|
122
126
|
"default": {
|
|
123
|
-
"types": "./dist/
|
|
124
|
-
"default": "./dist/
|
|
127
|
+
"types": "./dist/browser/hash.d.ts",
|
|
128
|
+
"default": "./dist/browser/hash.mjs"
|
|
125
129
|
}
|
|
126
130
|
},
|
|
127
131
|
"./huri": {
|
|
@@ -162,6 +166,10 @@
|
|
|
162
166
|
"types": "./dist/neutral/payload.d.ts",
|
|
163
167
|
"default": "./dist/neutral/payload.mjs"
|
|
164
168
|
},
|
|
169
|
+
"./payload/model": {
|
|
170
|
+
"types": "./dist/neutral/payload.model.d.ts",
|
|
171
|
+
"default": "./dist/neutral/payload.model.mjs"
|
|
172
|
+
},
|
|
165
173
|
"./payload-builder": {
|
|
166
174
|
"types": "./dist/neutral/payload-builder.d.ts",
|
|
167
175
|
"default": "./dist/neutral/payload-builder.mjs"
|
|
@@ -258,22 +266,7 @@
|
|
|
258
266
|
"types": "./dist/neutral/wasm.d.ts",
|
|
259
267
|
"default": "./dist/neutral/wasm.mjs"
|
|
260
268
|
},
|
|
261
|
-
"./
|
|
262
|
-
"types": "./dist/neutral/payload.model.d.ts",
|
|
263
|
-
"default": "./dist/neutral/payload.model.mjs"
|
|
264
|
-
},
|
|
265
|
-
"./boundwitness/model": {
|
|
266
|
-
"types": "./dist/neutral/boundwitness.model.d.ts",
|
|
267
|
-
"default": "./dist/neutral/boundwitness.model.mjs"
|
|
268
|
-
},
|
|
269
|
-
"./hash/worker/subtleHash-bundle.mjs": {
|
|
270
|
-
"default": "./dist/_pkg/hash/browser/worker/subtleHash-bundle.mjs"
|
|
271
|
-
},
|
|
272
|
-
"./hash/worker/wasmHash-bundle.mjs": {
|
|
273
|
-
"default": "./dist/_pkg/hash/browser/worker/wasmHash-bundle.mjs"
|
|
274
|
-
},
|
|
275
|
-
"./package.json": "./package.json",
|
|
276
|
-
"./README.md": "./README.md"
|
|
269
|
+
"./package.json": "./package.json"
|
|
277
270
|
},
|
|
278
271
|
"files": [
|
|
279
272
|
"dist",
|
|
@@ -293,8 +286,8 @@
|
|
|
293
286
|
"@scure/bip39": "~2.2.0",
|
|
294
287
|
"@xylabs/geo": "^7.0.4",
|
|
295
288
|
"@xylabs/threads": "^7.0.4",
|
|
296
|
-
"@xylabs/toolchain": "~8.5.
|
|
297
|
-
"@xylabs/tsconfig": "~8.5.
|
|
289
|
+
"@xylabs/toolchain": "~8.5.13",
|
|
290
|
+
"@xylabs/tsconfig": "~8.5.13",
|
|
298
291
|
"ajv": "^8.20.0",
|
|
299
292
|
"async-mutex": "^0.5.0",
|
|
300
293
|
"browserslist": "4.28.4",
|
|
@@ -308,57 +301,57 @@
|
|
|
308
301
|
"typescript": "~6.0.3",
|
|
309
302
|
"webextension-polyfill": "^0.12.0",
|
|
310
303
|
"zod": "^4.4.3",
|
|
311
|
-
"@private/account
|
|
312
|
-
"@private/
|
|
313
|
-
"@private/address": "~7.0.
|
|
314
|
-
"@private/
|
|
315
|
-
"@private/
|
|
316
|
-
"@private/boundwitness-validator": "~7.0.
|
|
317
|
-
"@private/boundwitness": "~7.0.
|
|
318
|
-
"@private/boundwitness-
|
|
319
|
-
"@private/
|
|
320
|
-
"@private/
|
|
321
|
-
"@private/
|
|
322
|
-
"@private/
|
|
323
|
-
"@private/
|
|
324
|
-
"@private/crypto": "~7.0.
|
|
325
|
-
"@private/dns": "~7.0.
|
|
326
|
-
"@private/
|
|
327
|
-
"@private/
|
|
328
|
-
"@private/hash": "~7.0.
|
|
329
|
-
"@private/
|
|
330
|
-
"@private/id-payload-plugin": "~7.0.
|
|
331
|
-
"@private/
|
|
332
|
-
"@private/
|
|
333
|
-
"@private/key-model": "~7.0.
|
|
334
|
-
"@private/
|
|
335
|
-
"@private/payload": "~7.0.
|
|
336
|
-
"@private/
|
|
337
|
-
"@private/
|
|
338
|
-
"@private/payload-
|
|
339
|
-
"@private/payload-
|
|
340
|
-
"@private/
|
|
341
|
-
"@private/payload-
|
|
342
|
-
"@private/
|
|
343
|
-
"@private/
|
|
344
|
-
"@private/
|
|
345
|
-
"@private/
|
|
346
|
-
"@private/
|
|
347
|
-
"@private/
|
|
348
|
-
"@private/previous-hash-store-model": "~7.0.
|
|
349
|
-
"@private/
|
|
350
|
-
"@private/
|
|
351
|
-
"@private/
|
|
352
|
-
"@private/quant-
|
|
353
|
-
"@private/
|
|
354
|
-
"@private/
|
|
355
|
-
"@private/
|
|
356
|
-
"@private/
|
|
357
|
-
"@private/
|
|
358
|
-
"@private/
|
|
359
|
-
"@private/wallet": "~7.0.
|
|
360
|
-
"@private/
|
|
361
|
-
"@private/
|
|
304
|
+
"@private/account": "~7.0.7",
|
|
305
|
+
"@private/account-model": "~7.0.7",
|
|
306
|
+
"@private/address": "~7.0.7",
|
|
307
|
+
"@private/api": "~7.0.7",
|
|
308
|
+
"@private/boundwitness": "~7.0.7",
|
|
309
|
+
"@private/boundwitness-validator": "~7.0.7",
|
|
310
|
+
"@private/boundwitness-builder": "~7.0.7",
|
|
311
|
+
"@private/boundwitness-wrapper": "~7.0.7",
|
|
312
|
+
"@private/core": "~7.0.7",
|
|
313
|
+
"@private/api-models": "~7.0.7",
|
|
314
|
+
"@private/core-payload-plugins": "~7.0.7",
|
|
315
|
+
"@private/boundwitness-model": "~7.0.7",
|
|
316
|
+
"@private/config-payload-plugin": "~7.0.7",
|
|
317
|
+
"@private/crypto": "~7.0.7",
|
|
318
|
+
"@private/dns": "~7.0.7",
|
|
319
|
+
"@private/data": "~7.0.7",
|
|
320
|
+
"@private/elliptic": "~7.0.7",
|
|
321
|
+
"@private/hash": "~7.0.7",
|
|
322
|
+
"@private/domain-payload-plugin": "~7.0.7",
|
|
323
|
+
"@private/id-payload-plugin": "~7.0.7",
|
|
324
|
+
"@private/manifest": "~7.0.7",
|
|
325
|
+
"@private/huri": "~7.0.7",
|
|
326
|
+
"@private/key-model": "~7.0.7",
|
|
327
|
+
"@private/manifest-model": "~7.0.7",
|
|
328
|
+
"@private/payload": "~7.0.7",
|
|
329
|
+
"@private/network": "~7.0.7",
|
|
330
|
+
"@private/payload-model": "~7.0.7",
|
|
331
|
+
"@private/payload-builder": "~7.0.7",
|
|
332
|
+
"@private/payload-plugin": "~7.0.7",
|
|
333
|
+
"@private/metamask-connector": "~7.0.7",
|
|
334
|
+
"@private/payload-utils": "~7.0.7",
|
|
335
|
+
"@private/payload-validator": "~7.0.7",
|
|
336
|
+
"@private/payload-wrapper": "~7.0.7",
|
|
337
|
+
"@private/pqc": "~7.0.7",
|
|
338
|
+
"@private/previous-hash-store-indexeddb": "~7.0.7",
|
|
339
|
+
"@private/previous-hash-store": "~7.0.7",
|
|
340
|
+
"@private/quant-account": "~7.0.7",
|
|
341
|
+
"@private/previous-hash-store-model": "~7.0.7",
|
|
342
|
+
"@private/previous-hash-store-storage": "~7.0.7",
|
|
343
|
+
"@private/protocol": "~7.0.7",
|
|
344
|
+
"@private/quadkey": "~7.0.7",
|
|
345
|
+
"@private/quant-wallet": "~7.0.7",
|
|
346
|
+
"@private/schema-cache": "~7.0.7",
|
|
347
|
+
"@private/value-payload-plugin": "~7.0.7",
|
|
348
|
+
"@private/wallet": "~7.0.7",
|
|
349
|
+
"@private/query-payload-plugin": "~7.0.7",
|
|
350
|
+
"@private/schema-name-validator": "~7.0.7",
|
|
351
|
+
"@private/wasm": "~7.0.7",
|
|
352
|
+
"@private/wallet-model": "~7.0.7",
|
|
353
|
+
"@private/schema-payload-plugin": "~7.0.7",
|
|
354
|
+
"@private/sdk-utils": "~7.0.7"
|
|
362
355
|
},
|
|
363
356
|
"peerDependencies": {
|
|
364
357
|
"@ariestools/sdk": "^7.0",
|