@xyo-network/react-ethereum-gas-price-etherchain-plugins 10.0.5 → 10.0.6

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,5 +1,2 @@
1
- import type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
1
+ export * from '@xyo-network/react-plugins/ethereum-gas-price-etherchain-plugins';
5
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAE5E,cAAc,4DAA4D,CAAA;AAE1E,eAAO,MAAM,iCAAiC,EAAE,mBAAmB,EAAyC,CAAA;AAE5G,eAAe,iCAAiC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,kEAAkE,CAAA"}
@@ -1,10 +1,3 @@
1
1
  // src/index.ts
2
- import { EthereumGasPriceEtherchainV2Plugin } from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
3
- export * from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
4
- var EthereumGasPriceEtherchainPlugins = [EthereumGasPriceEtherchainV2Plugin];
5
- var index_default = EthereumGasPriceEtherchainPlugins;
6
- export {
7
- EthereumGasPriceEtherchainPlugins,
8
- index_default as default
9
- };
2
+ export * from "@xyo-network/react-plugins/ethereum-gas-price-etherchain-plugins";
10
3
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "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"],
5
- "mappings": ";AAAA,SAAS,0CAA0C;AAGnD,cAAc;AAEP,IAAM,oCAA2D,CAAC,kCAAkC;AAE3G,IAAO,gBAAQ;",
4
+ "sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/react-plugins.\nexport * from '@xyo-network/react-plugins/ethereum-gas-price-etherchain-plugins'\n"],
5
+ "mappings": ";AACA,cAAc;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-ethereum-gas-price-etherchain-plugins",
3
- "version": "10.0.5",
3
+ "version": "10.0.6",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,8 +41,7 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~10.0.5",
45
- "@xyo-network/react-payload-plugin": "~10.0.5"
44
+ "@xyo-network/react-plugins": "~10.0.6"
46
45
  },
