@xyo-network/bridge-abstract 7.0.2 → 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 +24 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/bridge-abstract",
|
|
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": {
|
|
@@ -34,25 +34,24 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/archivist-
|
|
38
|
-
"@xyo-network/archivist-
|
|
39
|
-
"@xyo-network/bridge-model": "~7.0.
|
|
40
|
-
"@xyo-network/diviner-model": "~7.0.
|
|
41
|
-
"@xyo-network/diviner-wrapper": "~7.0.
|
|
42
|
-
"@xyo-network/module-
|
|
43
|
-
"@xyo-network/module-
|
|
44
|
-
"@xyo-network/module-
|
|
45
|
-
"@xyo-network/module-
|
|
46
|
-
"@xyo-network/node-model": "~7.0.
|
|
47
|
-
"@xyo-network/
|
|
48
|
-
"@xyo-network/
|
|
49
|
-
"@xyo-network/
|
|
50
|
-
"@xyo-network/
|
|
51
|
-
"@xyo-network/witness-wrapper": "~7.0.
|
|
37
|
+
"@xyo-network/archivist-wrapper": "~7.0.3",
|
|
38
|
+
"@xyo-network/archivist-model": "~7.0.3",
|
|
39
|
+
"@xyo-network/bridge-model": "~7.0.3",
|
|
40
|
+
"@xyo-network/diviner-model": "~7.0.3",
|
|
41
|
+
"@xyo-network/diviner-wrapper": "~7.0.3",
|
|
42
|
+
"@xyo-network/module-abstract": "~7.0.3",
|
|
43
|
+
"@xyo-network/module-model": "~7.0.3",
|
|
44
|
+
"@xyo-network/module-wrapper": "~7.0.3",
|
|
45
|
+
"@xyo-network/module-resolver": "~7.0.3",
|
|
46
|
+
"@xyo-network/node-model": "~7.0.3",
|
|
47
|
+
"@xyo-network/node-wrapper": "~7.0.3",
|
|
48
|
+
"@xyo-network/sentinel-model": "~7.0.3",
|
|
49
|
+
"@xyo-network/sentinel-wrapper": "~7.0.3",
|
|
50
|
+
"@xyo-network/witness-model": "~7.0.3",
|
|
51
|
+
"@xyo-network/witness-wrapper": "~7.0.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@bitauth/libauth": "~3.0.0",
|
|
55
|
-
"@metamask/providers": "^22.1.1",
|
|
56
55
|
"@noble/post-quantum": "~0.6.1",
|
|
57
56
|
"@opentelemetry/api": "^1.9.1",
|
|
58
57
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
@@ -66,38 +65,37 @@
|
|
|
66
65
|
"@xyo-network/sdk-protocol": "^7.0.4",
|
|
67
66
|
"ajv": "^8.20.0",
|
|
68
67
|
"async-mutex": "^0.5.0",
|
|
69
|
-
"
|
|
68
|
+
"browserslist": "4.28.4",
|
|
69
|
+
"debug": "^4.4.3",
|
|
70
70
|
"eslint": "^10.6.0",
|
|
71
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
71
72
|
"ethers": "^6.17.0",
|
|
72
73
|
"hash-wasm": "~4.12.0",
|
|
73
74
|
"idb": "^8.0.3",
|
|
74
75
|
"lru-cache": "^11.5.1",
|
|
75
|
-
"observable-fns": "
|
|
76
|
+
"observable-fns": "^0.6.1",
|
|
76
77
|
"typescript": "~6.0.3",
|
|
77
|
-
"webextension-polyfill": "^0.12.0",
|
|
78
78
|
"zod": "^4.4.3"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@bitauth/libauth": "~3.0",
|
|
82
|
-
"@metamask/providers": "^22.1",
|
|
83
82
|
"@noble/post-quantum": "~0.6.1",
|
|
84
83
|
"@opentelemetry/api": "^1.9",
|
|
85
84
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
86
85
|
"@scure/base": "~2.2",
|
|
87
86
|
"@scure/bip39": "~2.2",
|
|
88
|
-
"@xylabs/geo": "^
|
|
89
|
-
"@xylabs/sdk": "^
|
|
90
|
-
"@xylabs/threads": "^
|
|
87
|
+
"@xylabs/geo": "^7.0",
|
|
88
|
+
"@xylabs/sdk": "^7.0",
|
|
89
|
+
"@xylabs/threads": "^7.0",
|
|
91
90
|
"@xyo-network/sdk-protocol": "^7.0",
|
|
92
91
|
"ajv": "^8.20",
|
|
93
92
|
"async-mutex": "^0.5",
|
|
94
|
-
"debug": "
|
|
93
|
+
"debug": "^4.4",
|
|
95
94
|
"ethers": "^6.16",
|
|
96
95
|
"hash-wasm": "~4.12",
|
|
97
96
|
"idb": "^8.0",
|
|
98
97
|
"lru-cache": "^11.3",
|
|
99
98
|
"observable-fns": "~0.6",
|
|
100
|
-
"webextension-polyfill": "^0.12",
|
|
101
99
|
"zod": "^4.4"
|
|
102
100
|
},
|
|
103
101
|
"engines": {
|