@xyo-network/react-ethereum-gas-price-etherchain-plugins 4.3.0-rc.2 → 4.3.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.
@@ -4,9 +4,9 @@ export * from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
4
4
  var EthereumGasPriceEtherchainPlugins = [
5
5
  EthereumGasPriceEtherchainV2Plugin
6
6
  ];
7
- var src_default = EthereumGasPriceEtherchainPlugins;
7
+ var index_default = EthereumGasPriceEtherchainPlugins;
8
8
  export {
9
9
  EthereumGasPriceEtherchainPlugins,
10
- src_default as default
10
+ index_default as default
11
11
  };
12
12
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"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"],"mappings":";AAAA,SAASA,0CAA0C;AAGnD,cAAc;AAEP,IAAMC,oCAA2D;EAACD;;AAEzE,IAAA,cAAeC;","names":["EthereumGasPriceEtherchainV2Plugin","EthereumGasPriceEtherchainPlugins"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"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"],"mappings":";AAAA,SAASA,0CAA0C;AAGnD,cAAc;AAEP,IAAMC,oCAA2D;EAACD;;AAEzE,IAAA,gBAAeC;","names":["EthereumGasPriceEtherchainV2Plugin","EthereumGasPriceEtherchainPlugins"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-ethereum-gas-price-etherchain-plugins",
3
- "version": "4.3.0-rc.2",
3
+ "version": "4.3.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,8 +43,8 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "^4.3.0-rc.2",
47
- "@xyo-network/react-payload-plugin": "^4.3.0-rc.2"
46
+ "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "^4.3.1",
47
+ "@xyo-network/react-payload-plugin": "^4.3.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
@@ -62,6 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "docs": "dist/docs.json",
66
- "stableVersion": "4.2.14"
65
+ "docs": "dist/docs.json"
67
66
  }