@xyo-network/protocol 7.0.12 → 7.0.13
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 +47 -1
- package/dist/neutral/index.d.ts +4 -5
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/neutral/index.mjs +4 -1
- package/dist/neutral/index.mjs.map +2 -2
- package/dist/node/index.d.ts +5 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.mjs +6 -0
- package/dist/node/index.mjs.map +7 -0
- package/package.json +50 -29
package/README.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/protocol
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
[![npm][npm-badge]][npm-link]
|
|
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
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
* @
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
export * from '@xyo-network/sdk-protocol/protocol';
|
|
1
|
+
export * from '@xyo-network/boundwitness';
|
|
2
|
+
export * from '@xyo-network/core';
|
|
3
|
+
export * from '@xyo-network/crypto';
|
|
4
|
+
export * from '@xyo-network/payload';
|
|
6
5
|
//# 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,cAAc,2BAA2B,CAAA;AACzC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,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": ["export * from '@xyo-network/boundwitness'\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/crypto'\nexport * from '@xyo-network/payload'\n"],
|
|
5
|
+
"mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["export * from '@xyo-network/boundwitness'\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/crypto'\nexport * from '@xyo-network/payload'\n"],
|
|
5
|
+
"mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/protocol",
|
|
3
|
-
"version": "7.0.
|
|
4
|
-
"description": "
|
|
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.",
|
|
3
|
+
"version": "7.0.13",
|
|
4
|
+
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
6
5
|
"homepage": "https://xyo.network",
|
|
7
6
|
"bugs": {
|
|
8
7
|
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
|
|
@@ -22,8 +21,14 @@
|
|
|
22
21
|
"type": "module",
|
|
23
22
|
"exports": {
|
|
24
23
|
".": {
|
|
25
|
-
"
|
|
26
|
-
|
|
24
|
+
"node": {
|
|
25
|
+
"types": "./dist/node/index.d.ts",
|
|
26
|
+
"default": "./dist/node/index.mjs"
|
|
27
|
+
},
|
|
28
|
+
"default": {
|
|
29
|
+
"types": "./dist/neutral/index.d.ts",
|
|
30
|
+
"default": "./dist/neutral/index.mjs"
|
|
31
|
+
}
|
|
27
32
|
},
|
|
28
33
|
"./package.json": "./package.json"
|
|
29
34
|
},
|
|
@@ -35,34 +40,50 @@
|
|
|
35
40
|
"README.md"
|
|
36
41
|
],
|
|
37
42
|
"dependencies": {
|
|
38
|
-
"@xyo-network/
|
|
43
|
+
"@xyo-network/boundwitness": "~7.0.13",
|
|
44
|
+
"@xyo-network/core": "~7.0.13",
|
|
45
|
+
"@xyo-network/crypto": "~7.0.13",
|
|
46
|
+
"@xyo-network/payload": "~7.0.13"
|
|
39
47
|
},
|
|
40
48
|
"devDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
49
|
+
"@ariestools/sdk": "~7.0.8",
|
|
50
|
+
"@bitauth/libauth": "~3.0.0",
|
|
51
|
+
"@noble/post-quantum": "~0.6.1",
|
|
52
|
+
"@opentelemetry/api": "~1.9.1",
|
|
53
|
+
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
54
|
+
"@scure/base": "~2.2.0",
|
|
55
|
+
"@scure/bip39": "~2.2.0",
|
|
56
|
+
"@xylabs/threads": "~7.0.8",
|
|
57
|
+
"@xylabs/toolchain": "~8.6.2",
|
|
58
|
+
"@xylabs/tsconfig": "~8.6.2",
|
|
59
|
+
"async-mutex": "~0.5.0",
|
|
60
|
+
"browserslist": "~4.28.4",
|
|
61
|
+
"debug": "~4.4.3",
|
|
62
|
+
"eslint": "~10.6.0",
|
|
63
|
+
"eslint-import-resolver-typescript": "~4.4.5",
|
|
64
|
+
"ethers": "~6.17.0",
|
|
65
|
+
"hash-wasm": "~4.12.0",
|
|
66
|
+
"idb": "~8.0.3",
|
|
67
|
+
"observable-fns": "~0.6.1",
|
|
68
|
+
"typescript": "~6.0.3",
|
|
69
|
+
"zod": "~4.4.3"
|
|
47
70
|
},
|
|
48
71
|
"peerDependencies": {
|
|
49
|
-
"@ariestools/sdk": "^7.0.
|
|
50
|
-
"@bitauth/libauth": "
|
|
51
|
-
"@noble/post-quantum": "
|
|
52
|
-
"@opentelemetry/api": "^1.9",
|
|
53
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
54
|
-
"@scure/base": "
|
|
55
|
-
"@scure/bip39": "
|
|
56
|
-
"@xylabs/
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"observable-fns": "^0.6",
|
|
65
|
-
"zod": "^4.4"
|
|
72
|
+
"@ariestools/sdk": "^7.0.8",
|
|
73
|
+
"@bitauth/libauth": "^3.0.0",
|
|
74
|
+
"@noble/post-quantum": "^0.6.1",
|
|
75
|
+
"@opentelemetry/api": "^1.9.1",
|
|
76
|
+
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
77
|
+
"@scure/base": "^2.2.0",
|
|
78
|
+
"@scure/bip39": "^2.2.0",
|
|
79
|
+
"@xylabs/threads": "^7.0.8",
|
|
80
|
+
"async-mutex": "^0.5.0",
|
|
81
|
+
"debug": "^4.4.3",
|
|
82
|
+
"ethers": "^6.17.0",
|
|
83
|
+
"hash-wasm": "^4.12.0",
|
|
84
|
+
"idb": "^8.0.3",
|
|
85
|
+
"observable-fns": "^0.6.1",
|
|
86
|
+
"zod": "^4.4.3"
|
|
66
87
|
},
|
|
67
88
|
"engines": {
|
|
68
89
|
"node": "^24"
|