@xyo-network/react-ethereum-gas-price-payload-plugins 7.0.0 → 7.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/dist/browser/index.mjs.map +1 -1
- package/package.json +19 -19
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";AAAA,SAAS,yCAAyC;AAClD,SAAS,yCAAyC;AAClD,SAAS,oCAAoC;AAC7C,SAAS,uCAAuC;AAChD,SAAS,2CAA2C;AACpD,SAAS,8BAA8B;AAGvC,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEP,IAAM,iCAAwD;AAAA,EACnE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL;AAEA,IAAO,gBAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-ethereum-gas-price-payload-plugins",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,30 +43,30 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^7.0.
|
|
47
|
-
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^7.0.
|
|
48
|
-
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^7.0.
|
|
49
|
-
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^7.0.
|
|
50
|
-
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^7.0.
|
|
51
|
-
"@xyo-network/react-ethereum-gas-price-plugin": "^7.0.
|
|
52
|
-
"@xyo-network/react-payload-plugin": "^7.0.
|
|
46
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^7.0.2",
|
|
47
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^7.0.2",
|
|
48
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^7.0.2",
|
|
49
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^7.0.2",
|
|
50
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^7.0.2",
|
|
51
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "^7.0.2",
|
|
52
|
+
"@xyo-network/react-payload-plugin": "^7.0.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@emotion/react": "
|
|
56
|
-
"@emotion/styled": "
|
|
57
|
-
"@mui/icons-material": "
|
|
58
|
-
"@mui/material": "
|
|
59
|
-
"@types/react": "
|
|
60
|
-
"@xylabs/ts-scripts-yarn3": "
|
|
61
|
-
"react": "
|
|
62
|
-
"react-dom": "
|
|
63
|
-
"typescript": "
|
|
55
|
+
"@emotion/react": "~11.14.0",
|
|
56
|
+
"@emotion/styled": "~11.14.1",
|
|
57
|
+
"@mui/icons-material": "~7.3.1",
|
|
58
|
+
"@mui/material": "~7.3.1",
|
|
59
|
+
"@types/react": "~19.1.11",
|
|
60
|
+
"@xylabs/ts-scripts-yarn3": "~7.1.7",
|
|
61
|
+
"react": "~19.1.1",
|
|
62
|
+
"react-dom": "~19.1.1",
|
|
63
|
+
"typescript": "~5.9.2"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@mui/icons-material": ">=6 <8",
|
|
67
67
|
"@mui/material": ">=6 <8",
|
|
68
|
-
"react": "
|
|
69
|
-
"react-dom": "
|
|
68
|
+
"react": "~19",
|
|
69
|
+
"react-dom": "~19"
|
|
70
70
|
},
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|