@xyo-network/react-ethereum-gas-price-etherchain-plugins 2.46.7 → 2.46.8

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/esm/index.js CHANGED
@@ -1,8 +1,6 @@
1
- import { EthereumGasPriceEtherchainV1Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v1-plugin';
2
1
  import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v1-plugin';
4
2
  export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
5
- export const EthereumGasPriceEtherchainPlugins = [EthereumGasPriceEtherchainV1Plugin, EthereumGasPriceEtherchainV2Plugin];
3
+ export const EthereumGasPriceEtherchainPlugins = [EthereumGasPriceEtherchainV2Plugin];
6
4
  // eslint-disable-next-line import/no-default-export
7
5
  export default EthereumGasPriceEtherchainPlugins;
8
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,4DAA4D,CAAA;AAC/G,OAAO,EAAE,kCAAkC,EAAE,MAAM,4DAA4D,CAAA;AAG/G,cAAc,4DAA4D,CAAA;AAC1E,cAAc,4DAA4D,CAAA;AAE1E,MAAM,CAAC,MAAM,iCAAiC,GAA0B,CAAC,kCAAkC,EAAE,kCAAkC,CAAC,CAAA;AAEhJ,oDAAoD;AACpD,eAAe,iCAAiC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,4DAA4D,CAAA;AAG/G,cAAc,4DAA4D,CAAA;AAE1E,MAAM,CAAC,MAAM,iCAAiC,GAA0B,CAAC,kCAAkC,CAAC,CAAA;AAE5G,oDAAoD;AACpD,eAAe,iCAAiC,CAAA"}
@@ -1,5 +1,4 @@
1
1
  import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v1-plugin';
3
2
  export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
4
3
  export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
5
4
  export default EthereumGasPriceEtherchainPlugins;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,4DAA4D,CAAA;AAE1E,eAAO,MAAM,iCAAiC,EAAE,mBAAmB,EAA6E,CAAA;AAGhJ,eAAe,iCAAiC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,4DAA4D,CAAA;AAE1E,eAAO,MAAM,iCAAiC,EAAE,mBAAmB,EAAyC,CAAA;AAG5G,eAAe,iCAAiC,CAAA"}
package/package.json CHANGED
@@ -10,9 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-ethereum-gas-price-etherchain-v1-plugin": "^2.46.7",
14
- "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "^2.46.7",
15
- "@xyo-network/react-payload-plugin": "^2.46.7"
13
+ "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "^2.46.8",
14
+ "@xyo-network/react-payload-plugin": "^2.46.8"
16
15
  },
17
16
  "devDependencies": {
18
17
  "@xylabs/ts-scripts-yarn3": "^2.16.1"
@@ -69,5 +68,5 @@
69
68
  },
70
69
  "sideEffects": false,
71
70
  "types": "dist/types/index.d.ts",
72
- "version": "2.46.7"
71
+ "version": "2.46.8"
73
72
  }
package/src/index.ts CHANGED
@@ -1,11 +1,9 @@
1
- import { EthereumGasPriceEtherchainV1Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v1-plugin'
2
1
  import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'
3
2
  import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'
4
3
 
5
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v1-plugin'
6
4
  export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'
7
5
 
8
- export const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[] = [EthereumGasPriceEtherchainV1Plugin, EthereumGasPriceEtherchainV2Plugin]
6
+ export const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[] = [EthereumGasPriceEtherchainV2Plugin]
9
7
 
10
8
  // eslint-disable-next-line import/no-default-export
11
9
  export default EthereumGasPriceEtherchainPlugins