@xyo-network/react-ethereum-gas-price-etherchain-plugins 2.82.0 → 2.83.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,5 +1,6 @@
1
1
  import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
2
  export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
3
+
4
+ declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
5
+
6
+ export { EthereumGasPriceEtherchainPlugins, EthereumGasPriceEtherchainPlugins as default };
package/package.json CHANGED
@@ -10,11 +10,11 @@
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-v2-plugin": "^2.82.0",
14
- "@xyo-network/react-payload-plugin": "^2.82.0"
13
+ "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "^2.83.1",
14
+ "@xyo-network/react-payload-plugin": "^2.83.1"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.15.16",
17
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.7",
18
18
  "typescript": "^5.5.4"
19
19
  },
20
20
  "peerDependencies": {
@@ -30,31 +30,15 @@
30
30
  "docs": "dist/docs.json",
31
31
  "exports": {
32
32
  ".": {
33
- "node": {
34
- "import": {
35
- "types": "./dist/node/index.d.mts",
36
- "default": "./dist/node/index.mjs"
37
- },
38
- "require": {
39
- "types": "./dist/node/index.d.cts",
40
- "default": "./dist/node/index.cjs"
41
- }
42
- },
43
- "browser": {
44
- "import": {
45
- "types": "./dist/browser/index.d.mts",
46
- "default": "./dist/browser/index.mjs"
47
- },
48
- "require": {
49
- "types": "./dist/browser/index.d.cts",
50
- "default": "./dist/browser/index.cjs"
51
- }
33
+ "import": {
34
+ "types": "./dist/browser/index.d.ts",
35
+ "default": "./dist/browser/index.mjs"
52
36
  },
37
+ "types": "./dist/browser/index.d.ts",
53
38
  "default": "./dist/browser/index.mjs"
54
39
  },
55
40
  "./package.json": "./package.json"
56
41
  },
57
- "main": "dist/browser/index.cjs",
58
42
  "module": "dist/browser/index.mjs",
59
43
  "homepage": "https://xyo.network",
60
44
  "keywords": [
@@ -77,6 +61,6 @@
77
61
  },
78
62
  "sideEffects": false,
79
63
  "types": "dist/browser/index.d.ts",
80
- "version": "2.82.0",
64
+ "version": "2.83.1",
81
65
  "type": "module"
82
66
  }
package/xy.config.ts ADDED
@@ -0,0 +1,12 @@
1
+ import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
+ const config: XyTsupConfig = {
3
+ compile: {
4
+ browser: {
5
+ src: true,
6
+ },
7
+ node: {},
8
+ neutral: {},
9
+ },
10
+ }
11
+
12
+ export default config
@@ -1,34 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
-
21
- // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
24
- EthereumGasPriceEtherchainPlugins: () => EthereumGasPriceEtherchainPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- var import_react_ethereum_gas_price_etherchain_v2_plugin = require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin");
29
- __reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin"), module.exports);
30
- var EthereumGasPriceEtherchainPlugins = [
31
- import_react_ethereum_gas_price_etherchain_v2_plugin.EthereumGasPriceEtherchainV2Plugin
32
- ];
33
- var src_default = EthereumGasPriceEtherchainPlugins;
34
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\nimport { 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;;;;;;2DAAmD;AAGnD,wBAAc,uEAHd;AAKO,IAAMA,oCAA2D;EAACC;;AAEzE,IAAA,cAAeD;","names":["EthereumGasPriceEtherchainPlugins","EthereumGasPriceEtherchainV2Plugin"]}
@@ -1,5 +0,0 @@
1
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1,5 +0,0 @@
1
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1,34 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
-
21
- // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
24
- EthereumGasPriceEtherchainPlugins: () => EthereumGasPriceEtherchainPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- var import_react_ethereum_gas_price_etherchain_v2_plugin = require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin");
29
- __reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin"), module.exports);
30
- var EthereumGasPriceEtherchainPlugins = [
31
- import_react_ethereum_gas_price_etherchain_v2_plugin.EthereumGasPriceEtherchainV2Plugin
32
- ];
33
- var src_default = EthereumGasPriceEtherchainPlugins;
34
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\nimport { 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;;;;;;2DAAmD;AAGnD,wBAAc,uEAHd;AAKO,IAAMA,oCAA2D;EAACC;;AAEzE,IAAA,cAAeD;","names":["EthereumGasPriceEtherchainPlugins","EthereumGasPriceEtherchainV2Plugin"]}
@@ -1,5 +0,0 @@
1
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1,5 +0,0 @@
1
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1,5 +0,0 @@
1
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1,12 +0,0 @@
1
- // src/index.ts
2
- import { EthereumGasPriceEtherchainV2Plugin } from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
3
- export * from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
4
- var EthereumGasPriceEtherchainPlugins = [
5
- EthereumGasPriceEtherchainV2Plugin
6
- ];
7
- var src_default = EthereumGasPriceEtherchainPlugins;
8
- export {
9
- EthereumGasPriceEtherchainPlugins,
10
- src_default as default
11
- };
12
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\nimport { 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,39 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
-
21
- // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
24
- EthereumGasPriceEtherchainPlugins: () => EthereumGasPriceEtherchainPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- var import_react_ethereum_gas_price_etherchain_v2_plugin = require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin");
29
- __reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin"), module.exports);
30
- var EthereumGasPriceEtherchainPlugins = [
31
- import_react_ethereum_gas_price_etherchain_v2_plugin.EthereumGasPriceEtherchainV2Plugin
32
- ];
33
- var src_default = EthereumGasPriceEtherchainPlugins;
34
- // Annotate the CommonJS export names for ESM import in node:
35
- 0 && (module.exports = {
36
- EthereumGasPriceEtherchainPlugins,
37
- ...require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin")
38
- });
39
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\nimport { 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;;;;;;2DAAmD;AAGnD,wBAAc,uEAHd;AAKO,IAAMA,oCAA2D;EAACC;;AAEzE,IAAA,cAAeD;","names":["EthereumGasPriceEtherchainPlugins","EthereumGasPriceEtherchainV2Plugin"]}
@@ -1,5 +0,0 @@
1
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1,5 +0,0 @@
1
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1,5 +0,0 @@
1
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
3
- export declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
4
- export default EthereumGasPriceEtherchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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;AAE5G,eAAe,iCAAiC,CAAA"}
@@ -1,12 +0,0 @@
1
- // src/index.ts
2
- import { EthereumGasPriceEtherchainV2Plugin } from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
3
- export * from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
4
- var EthereumGasPriceEtherchainPlugins = [
5
- EthereumGasPriceEtherchainV2Plugin
6
- ];
7
- var src_default = EthereumGasPriceEtherchainPlugins;
8
- export {
9
- EthereumGasPriceEtherchainPlugins,
10
- src_default as default
11
- };
12
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'\nimport { 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"]}