@xyo-network/react-ethereum-gas-price-etherchain-plugins 7.5.8 → 7.5.12

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.
@@ -1,9 +1,7 @@
1
1
  // src/index.ts
2
2
  import { EthereumGasPriceEtherchainV2Plugin } from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
3
3
  export * from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
4
- var EthereumGasPriceEtherchainPlugins = [
5
- EthereumGasPriceEtherchainV2Plugin
6
- ];
4
+ var EthereumGasPriceEtherchainPlugins = [EthereumGasPriceEtherchainV2Plugin];
7
5
  var index_default = EthereumGasPriceEtherchainPlugins;
8
6
  export {
9
7
  EthereumGasPriceEtherchainPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\nimport type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\n\nexport const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[] = [EthereumGasPriceEtherchainV2Plugin]\n\nexport default EthereumGasPriceEtherchainPlugins\n"],"mappings":";AAAA,SAASA,0CAA0C;AAGnD,cAAc;AAEP,IAAMC,oCAA2D;EAACD;;AAEzE,IAAA,gBAAeC;","names":["EthereumGasPriceEtherchainV2Plugin","EthereumGasPriceEtherchainPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\nimport type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\n\nexport const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[] = [EthereumGasPriceEtherchainV2Plugin]\n\nexport default EthereumGasPriceEtherchainPlugins\n"],"mappings":";AAAA,SAAS,0CAA0C;AAGnD,cAAc;AAEP,IAAM,oCAA2D,CAAC,kCAAkC;AAE3G,IAAO,gBAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-ethereum-gas-price-etherchain-plugins",
3
- "version": "7.5.8",
3
+ "version": "7.5.12",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -36,31 +36,194 @@
36
36
  },
37
37
  "./package.json": "./package.json"
38
38
  },
39
- "module": "dist/browser/index.mjs",
40
- "types": "dist/browser/index.d.ts",
41
39
  "files": [
42
40
  "dist",
43
- "src"
41
+ "README.md"
44
42
  ],
45
43
  "dependencies": {
46
- "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "7.5.8",
47
- "@xyo-network/react-payload-plugin": "7.5.8"
44
+ "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~7.5.12",
45
+ "@xyo-network/react-payload-plugin": "~7.5.12"
48
46
  },
