@xyo-network/protocol 5.3.13 → 5.3.16
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 +52 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/protocol",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.16",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,20 +36,64 @@
|
|
|
36
36
|
"!**/*.test.*"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xyo-network/boundwitness": "~5.3.
|
|
40
|
-
"@xyo-network/core": "~5.3.
|
|
41
|
-
"@xyo-network/crypto": "~5.3.
|
|
42
|
-
"@xyo-network/payload": "~5.3.
|
|
39
|
+
"@xyo-network/boundwitness": "~5.3.16",
|
|
40
|
+
"@xyo-network/core": "~5.3.16",
|
|
41
|
+
"@xyo-network/crypto": "~5.3.16",
|
|
42
|
+
"@xyo-network/payload": "~5.3.16"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
45
|
+
"@bitauth/libauth": "~3.0.0",
|
|
46
|
+
"@scure/base": "~2.0.0",
|
|
47
|
+
"@scure/bip39": "~2.0.1",
|
|
48
|
+
"@xylabs/hex": "^5.0.86",
|
|
49
|
+
"@xylabs/platform": "^5.0.86",
|
|
50
|
+
"@xylabs/sdk-js": "^5.0.86",
|
|
51
|
+
"@xylabs/threads": "^5.0.86",
|
|
52
|
+
"@xylabs/ts-scripts-yarn3": "~7.4.17",
|
|
53
|
+
"@xylabs/tsconfig": "~7.4.17",
|
|
54
|
+
"@xylabs/vitest-extended": "~5.0.86",
|
|
55
|
+
"@xylabs/vitest-matchers": "~5.0.86",
|
|
56
|
+
"@xyo-network/account": "~5.3.16",
|
|
57
|
+
"@xyo-network/account-model": "~5.3.16",
|
|
58
|
+
"@xyo-network/archivist-memory": "~5.3.16",
|
|
59
|
+
"@xyo-network/archivist-model": "~5.3.16",
|
|
60
|
+
"@xyo-network/boundwitness-builder": "~5.3.16",
|
|
61
|
+
"@xyo-network/boundwitness-model": "~5.3.16",
|
|
62
|
+
"@xyo-network/boundwitness-validator": "~5.3.16",
|
|
63
|
+
"@xyo-network/boundwitness-wrapper": "~5.3.16",
|
|
64
|
+
"@xyo-network/data": "~5.3.16",
|
|
65
|
+
"@xyo-network/elliptic": "~5.3.16",
|
|
66
|
+
"@xyo-network/hash": "~5.3.16",
|
|
67
|
+
"@xyo-network/huri": "~5.3.16",
|
|
68
|
+
"@xyo-network/key-model": "~5.3.16",
|
|
69
|
+
"@xyo-network/payload-builder": "~5.3.16",
|
|
70
|
+
"@xyo-network/payload-model": "~5.3.16",
|
|
71
|
+
"@xyo-network/payload-validator": "~5.3.16",
|
|
72
|
+
"@xyo-network/payload-wrapper": "~5.3.16",
|
|
73
|
+
"@xyo-network/previous-hash-store": "~5.3.16",
|
|
74
|
+
"@xyo-network/previous-hash-store-indexeddb": "~5.3.16",
|
|
75
|
+
"@xyo-network/previous-hash-store-model": "~5.3.16",
|
|
76
|
+
"@xyo-network/previous-hash-store-storage": "~5.3.16",
|
|
77
|
+
"@xyo-network/schema-name-validator": "~5.3.16",
|
|
78
|
+
"@xyo-network/wallet": "~5.3.16",
|
|
79
|
+
"@xyo-network/wallet-model": "~5.3.16",
|
|
80
|
+
"@xyo-network/wasm": "~5.3.16",
|
|
81
|
+
"ajv": "~8.18.0",
|
|
82
|
+
"async-mutex": "~0.5.0",
|
|
83
|
+
"ethers": "^6.14.4",
|
|
84
|
+
"fake-indexeddb": "~6.2.5",
|
|
85
|
+
"hash-wasm": "~4.12.0",
|
|
86
|
+
"idb": "^8.0.3",
|
|
87
|
+
"store2": "~2.14.4",
|
|
48
88
|
"typescript": "~5.9.3",
|
|
89
|
+
"uuid": "~13.0.0",
|
|
90
|
+
"vitest": "~4.0.18",
|
|
91
|
+
"wasm-feature-detect": "~1.8.0",
|
|
49
92
|
"zod": "^4.3.6"
|
|
50
93
|
},
|
|
51
94
|
"peerDependencies": {
|
|
52
95
|
"@xylabs/sdk-js": "^5",
|
|
96
|
+
"ethers": "^6",
|
|
53
97
|
"zod": "^4"
|
|
54
98
|
},
|
|
55
99
|
"publishConfig": {
|