@xyo-network/sdk-protocol 7.0.9 → 7.0.11
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/dist/_pkg/core/node/index.d.ts +5 -0
- package/dist/_pkg/core/node/index.mjs +6 -0
- package/dist/_pkg/protocol/neutral/index.d.ts +1 -1
- package/dist/_pkg/protocol/neutral/index.mjs +1 -1
- package/dist/_pkg/protocol/node/index.d.ts +4 -0
- package/dist/_pkg/protocol/node/index.mjs +5 -0
- package/dist/browser/core.d.ts +1 -0
- package/dist/browser/core.mjs +1 -0
- package/dist/browser/index.d.ts +1 -1
- package/dist/browser/index.mjs +1 -1
- package/dist/node/core.d.ts +1 -0
- package/dist/node/core.mjs +1 -0
- package/dist/node/index.d.ts +2 -2
- package/dist/node/index.mjs +2 -2
- package/dist/node/protocol.d.ts +1 -0
- package/dist/node/protocol.mjs +1 -0
- package/package.json +68 -56
- package/dist/neutral/core.d.ts +0 -1
- package/dist/neutral/core.mjs +0 -1
- /package/dist/_pkg/core/{neutral → browser}/index.d.ts +0 -0
- /package/dist/_pkg/core/{neutral → browser}/index.mjs +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "../../address/neutral/index.mjs";
|
|
3
|
+
export * from "../../data/neutral/index.mjs";
|
|
4
|
+
export * from "../../hash/node/index.mjs";
|
|
5
|
+
export * from "../../schema-name-validator/neutral/index.mjs";
|
|
6
|
+
export * from "../../wasm/neutral/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../_pkg/core/browser/index.ts'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../_pkg/core/browser/index.mjs'
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export * from '../_pkg/boundwitness-model/neutral/index.ts'
|
|
|
9
9
|
export * from '../_pkg/boundwitness-validator/neutral/index.ts'
|
|
10
10
|
export * from '../_pkg/boundwitness-wrapper/neutral/index.ts'
|
|
11
11
|
export * from '../_pkg/config-payload-plugin/neutral/index.ts'
|
|
12
|
-
export * from '../_pkg/core/
|
|
12
|
+
export * from '../_pkg/core/browser/index.ts'
|
|
13
13
|
export * from '../_pkg/core-payload-plugins/neutral/index.ts'
|
|
14
14
|
export * from '../_pkg/crypto/neutral/index.ts'
|
|
15
15
|
export * from '../_pkg/data/neutral/index.ts'
|
package/dist/browser/index.mjs
CHANGED
|
@@ -9,7 +9,7 @@ export * from '../_pkg/boundwitness-model/neutral/index.mjs'
|
|
|
9
9
|
export * from '../_pkg/boundwitness-validator/neutral/index.mjs'
|
|
10
10
|
export * from '../_pkg/boundwitness-wrapper/neutral/index.mjs'
|
|
11
11
|
export * from '../_pkg/config-payload-plugin/neutral/index.mjs'
|
|
12
|
-
export * from '../_pkg/core/
|
|
12
|
+
export * from '../_pkg/core/browser/index.mjs'
|
|
13
13
|
export * from '../_pkg/core-payload-plugins/neutral/index.mjs'
|
|
14
14
|
export * from '../_pkg/crypto/neutral/index.mjs'
|
|
15
15
|
export * from '../_pkg/data/neutral/index.mjs'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../_pkg/core/node/index.ts'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../_pkg/core/node/index.mjs'
|
package/dist/node/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export * from '../_pkg/boundwitness-model/neutral/index.ts'
|
|
|
9
9
|
export * from '../_pkg/boundwitness-validator/neutral/index.ts'
|
|
10
10
|
export * from '../_pkg/boundwitness-wrapper/neutral/index.ts'
|
|
11
11
|
export * from '../_pkg/config-payload-plugin/neutral/index.ts'
|
|
12
|
-
export * from '../_pkg/core/
|
|
12
|
+
export * from '../_pkg/core/node/index.ts'
|
|
13
13
|
export * from '../_pkg/core-payload-plugins/neutral/index.ts'
|
|
14
14
|
export * from '../_pkg/crypto/neutral/index.ts'
|
|
15
15
|
export * from '../_pkg/data/neutral/index.ts'
|
|
@@ -36,7 +36,7 @@ export * from '../_pkg/previous-hash-store/neutral/index.ts'
|
|
|
36
36
|
export * from '../_pkg/previous-hash-store-indexeddb/neutral/index.ts'
|
|
37
37
|
export * from '../_pkg/previous-hash-store-model/neutral/index.ts'
|
|
38
38
|
export * from '../_pkg/previous-hash-store-storage/neutral/index.ts'
|
|
39
|
-
export * from '../_pkg/protocol/
|
|
39
|
+
export * from '../_pkg/protocol/node/index.ts'
|
|
40
40
|
export * from '../_pkg/quadkey/neutral/index.ts'
|
|
41
41
|
export * from '../_pkg/quant-account/neutral/index.ts'
|
|
42
42
|
export * from '../_pkg/quant-wallet/neutral/index.ts'
|
package/dist/node/index.mjs
CHANGED
|
@@ -9,7 +9,7 @@ export * from '../_pkg/boundwitness-model/neutral/index.mjs'
|
|
|
9
9
|
export * from '../_pkg/boundwitness-validator/neutral/index.mjs'
|
|
10
10
|
export * from '../_pkg/boundwitness-wrapper/neutral/index.mjs'
|
|
11
11
|
export * from '../_pkg/config-payload-plugin/neutral/index.mjs'
|
|
12
|
-
export * from '../_pkg/core/
|
|
12
|
+
export * from '../_pkg/core/node/index.mjs'
|
|
13
13
|
export * from '../_pkg/core-payload-plugins/neutral/index.mjs'
|
|
14
14
|
export * from '../_pkg/crypto/neutral/index.mjs'
|
|
15
15
|
export * from '../_pkg/data/neutral/index.mjs'
|
|
@@ -36,7 +36,7 @@ export * from '../_pkg/previous-hash-store/neutral/index.mjs'
|
|
|
36
36
|
export * from '../_pkg/previous-hash-store-indexeddb/neutral/index.mjs'
|
|
37
37
|
export * from '../_pkg/previous-hash-store-model/neutral/index.mjs'
|
|
38
38
|
export * from '../_pkg/previous-hash-store-storage/neutral/index.mjs'
|
|
39
|
-
export * from '../_pkg/protocol/
|
|
39
|
+
export * from '../_pkg/protocol/node/index.mjs'
|
|
40
40
|
export * from '../_pkg/quadkey/neutral/index.mjs'
|
|
41
41
|
export * from '../_pkg/quant-account/neutral/index.mjs'
|
|
42
42
|
export * from '../_pkg/quant-wallet/neutral/index.mjs'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../_pkg/protocol/node/index.ts'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../_pkg/protocol/node/index.mjs'
|
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.11",
|
|
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": {
|
|
@@ -87,8 +87,14 @@
|
|
|
87
87
|
"default": "./dist/neutral/config-payload-plugin.mjs"
|
|
88
88
|
},
|
|
89
89
|
"./core": {
|
|
90
|
-
"
|
|
91
|
-
|
|
90
|
+
"node": {
|
|
91
|
+
"types": "./dist/node/core.d.ts",
|
|
92
|
+
"default": "./dist/node/core.mjs"
|
|
93
|
+
},
|
|
94
|
+
"default": {
|
|
95
|
+
"types": "./dist/browser/core.d.ts",
|
|
96
|
+
"default": "./dist/browser/core.mjs"
|
|
97
|
+
}
|
|
92
98
|
},
|
|
93
99
|
"./core-payload-plugins": {
|
|
94
100
|
"types": "./dist/neutral/core-payload-plugins.d.ts",
|
|
@@ -221,8 +227,14 @@
|
|
|
221
227
|
"default": "./dist/neutral/previous-hash-store-storage.mjs"
|
|
222
228
|
},
|
|
223
229
|
"./protocol": {
|
|
224
|
-
"
|
|
225
|
-
|
|
230
|
+
"node": {
|
|
231
|
+
"types": "./dist/node/protocol.d.ts",
|
|
232
|
+
"default": "./dist/node/protocol.mjs"
|
|
233
|
+
},
|
|
234
|
+
"default": {
|
|
235
|
+
"types": "./dist/neutral/protocol.d.ts",
|
|
236
|
+
"default": "./dist/neutral/protocol.mjs"
|
|
237
|
+
}
|
|
226
238
|
},
|
|
227
239
|
"./quadkey": {
|
|
228
240
|
"types": "./dist/neutral/quadkey.d.ts",
|
|
@@ -307,57 +319,57 @@
|
|
|
307
319
|
"typescript": "~6.0.3",
|
|
308
320
|
"webextension-polyfill": "^0.12.0",
|
|
309
321
|
"zod": "^4.4.3",
|
|
310
|
-
"@private/account": "~7.0.
|
|
311
|
-
"@private/
|
|
312
|
-
"@private/
|
|
313
|
-
"@private/api-models": "~7.0.
|
|
314
|
-
"@private/
|
|
315
|
-
"@private/boundwitness": "~7.0.
|
|
316
|
-
"@private/boundwitness-model": "~7.0.
|
|
317
|
-
"@private/boundwitness-
|
|
318
|
-
"@private/boundwitness-
|
|
319
|
-
"@private/boundwitness-wrapper": "~7.0.
|
|
320
|
-
"@private/
|
|
321
|
-
"@private/
|
|
322
|
-
"@private/core": "~7.0.
|
|
323
|
-
"@private/crypto": "~7.0.
|
|
324
|
-
"@private/
|
|
325
|
-
"@private/
|
|
326
|
-
"@private/
|
|
327
|
-
"@private/elliptic": "~7.0.
|
|
328
|
-
"@private/hash": "~7.0.
|
|
329
|
-
"@private/huri": "~7.0.
|
|
330
|
-
"@private/id-payload-plugin": "~7.0.
|
|
331
|
-
"@private/key-model": "~7.0.
|
|
332
|
-
"@private/
|
|
333
|
-
"@private/manifest-model": "~7.0.
|
|
334
|
-
"@private/network": "~7.0.
|
|
335
|
-
"@private/
|
|
336
|
-
"@private/payload": "~7.0.
|
|
337
|
-
"@private/payload-builder": "~7.0.
|
|
338
|
-
"@private/payload-
|
|
339
|
-
"@private/payload-
|
|
340
|
-
"@private/payload-
|
|
341
|
-
"@private/payload-
|
|
342
|
-
"@private/
|
|
343
|
-
"@private/
|
|
344
|
-
"@private/previous-hash-store-indexeddb": "~7.0.
|
|
345
|
-
"@private/
|
|
346
|
-
"@private/previous-hash-store-
|
|
347
|
-
"@private/
|
|
348
|
-
"@private/
|
|
349
|
-
"@private/quant-account": "~7.0.
|
|
350
|
-
"@private/
|
|
351
|
-
"@private/
|
|
352
|
-
"@private/
|
|
353
|
-
"@private/
|
|
354
|
-
"@private/schema-
|
|
355
|
-
"@private/
|
|
356
|
-
"@private/
|
|
357
|
-
"@private/
|
|
358
|
-
"@private/
|
|
359
|
-
"@private/
|
|
360
|
-
"@private/
|
|
322
|
+
"@private/account": "~7.0.11",
|
|
323
|
+
"@private/account-model": "~7.0.11",
|
|
324
|
+
"@private/address": "~7.0.11",
|
|
325
|
+
"@private/api-models": "~7.0.11",
|
|
326
|
+
"@private/api": "~7.0.11",
|
|
327
|
+
"@private/boundwitness": "~7.0.11",
|
|
328
|
+
"@private/boundwitness-model": "~7.0.11",
|
|
329
|
+
"@private/boundwitness-validator": "~7.0.11",
|
|
330
|
+
"@private/boundwitness-builder": "~7.0.11",
|
|
331
|
+
"@private/boundwitness-wrapper": "~7.0.11",
|
|
332
|
+
"@private/core": "~7.0.11",
|
|
333
|
+
"@private/config-payload-plugin": "~7.0.11",
|
|
334
|
+
"@private/core-payload-plugins": "~7.0.11",
|
|
335
|
+
"@private/crypto": "~7.0.11",
|
|
336
|
+
"@private/data": "~7.0.11",
|
|
337
|
+
"@private/dns": "~7.0.11",
|
|
338
|
+
"@private/domain-payload-plugin": "~7.0.11",
|
|
339
|
+
"@private/elliptic": "~7.0.11",
|
|
340
|
+
"@private/hash": "~7.0.11",
|
|
341
|
+
"@private/huri": "~7.0.11",
|
|
342
|
+
"@private/id-payload-plugin": "~7.0.11",
|
|
343
|
+
"@private/key-model": "~7.0.11",
|
|
344
|
+
"@private/metamask-connector": "~7.0.11",
|
|
345
|
+
"@private/manifest-model": "~7.0.11",
|
|
346
|
+
"@private/network": "~7.0.11",
|
|
347
|
+
"@private/payload": "~7.0.11",
|
|
348
|
+
"@private/payload-model": "~7.0.11",
|
|
349
|
+
"@private/payload-builder": "~7.0.11",
|
|
350
|
+
"@private/payload-plugin": "~7.0.11",
|
|
351
|
+
"@private/payload-utils": "~7.0.11",
|
|
352
|
+
"@private/payload-validator": "~7.0.11",
|
|
353
|
+
"@private/payload-wrapper": "~7.0.11",
|
|
354
|
+
"@private/pqc": "~7.0.11",
|
|
355
|
+
"@private/previous-hash-store": "~7.0.11",
|
|
356
|
+
"@private/previous-hash-store-indexeddb": "~7.0.11",
|
|
357
|
+
"@private/manifest": "~7.0.11",
|
|
358
|
+
"@private/previous-hash-store-model": "~7.0.11",
|
|
359
|
+
"@private/protocol": "~7.0.11",
|
|
360
|
+
"@private/previous-hash-store-storage": "~7.0.11",
|
|
361
|
+
"@private/quant-account": "~7.0.11",
|
|
362
|
+
"@private/quant-wallet": "~7.0.11",
|
|
363
|
+
"@private/quadkey": "~7.0.11",
|
|
364
|
+
"@private/schema-cache": "~7.0.11",
|
|
365
|
+
"@private/query-payload-plugin": "~7.0.11",
|
|
366
|
+
"@private/schema-name-validator": "~7.0.11",
|
|
367
|
+
"@private/schema-payload-plugin": "~7.0.11",
|
|
368
|
+
"@private/sdk-utils": "~7.0.11",
|
|
369
|
+
"@private/value-payload-plugin": "~7.0.11",
|
|
370
|
+
"@private/wallet": "~7.0.11",
|
|
371
|
+
"@private/wallet-model": "~7.0.11",
|
|
372
|
+
"@private/wasm": "~7.0.11"
|
|
361
373
|
},
|
|
362
374
|
"peerDependencies": {
|
|
363
375
|
"@ariestools/sdk": "^7.0",
|
package/dist/neutral/core.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../_pkg/core/neutral/index.ts'
|
package/dist/neutral/core.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../_pkg/core/neutral/index.mjs'
|
|
File without changes
|
|
File without changes
|