@xyo-network/react-ethereum-gas-price-payload-plugins 7.0.0 → 7.0.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.
@@ -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,SAASA,yCAAyC;AAClD,SAASC,yCAAyC;AAClD,SAASC,oCAAoC;AAC7C,SAASC,uCAAuC;AAChD,SAASC,2CAA2C;AACpD,SAASC,8BAA8B;AAGvC,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEP,IAAMC,iCAAwD;EACnED;EACAF;EACAD;EACAE;EACAJ;KACGC;;AAGL,IAAA,gBAAeK;","names":["EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins","EthereumGasPriceEthersPlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPricePlugin","EthereumGasPricePayloadPlugins"]}
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.0",
3
+ "version": "7.0.1",
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.0",
47
- "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^7.0.0",
48
- "@xyo-network/react-ethereum-gas-price-ethers-plugin": "^7.0.0",
49
- "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^7.0.0",
50
- "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^7.0.0",
51
- "@xyo-network/react-ethereum-gas-price-plugin": "^7.0.0",
52
- "@xyo-network/react-payload-plugin": "^7.0.0"
46
+ "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^7.0.1",
47
+ "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^7.0.1",
48
+ "@xyo-network/react-ethereum-gas-price-ethers-plugin": "^7.0.1",
49
+ "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^7.0.1",
50
+ "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^7.0.1",
51
+ "@xyo-network/react-ethereum-gas-price-plugin": "^7.0.1",
52
+ "@xyo-network/react-payload-plugin": "^7.0.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@emotion/react": "^11.14.0",
56
- "@emotion/styled": "^11.14.1",
57
- "@mui/icons-material": "^7.2.0",
58
- "@mui/material": "^7.2.0",
59
- "@types/react": "^19.1.9",
60
- "@xylabs/ts-scripts-yarn3": "^7.0.2",
61
- "react": "^19.1.1",
62
- "react-dom": "^19.1.1",
63
- "typescript": "^5.8.3"
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.10",
60
+ "@xylabs/ts-scripts-yarn3": "~7.1.1",
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": "^19",
69
- "react-dom": "^19"
68
+ "react": "~19",
69
+ "react-dom": "~19"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"