@xyo-network/react-ethereum-gas-price-etherchain-plugins 2.61.0 → 2.62.3
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/docs.json +1942 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +24 -16
- package/dist/cjs/index.js +0 -10
- package/dist/cjs/index.js.map +0 -1
- package/dist/esm/index.js +0 -6
- package/dist/esm/index.js.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- /package/dist/{types/index.d.ts → index.d.mts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
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/index.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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/index.js
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
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.js.map
|
|
@@ -0,0 +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\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/index.mjs
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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.mjs.map
|
|
@@ -0,0 +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\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/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.62.3",
|
|
14
|
+
"@xyo-network/react-payload-plugin": "~2.62.3"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.28",
|
|
18
18
|
"typescript": "^5.2.2"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
@@ -27,27 +27,35 @@
|
|
|
27
27
|
"react-router-dom": "^6"
|
|
28
28
|
},
|
|
29
29
|
"description": "Common React library for all XYO projects that use React",
|
|
30
|
-
"browser": "dist/esm/index.js",
|
|
31
30
|
"docs": "dist/docs.json",
|
|
32
31
|
"exports": {
|
|
33
32
|
".": {
|
|
34
33
|
"node": {
|
|
35
|
-
"import":
|
|
36
|
-
|
|
34
|
+
"import": {
|
|
35
|
+
"types": "./dist/index.d.mts",
|
|
36
|
+
"default": "./dist/index.mjs"
|
|
37
|
+
},
|
|
38
|
+
"require": {
|
|
39
|
+
"types": "./dist/index.d.ts",
|
|
40
|
+
"default": "./dist/index.js"
|
|
41
|
+
}
|
|
37
42
|
},
|
|
38
43
|
"browser": {
|
|
39
|
-
"import":
|
|
40
|
-
|
|
44
|
+
"import": {
|
|
45
|
+
"types": "./dist/index.d.mts",
|
|
46
|
+
"default": "./dist/index.mjs"
|
|
47
|
+
},
|
|
48
|
+
"require": {
|
|
49
|
+
"types": "./dist/index.d.ts",
|
|
50
|
+
"default": "./dist/index.js"
|
|
51
|
+
}
|
|
41
52
|
},
|
|
42
|
-
"default": "./dist/
|
|
43
|
-
},
|
|
44
|
-
"./dist/docs.json": {
|
|
45
|
-
"default": "./dist/docs.json"
|
|
53
|
+
"default": "./dist/index.mjs"
|
|
46
54
|
},
|
|
47
55
|
"./package.json": "./package.json"
|
|
48
56
|
},
|
|
49
|
-
"main": "dist/
|
|
50
|
-
"module": "dist/
|
|
57
|
+
"main": "dist/index.js",
|
|
58
|
+
"module": "dist/index.mjs",
|
|
51
59
|
"homepage": "https://xyo.network",
|
|
52
60
|
"keywords": [
|
|
53
61
|
"xyo",
|
|
@@ -68,6 +76,6 @@
|
|
|
68
76
|
"license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
|
|
69
77
|
},
|
|
70
78
|
"sideEffects": false,
|
|
71
|
-
"types": "dist/
|
|
72
|
-
"version": "2.
|
|
79
|
+
"types": "dist/index.d.ts",
|
|
80
|
+
"version": "2.62.3"
|
|
73
81
|
}
|
package/dist/cjs/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EthereumGasPriceEtherchainPlugins = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const react_ethereum_gas_price_etherchain_v2_plugin_1 = require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin");
|
|
6
|
-
tslib_1.__exportStar(require("@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin"), exports);
|
|
7
|
-
exports.EthereumGasPriceEtherchainPlugins = [react_ethereum_gas_price_etherchain_v2_plugin_1.EthereumGasPriceEtherchainV2Plugin];
|
|
8
|
-
// eslint-disable-next-line import/no-default-export
|
|
9
|
-
exports.default = exports.EthereumGasPriceEtherchainPlugins;
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,8HAA+G;AAG/G,qGAA0E;AAE7D,QAAA,iCAAiC,GAA0B,CAAC,kFAAkC,CAAC,CAAA;AAE5G,oDAAoD;AACpD,kBAAe,yCAAiC,CAAA"}
|
package/dist/esm/index.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { EthereumGasPriceEtherchainV2Plugin } from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin';
|
|
3
|
-
export const EthereumGasPriceEtherchainPlugins = [EthereumGasPriceEtherchainV2Plugin];
|
|
4
|
-
// eslint-disable-next-line import/no-default-export
|
|
5
|
-
export default EthereumGasPriceEtherchainPlugins;
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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 +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"}
|
|
File without changes
|