47
46
  "devDependencies": {
48
47
  "@ariestools/eth-address": "~8.0.2",
@@ -63,36 +62,60 @@
63
62
  "@scure/base": "~2.2.0",
64
63
  "@scure/bip39": "~2.2.0",
65
64
  "@types/react": "~19.2.17",
66
- "@xylabs/toolchain": "~8.6.6",
67
- "@xylabs/tsconfig": "~8.6.6",
68
- "@xylabs/tsconfig-dom": "~8.6.6",
69
- "@xylabs/tsconfig-react": "~8.6.6",
70
- "@xyo-network/diviner-schema-list": "~7.0.9",
71
- "@xyo-network/diviner-schema-stats": "~7.0.9",
65
+ "@xylabs/toolchain": "~8.6.8",
66
+ "@xylabs/tsconfig": "~8.6.8",
67
+ "@xylabs/tsconfig-dom": "~8.6.8",
68
+ "@xylabs/tsconfig-react": "~8.6.8",
69
+ "@xyo-network/advertising-payload-plugins": "~7.0.2",
70
+ "@xyo-network/archivist-storage": "~7.0.9",
71
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~7.0.3",
72
+ "@xyo-network/crypto-asset-payload-plugin": "~7.0.3",
73
+ "@xyo-network/crypto-nft-payload-plugin": "~7.0.3",
74
+ "@xyo-network/diviner-address-history-model": "~7.0.9",
75
+ "@xyo-network/diviner-hash-lease": "~7.0.9",
76
+ "@xyo-network/diviner-huri": "~7.0.9",
77
+ "@xyo-network/diviner-schema-list": "~7.0.10",
78
+ "@xyo-network/diviner-schema-stats": "~7.0.10",
72
79
  "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~7.0.3",
80
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~7.0.3",
81
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~7.0.3",
82
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~7.0.3",
83
+ "@xyo-network/location-payload-plugin": "~7.0.3",
73
84
  "@xyo-network/node-core-types": "~4.2.2",
74
- "@xyo-network/sdk": "~7.0.9",
75
- "@xyo-network/sdk-protocol": "~7.0.14",
85
+ "@xyo-network/sdk": "~7.0.10",
86
+ "@xyo-network/sdk-geo": "~3.0.3",
87
+ "@xyo-network/sdk-protocol": "~7.0.15",
76
88
  "@xyo-network/typeof": "~5.3.30",
89
+ "@xyo-network/xns-record-payloadset-plugins": "~7.0.2",
77
90
  "ajv": "~8.20.0",
78
91
  "async-mutex": "~0.5.0",
92
+ "axios": "~1.18.1",
93
+ "card-validator": "~10.0.4",
94
+ "chart.js": "~4.5.1",
95
+ "chartjs-adapter-luxon": "~1.3.1",
79
96
  "clsx": "~2.1.1",
80
97
  "debug": "~4.4.3",
81
98
  "eslint": "~10.6.0",
82
99
  "ethers": "~6.17.0",
83
100
  "hash-wasm": "~4.12.0",
84
101
  "idb": "~8.0.3",
102
+ "jsonpath-plus": "~10.4.0",
85
103
  "lru-cache": "~11.5.1",
104
+ "luxon": "~3.7.2",
105
+ "mapbox-gl": "~3.25.0",
86
106
  "md5": "~2.3.0",
87
107
  "numeral": "~2.0.6",
88
108
  "observable-fns": "~0.6.1",
89
109
  "query-string": "~9.4.1",
90
110
  "react": "~19.2.7",
111
+ "react-chartjs-2": "~5.3.1",
91
112
  "react-dom": "~19.2.7",
113
+ "react-icons": "~5.7.0",
92
114
  "react-router-dom": "~7.18.1",
93
115
  "rollbar": "~3.1.0",
116
+ "store2": "~2.14.4",
94
117
  "typescript": "~6.0.3",
95
- "viem": "~2.54.3",
118
+ "viem": "~2.54.6",
96
119
  "webextension-polyfill": "~0.12.0",
97
120
  "zod": "~4.4.3",
98
121
  "zustand": "~5.0.14"
@@ -116,30 +139,54 @@
116
139
  "@scure/base": "^2.2.0",
117
140
  "@scure/bip39": "^2.2.0",
118
141
  "@types/react": "^19.2.17",
119
- "@xyo-network/diviner-schema-list": "^7.0.9",
120
- "@xyo-network/diviner-schema-stats": "^7.0.9",
121
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^7.0.2",
142
+ "@xyo-network/advertising-payload-plugins": "^7.0.2",
143
+ "@xyo-network/archivist-storage": "^7.0.9",
144
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^7.0.3",
145
+ "@xyo-network/crypto-asset-payload-plugin": "^7.0.3",
146
+ "@xyo-network/crypto-nft-payload-plugin": "^7.0.3",
147
+ "@xyo-network/diviner-address-history-model": "^7.0.9",
148
+ "@xyo-network/diviner-hash-lease": "^7.0.9",
149
+ "@xyo-network/diviner-huri": "^7.0.9",
150
+ "@xyo-network/diviner-schema-list": "^7.0.10",
151
+ "@xyo-network/diviner-schema-stats": "^7.0.10",
152
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^7.0.3",
153
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "^7.0.3",
154
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^7.0.3",
155
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^7.0.3",
156
+ "@xyo-network/location-payload-plugin": "^7.0.3",
122
157
  "@xyo-network/node-core-types": "^4.2.2",
123
- "@xyo-network/sdk": "^7.0.9",
124
- "@xyo-network/sdk-protocol": "^7.0.14",
158
+ "@xyo-network/sdk": "^7.0.10",
159
+ "@xyo-network/sdk-geo": "^3.0.3",
160
+ "@xyo-network/sdk-protocol": "^7.0.15",
125
161
  "@xyo-network/typeof": "^5.3.30",
162
+ "@xyo-network/xns-record-payloadset-plugins": "^7.0.2",
126
163
  "ajv": "^8.20.0",
127
164
  "async-mutex": "^0.5.0",
165
+ "axios": "^1.18.1",
166
+ "card-validator": "^10.0.4",
167
+ "chart.js": "^4.5.1",
168
+ "chartjs-adapter-luxon": "^1.3.1",
128
169
  "clsx": "^2.1.1",
129
170
  "debug": "^4.4.3",
130
171
  "ethers": "^6.17.0",
131
172
  "hash-wasm": "^4.12.0",
132
173
  "idb": "^8.0.3",
174
+ "jsonpath-plus": "^10.4.0",
133
175
  "lru-cache": "^11.5.1",
176
+ "luxon": "^3.7.2",
177
+ "mapbox-gl": "^3.25.0",
134
178
  "md5": "^2.3.0",
135
179
  "numeral": "^2.0.6",
136
180
  "observable-fns": "^0.6.1",
137
181
  "query-string": "^9.4.1",
138
182
  "react": "^19.2.7",
183
+ "react-chartjs-2": "^5.3.1",
139
184
  "react-dom": "^19.2.7",
185
+ "react-icons": "^5.7.0",
140
186
  "react-router-dom": "^7.18.1",
141
187
  "rollbar": "^3.1.0",
142
- "viem": "^2.54.3",
188
+ "store2": "^2.14.4",
189
+ "viem": "^2.54.6",
143
190
  "webextension-polyfill": "^0.12.0",
144
191
  "zod": "^4.4.3",
145
192
  "zustand": "^5.0.14"
@@ -147,5 +194,6 @@
147
194
  "publishConfig": {
148
195
  "access": "public"
149
196
  },
197
+ "deprecated": "Use @xyo-network/react-plugins/ethereum-gas-price-etherchain-plugins instead. Replace @xyo-network/react-ethereum-gas-price-etherchain-plugins with @xyo-network/react-plugins/ethereum-gas-price-etherchain-plugins. This package is a compatibility shim only and will not receive further updates.",
150
198
  "docs": "dist/docs.json"
151
199
  }