@xyo-network/etherchain-gas-ethereum-blockchain-plugins 6.0.3 → 7.0.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 +5 -0
- package/package.json +19 -20
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/etherchain-gas-ethereum-blockchain-plugins
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -36,9 +38,12 @@ bun add {{name}}
|
|
|
36
38
|
|
|
37
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
38
40
|
|
|
41
|
+
## Credits
|
|
39
42
|
|
|
43
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
40
44
|
|
|
41
45
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/etherchain-gas-ethereum-blockchain-plugins.svg
|
|
42
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/etherchain-gas-ethereum-blockchain-plugins
|
|
43
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/etherchain-gas-ethereum-blockchain-plugins.svg
|
|
44
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/etherchain-gas-ethereum-blockchain-plugins",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,30 +31,28 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~
|
|
34
|
+
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@bitauth/libauth": "~3.0.0",
|
|
38
38
|
"@metamask/providers": "^22.1.1",
|
|
39
39
|
"@noble/post-quantum": "~0.6.1",
|
|
40
40
|
"@opentelemetry/api": "^1.9.1",
|
|
41
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
41
|
+
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
42
42
|
"@scure/base": "^2.2.0",
|
|
43
43
|
"@scure/bip39": "~2.2.0",
|
|
44
|
-
"@xylabs/geo": "^6.
|
|
45
|
-
"@xylabs/sdk-js": "^6.
|
|
46
|
-
"@xylabs/threads": "^6.
|
|
47
|
-
"@xylabs/toolchain": "~8.
|
|
48
|
-
"@xylabs/tsconfig": "~8.
|
|
49
|
-
"@xylabs/vitest-extended": "
|
|
50
|
-
"@xyo-network/sdk-js": "^
|
|
51
|
-
"@xyo-network/sdk-protocol-js": "~
|
|
44
|
+
"@xylabs/geo": "^6.1.3",
|
|
45
|
+
"@xylabs/sdk-js": "^6.1.3",
|
|
46
|
+
"@xylabs/threads": "^6.1.3",
|
|
47
|
+
"@xylabs/toolchain": "~8.2.7",
|
|
48
|
+
"@xylabs/tsconfig": "~8.2.7",
|
|
49
|
+
"@xylabs/vitest-extended": "^6.1.3",
|
|
50
|
+
"@xyo-network/sdk-js": "^7.0.0",
|
|
51
|
+
"@xyo-network/sdk-protocol-js": "~7.0",
|
|
52
52
|
"ajv": "^8.20.0",
|
|
53
53
|
"async-mutex": "^0.5.0",
|
|
54
|
-
"bn.js": "^5.2.3",
|
|
55
|
-
"buffer": "^6.0.3",
|
|
56
54
|
"debug": "~4.4.3",
|
|
57
|
-
"eslint": "^10.
|
|
55
|
+
"eslint": "^10.5.0",
|
|
58
56
|
"ethers": "^6.16.0",
|
|
59
57
|
"hash-wasm": "^4.12.0",
|
|
60
58
|
"idb": "^8.0.3",
|
|
@@ -62,10 +60,10 @@
|
|
|
62
60
|
"observable-fns": "~0.6.1",
|
|
63
61
|
"typescript": "~6.0.3",
|
|
64
62
|
"vite": "^8.0.16",
|
|
65
|
-
"vitest": "^4.1.
|
|
63
|
+
"vitest": "^4.1.9",
|
|
66
64
|
"webextension-polyfill": "^0.12.0",
|
|
67
65
|
"zod": "^4.4.3",
|
|
68
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~
|
|
66
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~7.0.0"
|
|
69
67
|
},
|
|
70
68
|
"peerDependencies": {
|
|
71
69
|
"@bitauth/libauth": "~3.0",
|
|
@@ -78,12 +76,10 @@
|
|
|
78
76
|
"@xylabs/geo": "^6.0",
|
|
79
77
|
"@xylabs/sdk-js": "^6.0",
|
|
80
78
|
"@xylabs/threads": "^6.0",
|
|
81
|
-
"@xyo-network/sdk-js": "^
|
|
82
|
-
"@xyo-network/sdk-protocol-js": "
|
|
79
|
+
"@xyo-network/sdk-js": "^7.0",
|
|
80
|
+
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
83
81
|
"ajv": "^8.20",
|
|
84
82
|
"async-mutex": "^0.5",
|
|
85
|
-
"bn.js": "^5.2",
|
|
86
|
-
"buffer": "^6.0",
|
|
87
83
|
"debug": "~4.4",
|
|
88
84
|
"ethers": "^6.16",
|
|
89
85
|
"hash-wasm": "^4.12",
|
|
@@ -93,6 +89,9 @@
|
|
|
93
89
|
"webextension-polyfill": "^0.12",
|
|
94
90
|
"zod": "^4.4"
|
|
95
91
|
},
|
|
92
|
+
"engines": {
|
|
93
|
+
"node": "^24"
|
|
94
|
+
},
|
|
96
95
|
"publishConfig": {
|
|
97
96
|
"access": "public"
|
|
98
97
|
}
|