@xyo-network/react-ethereum-gas-price-etherchain-plugins 2.81.10 → 2.83.0
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/browser/index.d.ts +4 -3
- package/dist/browser/{index.js → index.mjs} +4 -2
- package/dist/browser/{index.js.map → index.mjs.map} +1 -1
- package/package.json +10 -26
- package/src/index.ts +0 -1
- package/xy.config.ts +12 -0
- package/dist/browser/index.cjs +0 -32
- package/dist/browser/index.cjs.map +0 -1
- package/dist/browser/index.d.cts +0 -5
- package/dist/browser/index.d.cts.map +0 -1
- package/dist/browser/index.d.mts +0 -5
- package/dist/browser/index.d.mts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/neutral/index.cjs +0 -32
- package/dist/neutral/index.cjs.map +0 -1
- package/dist/neutral/index.d.cts +0 -5
- package/dist/neutral/index.d.cts.map +0 -1
- package/dist/neutral/index.d.mts +0 -5
- package/dist/neutral/index.d.mts.map +0 -1
- package/dist/neutral/index.d.ts +0 -5
- package/dist/neutral/index.d.ts.map +0 -1
- package/dist/neutral/index.js +0 -10
- package/dist/neutral/index.js.map +0 -1
- package/dist/node/index.cjs +0 -37
- package/dist/node/index.cjs.map +0 -1
- package/dist/node/index.d.cts +0 -5
- package/dist/node/index.d.cts.map +0 -1
- package/dist/node/index.d.mts +0 -5
- package/dist/node/index.d.mts.map +0 -1
- package/dist/node/index.d.ts +0 -5
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/index.js +0 -10
- package/dist/node/index.js.map +0 -1
package/dist/browser/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
|
|
4
|
+
declare const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[];
|
|
5
|
+
|
|
6
|
+
export { EthereumGasPriceEtherchainPlugins, EthereumGasPriceEtherchainPlugins as default };
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
import { EthereumGasPriceEtherchainV2Plugin } from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
|
|
3
3
|
export * from "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin";
|
|
4
|
-
var EthereumGasPriceEtherchainPlugins = [
|
|
4
|
+
var EthereumGasPriceEtherchainPlugins = [
|
|
5
|
+
EthereumGasPriceEtherchainV2Plugin
|
|
6
|
+
];
|
|
5
7
|
var src_default = EthereumGasPriceEtherchainPlugins;
|
|
6
8
|
export {
|
|
7
9
|
EthereumGasPriceEtherchainPlugins,
|
|
8
10
|
src_default as default
|
|
9
11
|
};
|
|
10
|
-
//# sourceMappingURL=index.
|
|
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 { 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\
|
|
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"]}
|
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.
|
|
14
|
-
"@xyo-network/react-payload-plugin": "^2.
|
|
13
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "^2.83.0",
|
|
14
|
+
"@xyo-network/react-payload-plugin": "^2.83.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.7",
|
|
18
18
|
"typescript": "^5.5.4"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
@@ -30,32 +30,16 @@
|
|
|
30
30
|
"docs": "dist/docs.json",
|
|
31
31
|
"exports": {
|
|
32
32
|
".": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
"default": "./dist/node/index.js"
|
|
37
|
-
},
|
|
38
|
-
"require": {
|
|
39
|
-
"types": "./dist/node/index.d.cts",
|
|
40
|
-
"default": "./dist/node/index.cjs"
|
|
41
|
-
}
|
|
33
|
+
"import": {
|
|
34
|
+
"types": "./dist/browser/index.d.ts",
|
|
35
|
+
"default": "./dist/browser/index.mjs"
|
|
42
36
|
},
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
"types": "./dist/browser/index.d.mts",
|
|
46
|
-
"default": "./dist/browser/index.js"
|
|
47
|
-
},
|
|
48
|
-
"require": {
|
|
49
|
-
"types": "./dist/browser/index.d.cts",
|
|
50
|
-
"default": "./dist/browser/index.cjs"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"default": "./dist/browser/index.js"
|
|
37
|
+
"types": "./dist/browser/index.d.ts",
|
|
38
|
+
"default": "./dist/browser/index.mjs"
|
|
54
39
|
},
|
|
55
40
|
"./package.json": "./package.json"
|
|
56
41
|
},
|
|
57
|
-
"
|
|
58
|
-
"module": "dist/browser/index.js",
|
|
42
|
+
"module": "dist/browser/index.mjs",
|
|
59
43
|
"homepage": "https://xyo.network",
|
|
60
44
|
"keywords": [
|
|
61
45
|
"xyo",
|
|
@@ -77,6 +61,6 @@
|
|
|
77
61
|
},
|
|
78
62
|
"sideEffects": false,
|
|
79
63
|
"types": "dist/browser/index.d.ts",
|
|
80
|
-
"version": "2.
|
|
64
|
+
"version": "2.83.0",
|
|
81
65
|
"type": "module"
|
|
82
66
|
}
|
package/src/index.ts
CHANGED
|
@@ -5,5 +5,4 @@ export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin'
|
|
|
5
5
|
|
|
6
6
|
export const EthereumGasPriceEtherchainPlugins: PayloadRenderPlugin[] = [EthereumGasPriceEtherchainV2Plugin]
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line import/no-default-export
|
|
9
8
|
export default EthereumGasPriceEtherchainPlugins
|
package/xy.config.ts
ADDED
package/dist/browser/index.cjs
DELETED
|
@@ -1,32 +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 = [import_react_ethereum_gas_price_etherchain_v2_plugin.EthereumGasPriceEtherchainV2Plugin];
|
|
31
|
-
var src_default = EthereumGasPriceEtherchainPlugins;
|
|
32
|
-
//# 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\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPriceEtherchainPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2DAAmD;AAGnD,wBAAc,uEAHd;AAKO,IAAM,oCAA2D,CAAC,uFAAkC;AAG3G,IAAO,cAAQ;","names":[]}
|
package/dist/browser/index.d.cts
DELETED
|
@@ -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;AAG5G,eAAe,iCAAiC,CAAA"}
|
package/dist/browser/index.d.mts
DELETED
|
@@ -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;AAG5G,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;AAG5G,eAAe,iCAAiC,CAAA"}
|
package/dist/neutral/index.cjs
DELETED
|
@@ -1,32 +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 = [import_react_ethereum_gas_price_etherchain_v2_plugin.EthereumGasPriceEtherchainV2Plugin];
|
|
31
|
-
var src_default = EthereumGasPriceEtherchainPlugins;
|
|
32
|
-
//# 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\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPriceEtherchainPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2DAAmD;AAGnD,wBAAc,uEAHd;AAKO,IAAM,oCAA2D,CAAC,uFAAkC;AAG3G,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.d.cts
DELETED
|
@@ -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;AAG5G,eAAe,iCAAiC,CAAA"}
|
package/dist/neutral/index.d.mts
DELETED
|
@@ -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;AAG5G,eAAe,iCAAiC,CAAA"}
|
package/dist/neutral/index.d.ts
DELETED
|
@@ -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;AAG5G,eAAe,iCAAiC,CAAA"}
|
package/dist/neutral/index.js
DELETED
|
@@ -1,10 +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 = [EthereumGasPriceEtherchainV2Plugin];
|
|
5
|
-
var src_default = EthereumGasPriceEtherchainPlugins;
|
|
6
|
-
export {
|
|
7
|
-
EthereumGasPriceEtherchainPlugins,
|
|
8
|
-
src_default as default
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=index.js.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\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPriceEtherchainPlugins\n"],"mappings":";AAAA,SAAS,0CAA0C;AAGnD,cAAc;AAEP,IAAM,oCAA2D,CAAC,kCAAkC;AAG3G,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.cjs
DELETED
|
@@ -1,37 +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 = [import_react_ethereum_gas_price_etherchain_v2_plugin.EthereumGasPriceEtherchainV2Plugin];
|
|
31
|
-
var src_default = EthereumGasPriceEtherchainPlugins;
|
|
32
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
33
|
-
0 && (module.exports = {
|
|
34
|
-
EthereumGasPriceEtherchainPlugins,
|
|
35
|
-
...require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin")
|
|
36
|
-
});
|
|
37
|
-
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
DELETED
|
@@ -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\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPriceEtherchainPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2DAAmD;AAGnD,wBAAc,uEAHd;AAKO,IAAM,oCAA2D,CAAC,uFAAkC;AAG3G,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.d.cts
DELETED
|
@@ -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;AAG5G,eAAe,iCAAiC,CAAA"}
|
package/dist/node/index.d.mts
DELETED
|
@@ -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;AAG5G,eAAe,iCAAiC,CAAA"}
|
package/dist/node/index.d.ts
DELETED
|
@@ -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
|
package/dist/node/index.d.ts.map
DELETED
|
@@ -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;AAG5G,eAAe,iCAAiC,CAAA"}
|
package/dist/node/index.js
DELETED
|
@@ -1,10 +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 = [EthereumGasPriceEtherchainV2Plugin];
|
|
5
|
-
var src_default = EthereumGasPriceEtherchainPlugins;
|
|
6
|
-
export {
|
|
7
|
-
EthereumGasPriceEtherchainPlugins,
|
|
8
|
-
src_default as default
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
DELETED
|
@@ -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\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPriceEtherchainPlugins\n"],"mappings":";AAAA,SAAS,0CAA0C;AAGnD,cAAc;AAEP,IAAM,oCAA2D,CAAC,kCAAkC;AAG3G,IAAO,cAAQ;","names":[]}
|