@xyo-network/node 6.0.4 → 6.1.0
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 +3 -1
- package/package.json +27 -28
package/README.md
CHANGED
|
@@ -38,10 +38,12 @@ bun add {{name}}
|
|
|
38
38
|
|
|
39
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
40
40
|
|
|
41
|
+
## Credits
|
|
41
42
|
|
|
43
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
42
44
|
|
|
43
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
44
45
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/node.svg
|
|
45
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/node
|
|
46
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/node.svg
|
|
47
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/node",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"README.md"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@xyo-network/node-abstract": "~6.0
|
|
50
|
-
"@xyo-network/node-memory": "~6.0
|
|
51
|
-
"@xyo-network/node-model": "~6.0
|
|
52
|
-
"@xyo-network/node-wrapper": "~6.0
|
|
49
|
+
"@xyo-network/node-abstract": "~6.1.0",
|
|
50
|
+
"@xyo-network/node-memory": "~6.1.0",
|
|
51
|
+
"@xyo-network/node-model": "~6.1.0",
|
|
52
|
+
"@xyo-network/node-wrapper": "~6.1.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -59,18 +59,16 @@
|
|
|
59
59
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
60
60
|
"@scure/base": "~2.2.0",
|
|
61
61
|
"@scure/bip39": "~2.2.0",
|
|
62
|
-
"@xylabs/geo": "^6.0
|
|
63
|
-
"@xylabs/sdk-js": "^6.0
|
|
64
|
-
"@xylabs/threads": "^6.0
|
|
65
|
-
"@xylabs/toolchain": "
|
|
66
|
-
"@xylabs/tsconfig": "
|
|
67
|
-
"@xylabs/vitest-extended": "
|
|
68
|
-
"@xylabs/vitest-matchers": "
|
|
69
|
-
"@xyo-network/sdk-protocol-js": "
|
|
62
|
+
"@xylabs/geo": "^6.1.0",
|
|
63
|
+
"@xylabs/sdk-js": "^6.1.0",
|
|
64
|
+
"@xylabs/threads": "^6.1.0",
|
|
65
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
66
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
67
|
+
"@xylabs/vitest-extended": "^6.1.0",
|
|
68
|
+
"@xylabs/vitest-matchers": "^6.1.0",
|
|
69
|
+
"@xyo-network/sdk-protocol-js": "^6.1.0",
|
|
70
70
|
"ajv": "^8.20.0",
|
|
71
71
|
"async-mutex": "^0.5.0",
|
|
72
|
-
"bn.js": "^5.2.3",
|
|
73
|
-
"buffer": "^6.0.3",
|
|
74
72
|
"debug": "~4.4.3",
|
|
75
73
|
"eslint": "^10.4.1",
|
|
76
74
|
"ethers": "^6.16.0",
|
|
@@ -84,16 +82,16 @@
|
|
|
84
82
|
"vitest": "~4.1.8",
|
|
85
83
|
"webextension-polyfill": "^0.12.0",
|
|
86
84
|
"zod": "^4.4.3",
|
|
87
|
-
"@xyo-network/archivist-
|
|
88
|
-
"@xyo-network/archivist-
|
|
89
|
-
"@xyo-network/diviner-
|
|
90
|
-
"@xyo-network/diviner-
|
|
91
|
-
"@xyo-network/
|
|
92
|
-
"@xyo-network/module-model": "~6.0
|
|
93
|
-
"@xyo-network/module-
|
|
94
|
-
"@xyo-network/
|
|
95
|
-
"@xyo-network/module-wrapper": "~6.0
|
|
96
|
-
"@xyo-network/witness-adhoc": "~6.0
|
|
85
|
+
"@xyo-network/archivist-memory": "~6.1.0",
|
|
86
|
+
"@xyo-network/archivist-model": "~6.1.0",
|
|
87
|
+
"@xyo-network/diviner-archivist": "~6.1.0",
|
|
88
|
+
"@xyo-network/diviner-huri": "~6.1.0",
|
|
89
|
+
"@xyo-network/diviner-model": "~6.1.0",
|
|
90
|
+
"@xyo-network/module-model": "~6.1.0",
|
|
91
|
+
"@xyo-network/module-abstract": "~6.1.0",
|
|
92
|
+
"@xyo-network/module-resolver": "~6.1.0",
|
|
93
|
+
"@xyo-network/module-wrapper": "~6.1.0",
|
|
94
|
+
"@xyo-network/witness-adhoc": "~6.1.0"
|
|
97
95
|
},
|
|
98
96
|
"peerDependencies": {
|
|
99
97
|
"@bitauth/libauth": "~3.0",
|
|
@@ -106,11 +104,9 @@
|
|
|
106
104
|
"@xylabs/geo": "^6.0",
|
|
107
105
|
"@xylabs/sdk-js": "^6.0",
|
|
108
106
|
"@xylabs/threads": "^6.0",
|
|
109
|
-
"@xyo-network/sdk-protocol-js": "
|
|
107
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
110
108
|
"ajv": "^8.20",
|
|
111
109
|
"async-mutex": "^0.5",
|
|
112
|
-
"bn.js": "^5.2",
|
|
113
|
-
"buffer": "^6.0",
|
|
114
110
|
"debug": "~4.4",
|
|
115
111
|
"ethers": "^6.16",
|
|
116
112
|
"hash-wasm": "~4.12",
|
|
@@ -120,6 +116,9 @@
|
|
|
120
116
|
"webextension-polyfill": "^0.12",
|
|
121
117
|
"zod": "^4.4"
|
|
122
118
|
},
|
|
119
|
+
"engines": {
|
|
120
|
+
"node": "^24"
|
|
121
|
+
},
|
|
123
122
|
"publishConfig": {
|
|
124
123
|
"access": "public"
|
|
125
124
|
}
|