@xyo-network/blockchain-plugins 5.4.0 → 5.4.1
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/blockchain-plugins",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.1",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@xyo-network/ethereum-blockchain-plugins": "~5.
|
|
36
|
+
"@xyo-network/ethereum-blockchain-plugins": "~5.4.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@metamask/providers": "^22",
|
|
@@ -46,21 +46,8 @@
|
|
|
46
46
|
"@xylabs/tsconfig": "~7.6.8",
|
|
47
47
|
"@xylabs/vitest-extended": "~5.0.90",
|
|
48
48
|
"@xyo-network/abstract-witness": "~5.3.5",
|
|
49
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.3.4",
|
|
50
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "~5.3.4",
|
|
51
49
|
"@xyo-network/diviner-abstract": "~5.3.5",
|
|
52
50
|
"@xyo-network/diviner-model": "~5.3.5",
|
|
53
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.3.4",
|
|
54
|
-
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.3.4",
|
|
55
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.3.4",
|
|
56
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.3.4",
|
|
57
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.3.4",
|
|
58
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "~5.3.4",
|
|
59
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.3.4",
|
|
60
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "~5.3.4",
|
|
61
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.3.4",
|
|
62
|
-
"@xyo-network/gas-ethereum-blockchain-plugins": "~5.3.4",
|
|
63
|
-
"@xyo-network/gas-price-payload-plugin": "~5.3.4",
|
|
64
51
|
"@xyo-network/module-model": "~5.3.5",
|
|
65
52
|
"@xyo-network/payload-model": "~5.3.5",
|
|
66
53
|
"@xyo-network/payload-plugin": "^5",
|
|
@@ -86,7 +73,20 @@
|
|
|
86
73
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
87
74
|
"vitest": "~4.1.2",
|
|
88
75
|
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
|
|
89
|
-
"zod": "^4"
|
|
76
|
+
"zod": "^4",
|
|
77
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.4.1",
|
|
78
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "~5.4.1",
|
|
79
|
+
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.4.1",
|
|
80
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.4.1",
|
|
81
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.4.1",
|
|
82
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.1",
|
|
83
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.4.1",
|
|
84
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~5.4.1",
|
|
85
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "~5.4.1",
|
|
86
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.4.1",
|
|
87
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.4.1",
|
|
88
|
+
"@xyo-network/gas-ethereum-blockchain-plugins": "~5.4.1",
|
|
89
|
+
"@xyo-network/gas-price-payload-plugin": "~5.4.1"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@xylabs/sdk-js": "^5",
|