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