@xyo-network/react-ethereum-gas-price-payload-plugins 6.2.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": "6.2.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",
@@ -38,31 +38,35 @@
38
38
  },
39
39
  "module": "dist/browser/index.mjs",
40
40
  "types": "dist/browser/index.d.ts",
41
+ "files": [
42
+ "dist",
43
+ "src"
44
+ ],
41
45
  "dependencies": {
42
- "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^6.2.0",
43
- "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^6.2.0",
44
- "@xyo-network/react-ethereum-gas-price-ethers-plugin": "^6.2.0",
45
- "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^6.2.0",
46
- "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^6.2.0",
47
- "@xyo-network/react-ethereum-gas-price-plugin": "^6.2.0",
48
- "@xyo-network/react-payload-plugin": "^6.2.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"
49
53
  },
50
54
  "devDependencies": {
51
- "@emotion/react": "^11.14.0",
52
- "@emotion/styled": "^11.14.1",
53
- "@mui/icons-material": "^7.2.0",
54
- "@mui/material": "^7.2.0",
55
- "@types/react": "^19.1.8",
56
- "@xylabs/ts-scripts-yarn3": "^7.0.1",
57
- "react": "^19.1.1",
58
- "react-dom": "^19.1.1",
59
- "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"
60
64
  },
61
65
  "peerDependencies": {
62
66
  "@mui/icons-material": ">=6 <8",
63
67
  "@mui/material": ">=6 <8",
64
- "react": "^19",
65
- "react-dom": "^19"
68
+ "react": "~19",
69
+ "react-dom": "~19"
66
70
  },
67
71
  "publishConfig": {
68
72
  "access": "public"
package/typedoc.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "$schema": "https://typedoc.org/schema.json",
3
- "entryPoints": ["src/index.ts"],
4
- "tsconfig": "./tsconfig.typedoc.json"
5
- }
package/xy.config.ts DELETED
@@ -1,10 +0,0 @@
1
- import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
- const config: XyTsupConfig = {
3
- compile: {
4
- browser: { src: true },
5
- node: {},
6
- neutral: {},
7
- },
8
- }
9
-
10
- export default config