@xyo-network/react-ethereum-gas-price-payload-plugins 10.0.0 → 10.0.2
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 +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-ethereum-gas-price-payload-plugins",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.2",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
45
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
46
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
47
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
48
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
49
|
-
"@xyo-network/react-
|
|
50
|
-
"@xyo-network/react-
|
|
44
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~10.0.2",
|
|
45
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~10.0.2",
|
|
46
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~10.0.2",
|
|
47
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "~10.0.2",
|
|
48
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "~10.0.2",
|
|
49
|
+
"@xyo-network/react-payload-plugin": "~10.0.2",
|
|
50
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~10.0.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@mui/icons-material": "^9.1.1",
|
|
56
56
|
"@mui/material": "^9.1.2",
|
|
57
57
|
"@mui/system": "^9.1.2",
|
|
58
|
-
"@mui/x-tree-view": "~9.6
|
|
58
|
+
"@mui/x-tree-view": "~9.6",
|
|
59
59
|
"@noble/post-quantum": "~0.6.1",
|
|
60
60
|
"@opentelemetry/api": "^1.9.1",
|
|
61
61
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
@@ -85,17 +85,17 @@
|
|
|
85
85
|
"@xylabs/tsconfig": "^8.3.0",
|
|
86
86
|
"@xylabs/tsconfig-dom": "^8.3.0",
|
|
87
87
|
"@xylabs/tsconfig-react": "~8.3.0",
|
|
88
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "
|
|
89
|
-
"@xyo-network/diviner-schema-list": "
|
|
90
|
-
"@xyo-network/diviner-schema-stats": "
|
|
91
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "
|
|
92
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "
|
|
93
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "
|
|
94
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "
|
|
88
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~7.0",
|
|
89
|
+
"@xyo-network/diviner-schema-list": "~7.0",
|
|
90
|
+
"@xyo-network/diviner-schema-stats": "~7.0",
|
|
91
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~7.0",
|
|
92
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~7.0",
|
|
93
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~7.0",
|
|
94
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~7.0",
|
|
95
95
|
"@xyo-network/gas-price-payload-plugin": "^7.0.0",
|
|
96
96
|
"@xyo-network/node-core-types": "~4.2.2",
|
|
97
|
-
"@xyo-network/sdk-js": "
|
|
98
|
-
"@xyo-network/sdk-protocol-js": "
|
|
97
|
+
"@xyo-network/sdk-js": "~7.0",
|
|
98
|
+
"@xyo-network/sdk-protocol-js": "~7.0",
|
|
99
99
|
"@xyo-network/typeof": "~5.3.30",
|
|
100
100
|
"ajv": "^8.20.0",
|
|
101
101
|
"async-mutex": "^0.5.0",
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
"webextension-polyfill": "^0.12.0",
|
|
121
121
|
"zod": "^4.4.3",
|
|
122
122
|
"zustand": "~5.0.14",
|
|
123
|
-
"@xyo-network/react-gas-price": "~10.0.
|
|
124
|
-
"@xyo-network/react-shared": "~10.0.
|
|
125
|
-
"@xyo-network/react-storybook": "~10.0.
|
|
126
|
-
"@xyo-network/react-
|
|
123
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~10.0.2",
|
|
124
|
+
"@xyo-network/react-shared": "~10.0.2",
|
|
125
|
+
"@xyo-network/react-storybook": "~10.0.2",
|
|
126
|
+
"@xyo-network/react-gas-price": "~10.0.2"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"@bitauth/libauth": "~3.0",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@mui/icons-material": "^9.0",
|
|
132
132
|
"@mui/material": "^9.0",
|
|
133
133
|
"@mui/system": "^9.0",
|
|
134
|
-
"@mui/x-tree-view": "~9.
|
|
134
|
+
"@mui/x-tree-view": "~9.6",
|
|
135
135
|
"@noble/post-quantum": "~0.6.1",
|
|
136
136
|
"@opentelemetry/api": "^1.9",
|
|
137
137
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
@@ -155,16 +155,16 @@
|
|
|
155
155
|
"@xylabs/sdk-js": "^6.0",
|
|
156
156
|
"@xylabs/sdk-react": "^9.1",
|
|
157
157
|
"@xylabs/threads": "^6.0",
|
|
158
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^
|
|
159
|
-
"@xyo-network/diviner-schema-list": "^
|
|
160
|
-
"@xyo-network/diviner-schema-stats": "^
|
|
161
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^
|
|
162
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^
|
|
163
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^
|
|
164
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^
|
|
158
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^7.0",
|
|
159
|
+
"@xyo-network/diviner-schema-list": "^7.0",
|
|
160
|
+
"@xyo-network/diviner-schema-stats": "^7.0",
|
|
161
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^7.0",
|
|
162
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^7.0",
|
|
163
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^7.0",
|
|
164
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^7.0",
|
|
165
165
|
"@xyo-network/node-core-types": "~4.2",
|
|
166
|
-
"@xyo-network/sdk-js": "^
|
|
167
|
-
"@xyo-network/sdk-protocol-js": "^
|
|
166
|
+
"@xyo-network/sdk-js": "^7.0",
|
|
167
|
+
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
168
168
|
"@xyo-network/typeof": "~5.3",
|
|
169
169
|
"ajv": "^8.20",
|
|
170
170
|
"async-mutex": "^0.5",
|