49
47
  "devDependencies": {
50
- "@xylabs/ts-scripts-common": "~7.5.6",
51
- "@xylabs/ts-scripts-yarn3": "~7.5.6",
48
+ "@bitauth/libauth": "~3.0.0",
49
+ "@emotion/react": "^11.14.0",
50
+ "@emotion/styled": "^11.14.1",
51
+ "@metamask/providers": "^22.1.1",
52
+ "@mui/icons-material": "^7.3.10",
53
+ "@mui/material": "^7.3.10",
54
+ "@mui/system": "^7.3.10",
55
+ "@mui/x-tree-view": "~8.27.2",
56
+ "@opentelemetry/api": "^1.9.1",
57
+ "@opentelemetry/sdk-trace-base": "^2.7.0",
58
+ "@scure/base": "~2.2.0",
59
+ "@scure/bip39": "~2.2.0",
60
+ "@storybook/react-vite": "~10.3.5",
61
+ "@textea/json-viewer": "~4.0.1",
62
+ "@types/node": "~25.6.0",
63
+ "@types/react": "^19.2.14",
64
+ "@xylabs/geo": "^5.0.100",
65
+ "@xylabs/react-async-effect": "~7.1.20",
66
+ "@xylabs/react-button": "~7.1.20",
67
+ "@xylabs/react-dialogs": "~7.1.20",
68
+ "@xylabs/react-flexbox": "~7.1.20",
69
+ "@xylabs/react-hooks": "~7.1.20",
70
+ "@xylabs/react-identicon": "~7.1.20",
71
+ "@xylabs/react-link": "~7.1.20",
72
+ "@xylabs/react-promise": "~7.1.20",
73
+ "@xylabs/react-quick-tip-button": "~7.1.20",
74
+ "@xylabs/react-select": "~7.1.20",
75
+ "@xylabs/react-shared": "~7.1.20",
76
+ "@xylabs/react-theme": "~7.1.20",
77
+ "@xylabs/sdk-js": "^5.0.100",
78
+ "@xylabs/threads": "~5.0.100",
79
+ "@xylabs/toolchain": "~7.11.9",
80
+ "@xylabs/tsconfig": "^7.11.9",
81
+ "@xylabs/tsconfig-dom": "^7.11.9",
82
+ "@xylabs/tsconfig-react": "~7.11.9",
83
+ "@xylabs/zod": "~5.0.100",
84
+ "@xyo-network/account": "~5.5.1",
85
+ "@xyo-network/account-model": "^5.5.1",
86
+ "@xyo-network/api": "~5.5.1",
87
+ "@xyo-network/api-models": "~5.5.1",
88
+ "@xyo-network/boundwitness-builder": "^5.5.1",
89
+ "@xyo-network/boundwitness-model": "^5.5.1",
90
+ "@xyo-network/boundwitness-validator": "^5.5.1",
91
+ "@xyo-network/boundwitness-wrapper": "~5.5.1",
92
+ "@xyo-network/config-payload-plugin": "~5.5.1",
93
+ "@xyo-network/diviner-model": "^5.5.5",
94
+ "@xyo-network/diviner-schema-list": "~5.5.5",
95
+ "@xyo-network/diviner-schema-stats": "~5.5.2",
96
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.4.9",
97
+ "@xyo-network/huri": "^5.5.1",
98
+ "@xyo-network/manifest-model": "~5.5.1",
99
+ "@xyo-network/module-abstract": "^5.5.5",
100
+ "@xyo-network/module-model": "^5.5.5",
101
+ "@xyo-network/node-core-types": "~4.1.10",
102
+ "@xyo-network/node-memory": "~5.5.5",
103
+ "@xyo-network/node-model": "^5.5.5",
104
+ "@xyo-network/payload-builder": "^5.5.1",
105
+ "@xyo-network/payload-model": "^5.5.1",
106
+ "@xyo-network/payload-plugin": "^5.5.1",
107
+ "@xyo-network/payload-validator": "^5.5.1",
108
+ "@xyo-network/payload-wrapper": "~5.5.1",
109
+ "@xyo-network/query-payload-plugin": "~5.5.1",
110
+ "@xyo-network/schema-cache": "~5.5.1",
111
+ "@xyo-network/schema-payload-plugin": "~5.5.1",
112
+ "@xyo-network/sdk-js": "^5.5.5",
113
+ "@xyo-network/sdk-protocol-js": "~5.5.1",
114
+ "@xyo-network/typeof": "~5.3.30",
115
+ "@xyo-network/wallet": "~5.5.1",
116
+ "@xyo-network/wallet-model": "^5.5.1",
117
+ "ajv": "^8.18.0",
118
+ "async-mutex": "^0.5.0",
119
+ "axios": "^1.15.2",
120
+ "bn.js": "^5.2.3",
121
+ "bowser": "^2.14.1",
122
+ "buffer": "^6.0.3",
123
+ "chalk": "^5.6.2",
124
+ "debug": "~4.4.3",
125
+ "esbuild": "~0.28.0",
126
+ "eslint": "^10.2.1",
127
+ "ethers": "^6.16.0",
128
+ "fast-deep-equal": "~3.1.3",
129
+ "hash-wasm": "~4.12.0",
130
+ "idb": "^8.0.3",
131
+ "js-cookie": "~3.0.5",
132
+ "lru-cache": "^11.3.5",
133
+ "mapbox-gl": "^3.22.0",
134
+ "observable-fns": "~0.6.1",
135
+ "pako": "^2.1.0",
136
+ "react": "^19.2.5",
137
+ "react-dom": "^19.2.5",
138
+ "react-router-dom": "^7.14.2",
139
+ "spark-md5": "~3.0.2",
140
+ "store2": "~2.14.4",
141
+ "storybook": "^10.3.5",
52
142
  "typescript": "^5.9.3",
53
- "zod": "^4.3.6"
143
+ "vite": "^8.0.10",
144
+ "wasm-feature-detect": "~1.8.0",
145
+ "webextension-polyfill": "^0.12.0",
146
+ "zod": "^4.3.6",
147
+ "@xyo-network/react-shared": "~7.5.12",
148
+ "@xyo-network/react-storybook": "~7.5.12",
149
+ "@xyo-network/react-gas-price": "~7.5.12"
54
150
  },
