@xyo-network/node 7.0.6 → 7.0.8
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 +55 -51
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/node",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.8",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -46,69 +46,73 @@
|
|
|
46
46
|
"README.md"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@xyo-network/node-abstract": "~7.0.
|
|
50
|
-
"@xyo-network/node-memory": "~7.0.
|
|
51
|
-
"@xyo-network/node-model": "~7.0.
|
|
52
|
-
"@xyo-network/node-wrapper": "~7.0.
|
|
49
|
+
"@xyo-network/node-abstract": "~7.0.8",
|
|
50
|
+
"@xyo-network/node-memory": "~7.0.8",
|
|
51
|
+
"@xyo-network/node-model": "~7.0.8",
|
|
52
|
+
"@xyo-network/node-wrapper": "~7.0.8"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@ariestools/sdk": "
|
|
55
|
+
"@ariestools/sdk": "~7.0.8",
|
|
56
56
|
"@bitauth/libauth": "~3.0.0",
|
|
57
|
+
"@metamask/providers": "~22.1.1",
|
|
57
58
|
"@noble/post-quantum": "~0.6.1",
|
|
58
|
-
"@opentelemetry/api": "
|
|
59
|
-
"@opentelemetry/sdk-trace-base": "
|
|
59
|
+
"@opentelemetry/api": "~1.9.1",
|
|
60
|
+
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
60
61
|
"@scure/base": "~2.2.0",
|
|
61
62
|
"@scure/bip39": "~2.2.0",
|
|
62
|
-
"@xylabs/geo": "
|
|
63
|
-
"@xylabs/threads": "
|
|
64
|
-
"@xylabs/toolchain": "
|
|
65
|
-
"@xylabs/tsconfig": "
|
|
66
|
-
"@xylabs/vitest-extended": "
|
|
67
|
-
"@xylabs/vitest-matchers": "
|
|
68
|
-
"@xyo-network/sdk-protocol": "
|
|
63
|
+
"@xylabs/geo": "~7.0.8",
|
|
64
|
+
"@xylabs/threads": "~7.0.8",
|
|
65
|
+
"@xylabs/toolchain": "~8.6.2",
|
|
66
|
+
"@xylabs/tsconfig": "~8.6.2",
|
|
67
|
+
"@xylabs/vitest-extended": "~7.0.8",
|
|
68
|
+
"@xylabs/vitest-matchers": "~7.0.8",
|
|
69
|
+
"@xyo-network/sdk-protocol": "~7.0.13",
|
|
70
|
+
"ajv": "~8.20.0",
|
|
71
|
+
"async-mutex": "~0.5.0",
|
|
72
|
+
"browserslist": "~4.28.4",
|
|
73
|
+
"debug": "~4.4.3",
|
|
74
|
+
"eslint": "~10.6.0",
|
|
75
|
+
"eslint-import-resolver-typescript": "~4.4.5",
|
|
76
|
+
"ethers": "~6.17.0",
|
|
77
|
+
"hash-wasm": "~4.12.0",
|
|
78
|
+
"idb": "~8.0.3",
|
|
79
|
+
"lru-cache": "~11.5.1",
|
|
80
|
+
"observable-fns": "~0.6.1",
|
|
81
|
+
"typescript": "~6.0.3",
|
|
82
|
+
"vite": "~8.1.3",
|
|
83
|
+
"vitest": "~4.1.9",
|
|
84
|
+
"webextension-polyfill": "~0.12.0",
|
|
85
|
+
"zod": "~4.4.3",
|
|
86
|
+
"@xyo-network/archivist-memory": "~7.0.8",
|
|
87
|
+
"@xyo-network/archivist-model": "~7.0.8",
|
|
88
|
+
"@xyo-network/diviner-huri": "~7.0.8",
|
|
89
|
+
"@xyo-network/diviner-model": "~7.0.8",
|
|
90
|
+
"@xyo-network/module-model": "~7.0.8",
|
|
91
|
+
"@xyo-network/diviner-archivist": "~7.0.8",
|
|
92
|
+
"@xyo-network/witness-adhoc": "~7.0.8"
|
|
93
|
+
},
|
|
94
|
+
"peerDependencies": {
|
|
95
|
+
"@ariestools/sdk": "^7.0.8",
|
|
96
|
+
"@bitauth/libauth": "^3.0.0",
|
|
97
|
+
"@metamask/providers": "^22.1.1",
|
|
98
|
+
"@noble/post-quantum": "^0.6.1",
|
|
99
|
+
"@opentelemetry/api": "^1.9.1",
|
|
100
|
+
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
101
|
+
"@scure/base": "^2.2.0",
|
|
102
|
+
"@scure/bip39": "^2.2.0",
|
|
103
|
+
"@xylabs/geo": "^7.0.8",
|
|
104
|
+
"@xylabs/threads": "^7.0.8",
|
|
105
|
+
"@xyo-network/sdk-protocol": "^7.0.13",
|
|
69
106
|
"ajv": "^8.20.0",
|
|
70
107
|
"async-mutex": "^0.5.0",
|
|
71
|
-
"browserslist": "4.28.4",
|
|
72
108
|
"debug": "^4.4.3",
|
|
73
|
-
"eslint": "^10.6.0",
|
|
74
|
-
"eslint-import-resolver-typescript": "^4.4.5",
|
|
75
109
|
"ethers": "^6.17.0",
|
|
76
|
-
"hash-wasm": "
|
|
110
|
+
"hash-wasm": "^4.12.0",
|
|
77
111
|
"idb": "^8.0.3",
|
|
78
112
|
"lru-cache": "^11.5.1",
|
|
79
113
|
"observable-fns": "^0.6.1",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"vitest": "~4.1.9",
|
|
83
|
-
"zod": "^4.4.3",
|
|
84
|
-
"@xyo-network/archivist-memory": "~7.0.6",
|
|
85
|
-
"@xyo-network/archivist-model": "~7.0.6",
|
|
86
|
-
"@xyo-network/diviner-model": "~7.0.6",
|
|
87
|
-
"@xyo-network/diviner-huri": "~7.0.6",
|
|
88
|
-
"@xyo-network/diviner-archivist": "~7.0.6",
|
|
89
|
-
"@xyo-network/module-model": "~7.0.6",
|
|
90
|
-
"@xyo-network/witness-adhoc": "~7.0.6"
|
|
91
|
-
},
|
|
92
|
-
"peerDependencies": {
|
|
93
|
-
"@ariestools/sdk": "^7.0",
|
|
94
|
-
"@bitauth/libauth": "~3.0",
|
|
95
|
-
"@noble/post-quantum": "~0.6.1",
|
|
96
|
-
"@opentelemetry/api": "^1.9",
|
|
97
|
-
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
98
|
-
"@scure/base": "~2.2",
|
|
99
|
-
"@scure/bip39": "~2.2",
|
|
100
|
-
"@xylabs/geo": "^7.0",
|
|
101
|
-
"@xylabs/threads": "^7.0",
|
|
102
|
-
"@xyo-network/sdk-protocol": "^7.0",
|
|
103
|
-
"ajv": "^8.20",
|
|
104
|
-
"async-mutex": "^0.5",
|
|
105
|
-
"debug": "^4.4",
|
|
106
|
-
"ethers": "^6.16",
|
|
107
|
-
"hash-wasm": "~4.12",
|
|
108
|
-
"idb": "^8.0",
|
|
109
|
-
"lru-cache": "^11.3",
|
|
110
|
-
"observable-fns": "~0.6",
|
|
111
|
-
"zod": "^4.4"
|
|
114
|
+
"webextension-polyfill": "^0.12.0",
|
|
115
|
+
"zod": "^4.4.3"
|
|
112
116
|
},
|
|
113
117
|
"engines": {
|
|
114
118
|
"node": "^24"
|