@xyo-network/protocol 7.0.5 → 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/README.md +1 -47
- package/dist/neutral/index.d.ts +5 -4
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/neutral/index.mjs +1 -4
- package/dist/neutral/index.mjs.map +2 -2
- package/package.json +11 -62
package/README.md
CHANGED
|
@@ -1,49 +1,3 @@
|
|
|
1
|
-
[![logo][]](https://xyo.network)
|
|
2
|
-
|
|
3
1
|
# @xyo-network/protocol
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
[![license][license-badge]][license-link]
|
|
7
|
-
|
|
8
|
-
> Primary SDK for using XYO Protocol 2.0
|
|
9
|
-
|
|
10
|
-
## Install
|
|
11
|
-
|
|
12
|
-
Using npm:
|
|
13
|
-
|
|
14
|
-
```sh
|
|
15
|
-
npm install {{name}}
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
Using yarn:
|
|
19
|
-
|
|
20
|
-
```sh
|
|
21
|
-
yarn add {{name}}
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
Using pnpm:
|
|
25
|
-
|
|
26
|
-
```sh
|
|
27
|
-
pnpm add {{name}}
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
Using bun:
|
|
31
|
-
|
|
32
|
-
```sh
|
|
33
|
-
bun add {{name}}
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## License
|
|
38
|
-
|
|
39
|
-
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
40
|
-
|
|
41
|
-
## Credits
|
|
42
|
-
|
|
43
|
-
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
44
|
-
|
|
45
|
-
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/protocol.svg
|
|
46
|
-
[npm-link]: https://www.npmjs.com/package/@xyo-network/protocol
|
|
47
|
-
[license-badge]: https://img.shields.io/npm/l/@xyo-network/protocol.svg
|
|
48
|
-
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
49
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
3
|
+
Deprecated compatibility stub. Use `@xyo-network/sdk-protocol/protocol` instead.
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated Use `@xyo-network/sdk-protocol/protocol` instead.
|
|
3
|
+
* `@xyo-network/protocol` is a backward-compatibility re-export stub.
|
|
4
|
+
*/
|
|
5
|
+
export * from '@xyo-network/sdk-protocol/protocol';
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,oCAAoC,CAAA"}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["/**\n * @deprecated Use `@xyo-network/sdk-protocol/protocol` instead.\n * `@xyo-network/protocol` is a backward-compatibility re-export stub.\n */\nexport * from '@xyo-network/sdk-protocol/protocol'\n"],
|
|
5
|
+
"mappings": ";AAIA,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/protocol",
|
|
3
|
-
"version": "7.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "7.0.7",
|
|
4
|
+
"description": "DEPRECATED - use @xyo-network/sdk-protocol/protocol. Backward-compatibility re-export stub for @xyo-network/protocol.",
|
|
5
|
+
"deprecated": "Use @xyo-network/sdk-protocol/protocol instead. @xyo-network/protocol is a backward-compatibility re-export stub and will not receive further updates.",
|
|
5
6
|
"homepage": "https://xyo.network",
|
|
6
7
|
"bugs": {
|
|
7
8
|
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
|
|
@@ -34,79 +35,27 @@
|
|
|
34
35
|
"README.md"
|
|
35
36
|
],
|
|
36
37
|
"dependencies": {
|
|
37
|
-
"@xyo-network/
|
|
38
|
-
"@xyo-network/core": "~7.0.5",
|
|
39
|
-
"@xyo-network/crypto": "~7.0.5",
|
|
40
|
-
"@xyo-network/payload": "~7.0.5"
|
|
38
|
+
"@xyo-network/sdk-protocol": "~7.0.7"
|
|
41
39
|
},
|
|
42
40
|
"devDependencies": {
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@opentelemetry/api": "^1.9.1",
|
|
46
|
-
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
47
|
-
"@scure/base": "~2.2.0",
|
|
48
|
-
"@scure/bip39": "~2.2.0",
|
|
49
|
-
"@xylabs/hex": "^7.0.1",
|
|
50
|
-
"@xylabs/platform": "^7.0.1",
|
|
51
|
-
"@xylabs/sdk": "^7.0.1",
|
|
52
|
-
"@xylabs/threads": "~7.0.1",
|
|
53
|
-
"@xylabs/toolchain": "~8.5.3",
|
|
54
|
-
"@xylabs/tsconfig": "~8.5.3",
|
|
55
|
-
"@xylabs/vitest-extended": "^7.0.1",
|
|
56
|
-
"@xylabs/vitest-matchers": "^7.0.1",
|
|
57
|
-
"ajv": "^8.20.0",
|
|
58
|
-
"async-mutex": "^0.5.0",
|
|
41
|
+
"@xylabs/toolchain": "~8.5.13",
|
|
42
|
+
"@xylabs/tsconfig": "~8.5.13",
|
|
59
43
|
"browserslist": "4.28.4",
|
|
60
|
-
"debug": "^4.4.3",
|
|
61
44
|
"eslint": "^10.6.0",
|
|
62
45
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
63
|
-
"
|
|
64
|
-
"fake-indexeddb": "~6.2.5",
|
|
65
|
-
"hash-wasm": "~4.12.0",
|
|
66
|
-
"idb": "^8.0.3",
|
|
67
|
-
"observable-fns": "^0.6.1",
|
|
68
|
-
"typescript": "~6.0.3",
|
|
69
|
-
"vite": "^8.1.0",
|
|
70
|
-
"vitest": "~4.1.9",
|
|
71
|
-
"zod": "^4.4.3",
|
|
72
|
-
"@xyo-network/account": "~7.0.5",
|
|
73
|
-
"@xyo-network/account-model": "~7.0.5",
|
|
74
|
-
"@xyo-network/account-test": "~7.0.5",
|
|
75
|
-
"@xyo-network/boundwitness-builder": "~7.0.5",
|
|
76
|
-
"@xyo-network/boundwitness-model": "~7.0.5",
|
|
77
|
-
"@xyo-network/address": "~7.0.5",
|
|
78
|
-
"@xyo-network/boundwitness-validator": "~7.0.5",
|
|
79
|
-
"@xyo-network/boundwitness-wrapper": "~7.0.5",
|
|
80
|
-
"@xyo-network/data": "~7.0.5",
|
|
81
|
-
"@xyo-network/elliptic": "~7.0.5",
|
|
82
|
-
"@xyo-network/hash": "~7.0.5",
|
|
83
|
-
"@xyo-network/key-model": "~7.0.5",
|
|
84
|
-
"@xyo-network/huri": "~7.0.5",
|
|
85
|
-
"@xyo-network/payload-builder": "~7.0.5",
|
|
86
|
-
"@xyo-network/payload-validator": "~7.0.5",
|
|
87
|
-
"@xyo-network/payload-model": "~7.0.5",
|
|
88
|
-
"@xyo-network/payload-wrapper": "~7.0.5",
|
|
89
|
-
"@xyo-network/pqc": "~7.0.5",
|
|
90
|
-
"@xyo-network/previous-hash-store": "~7.0.5",
|
|
91
|
-
"@xyo-network/previous-hash-store-indexeddb": "~7.0.5",
|
|
92
|
-
"@xyo-network/previous-hash-store-model": "~7.0.5",
|
|
93
|
-
"@xyo-network/previous-hash-store-storage": "~7.0.5",
|
|
94
|
-
"@xyo-network/quant-wallet": "~7.0.5",
|
|
95
|
-
"@xyo-network/quant-account": "~7.0.5",
|
|
96
|
-
"@xyo-network/schema-name-validator": "~7.0.5",
|
|
97
|
-
"@xyo-network/wallet": "~7.0.5",
|
|
98
|
-
"@xyo-network/wallet-model": "~7.0.5",
|
|
99
|
-
"@xyo-network/wasm": "~7.0.5"
|
|
46
|
+
"typescript": "~6.0.3"
|
|
100
47
|
},
|
|
101
48
|
"peerDependencies": {
|
|
49
|
+
"@ariestools/sdk": "^7.0.4",
|
|
102
50
|
"@bitauth/libauth": "~3.0",
|
|
103
|
-
"@noble/post-quantum": "
|
|
51
|
+
"@noble/post-quantum": "~0.6.1",
|
|
104
52
|
"@opentelemetry/api": "^1.9",
|
|
105
53
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
106
54
|
"@scure/base": "~2.2",
|
|
107
55
|
"@scure/bip39": "~2.2",
|
|
108
|
-
"@xylabs/
|
|
56
|
+
"@xylabs/geo": "^7.0",
|
|
109
57
|
"@xylabs/threads": "^7.0",
|
|
58
|
+
"ajv": "^8.20",
|
|
110
59
|
"async-mutex": "^0.5",
|
|
111
60
|
"debug": "^4.4",
|
|
112
61
|
"ethers": "^6.16",
|