55
151
  "peerDependencies": {
56
- "@mui/icons-material": ">=6 <8",
57
- "@mui/material": ">=6 <8",
58
- "react": "^19",
59
- "react-dom": "^19",
60
- "zod": "^4"
152
+ "@emotion/react": "^11.14.0",
153
+ "@emotion/styled": "^11.14.1",
154
+ "@mui/icons-material": "^7.3.10",
155
+ "@mui/material": "^7.3.10",
156
+ "@mui/system": "^7.3.10",
157
+ "@mui/x-tree-view": "~8.27.2",
158
+ "@opentelemetry/api": "^1.9.1",
159
+ "@opentelemetry/sdk-trace-base": "^2.7.0",
160
+ "@scure/base": "~2.2.0",
161
+ "@textea/json-viewer": "~4.0.1",
162
+ "@types/react": "^19.2.14",
163
+ "@xylabs/react-async-effect": "~7.1.20",
164
+ "@xylabs/react-button": "~7.1.20",
165
+ "@xylabs/react-dialogs": "~7.1.20",
166
+ "@xylabs/react-flexbox": "~7.1.20",
167
+ "@xylabs/react-hooks": "~7.1.20",
168
+ "@xylabs/react-identicon": "~7.1.20",
169
+ "@xylabs/react-link": "~7.1.20",
170
+ "@xylabs/react-promise": "~7.1.20",
171
+ "@xylabs/react-quick-tip-button": "~7.1.20",
172
+ "@xylabs/react-select": "~7.1.20",
173
+ "@xylabs/react-shared": "~7.1.20",
174
+ "@xylabs/react-theme": "~7.1.20",
175
+ "@xylabs/sdk-js": "^5.0.100",
176
+ "@xylabs/tsconfig": "^7.11.9",
177
+ "@xylabs/tsconfig-dom": "^7.11.9",
178
+ "@xylabs/zod": "~5.0.100",
179
+ "@xyo-network/account": "~5.5.1",
180
+ "@xyo-network/account-model": "^5.5.1",
181
+ "@xyo-network/boundwitness-builder": "^5.5.1",
182
+ "@xyo-network/boundwitness-model": "^5.5.1",
183
+ "@xyo-network/boundwitness-validator": "^5.5.1",
184
+ "@xyo-network/boundwitness-wrapper": "~5.5.1",
185
+ "@xyo-network/config-payload-plugin": "~5.5.1",
186
+ "@xyo-network/diviner-model": "^5.5.5",
187
+ "@xyo-network/diviner-schema-list": "~5.5.5",
188
+ "@xyo-network/diviner-schema-stats": "~5.5.2",
189
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.4.9",
190
+ "@xyo-network/manifest-model": "~5.5.1",
191
+ "@xyo-network/module-abstract": "^5.5.5",
192
+ "@xyo-network/module-model": "^5.5.5",
193
+ "@xyo-network/node-core-types": "~4.1.10",
194
+ "@xyo-network/node-memory": "~5.5.5",
195
+ "@xyo-network/node-model": "^5.5.5",
196
+ "@xyo-network/payload-builder": "^5.5.1",
197
+ "@xyo-network/payload-model": "^5.5.1",
198
+ "@xyo-network/payload-plugin": "^5.5.1",
199
+ "@xyo-network/payload-validator": "^5.5.1",
200
+ "@xyo-network/query-payload-plugin": "~5.5.1",
201
+ "@xyo-network/schema-cache": "~5.5.1",
202
+ "@xyo-network/schema-payload-plugin": "~5.5.1",
203
+ "@xyo-network/typeof": "~5.3.30",
204
+ "@xyo-network/wallet-model": "^5.5.1",
205
+ "ajv": "^8.18.0",
206
+ "async-mutex": "^0.5.0",
207
+ "axios": "^1.15.2",
208
+ "bn.js": "^5.2.3",
209
+ "bowser": "^2.14.1",
210
+ "buffer": "^6.0.3",
211
+ "chalk": "^5.6.2",
212
+ "ethers": "^6.16.0",
213
+ "fast-deep-equal": "~3.1.3",
214
+ "js-cookie": "~3.0.5",
215
+ "lru-cache": "^11.3.5",
216
+ "pako": "^2.1.0",
217
+ "react": "^19.2.5",
218
+ "react-dom": "^19.2.5",
219
+ "react-router-dom": "^7.14.2",
220
+ "spark-md5": "~3.0.2",
221
+ "storybook": "^10.3.5",
222
+ "vite": "^8.0.10",
223
+ "zod": "^4.3.6"
61
224
  },
62
225
  "publishConfig": {
63
226
  "access": "public"
64
227
  },
65
228
  "docs": "dist/docs.json"
66
- }
229
+ }
package/src/index.ts DELETED
@@ -1,8 +0,0 @@
1
- import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'
2
- import type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'
3
-
4
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'
5
-
6
- export const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[] = [EthereumGasPriceEtherchainV2Plugin]
7
-
8
- export default EthereumGasPriceEtherchainPlugins
@@ -1,5 +0,0 @@
1
- declare module '*.png'
2
- declare module '*.jpg'
3
- declare module '*.svg'
4
- declare module '*.gif'
5
- declare module '*.webp'