@xyo-network/react-ethereum-gas-price-payload-plugins 2.64.0-rc.3 → 2.64.0-rc.7
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.mts.map +1 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +26 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/node/index.d.mts +10 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +10 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/{index.js → node/index.js} +1 -3
- package/dist/node/index.js.map +1 -0
- package/dist/{index.mjs → node/index.mjs} +1 -2
- package/dist/node/index.mjs.map +1 -0
- package/package.json +21 -21
- package/dist/index.d.mts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,EAO/D,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,EAO/D,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { EthereumGasPriceBlocknativePlugin } from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
2
|
+
import { EthereumGasPriceEtherchainPlugins } from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
3
|
+
import { EthereumGasPriceEthersPlugin } from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
4
|
+
import { EthereumGasPriceEtherscanPlugin } from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
5
|
+
import { EthereumGasPriceEthgasstationPlugin } from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
6
|
+
import { EthereumGasPricePlugin } from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
7
|
+
export * from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
8
|
+
export * from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
9
|
+
export * from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
10
|
+
export * from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
11
|
+
export * from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
12
|
+
export * from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
13
|
+
const EthereumGasPricePayloadPlugins = [
|
|
14
|
+
EthereumGasPricePlugin,
|
|
15
|
+
EthereumGasPriceEtherscanPlugin,
|
|
16
|
+
EthereumGasPriceEthersPlugin,
|
|
17
|
+
EthereumGasPriceEthgasstationPlugin,
|
|
18
|
+
EthereumGasPriceBlocknativePlugin,
|
|
19
|
+
...EthereumGasPriceEtherchainPlugins
|
|
20
|
+
];
|
|
21
|
+
var src_default = EthereumGasPricePayloadPlugins;
|
|
22
|
+
export {
|
|
23
|
+
EthereumGasPricePayloadPlugins,
|
|
24
|
+
src_default as default
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"AAAA,SAAS,yCAAyC;AAClD,SAAS,yCAAyC;AAClD,SAAS,oCAAoC;AAC7C,SAAS,uCAAuC;AAChD,SAAS,2CAA2C;AACpD,SAAS,8BAA8B;AAGvC,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEP,MAAM,iCAAwD;AAAA,EACnE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL;AAGA,IAAO,cAAQ;","names":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
+
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
+
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
+
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
+
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
+
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
+
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
+
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
+
export default EthereumGasPricePayloadPlugins;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,EAO/D,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
+
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
+
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
+
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
+
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
+
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
+
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
+
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
+
export default EthereumGasPricePayloadPlugins;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,EAO/D,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
|
@@ -17,8 +17,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
17
|
};
|
|
18
18
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
20
|
var src_exports = {};
|
|
23
21
|
__export(src_exports, {
|
|
24
22
|
EthereumGasPricePayloadPlugins: () => EthereumGasPricePayloadPlugins,
|
|
@@ -37,7 +35,7 @@ __reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-ethers-pl
|
|
|
37
35
|
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"), module.exports);
|
|
38
36
|
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"), module.exports);
|
|
39
37
|
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-plugin"), module.exports);
|
|
40
|
-
|
|
38
|
+
const EthereumGasPricePayloadPlugins = [
|
|
41
39
|
import_react_ethereum_gas_price_plugin.EthereumGasPricePlugin,
|
|
42
40
|
import_react_ethereum_gas_price_etherscan_plugin.EthereumGasPriceEtherscanPlugin,
|
|
43
41
|
import_react_ethereum_gas_price_ethers_plugin.EthereumGasPriceEthersPlugin,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yDAAkD;AAClD,yDAAkD;AAClD,oDAA6C;AAC7C,uDAAgD;AAChD,2DAAoD;AACpD,6CAAuC;AAGvC,wBAAc,qEARd;AASA,wBAAc,qEATd;AAUA,wBAAc,gEAVd;AAWA,wBAAc,mEAXd;AAYA,wBAAc,uEAZd;AAaA,wBAAc,yDAbd;AAeO,MAAM,iCAAwD;AAAA,EACnE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL;AAGA,IAAO,cAAQ;","names":[]}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
1
|
import { EthereumGasPriceBlocknativePlugin } from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
3
2
|
import { EthereumGasPriceEtherchainPlugins } from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
4
3
|
import { EthereumGasPriceEthersPlugin } from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
@@ -11,7 +10,7 @@ export * from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
|
11
10
|
export * from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
12
11
|
export * from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
13
12
|
export * from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
14
|
-
|
|
13
|
+
const EthereumGasPricePayloadPlugins = [
|
|
15
14
|
EthereumGasPricePlugin,
|
|
16
15
|
EthereumGasPriceEtherscanPlugin,
|
|
17
16
|
EthereumGasPriceEthersPlugin,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"AAAA,SAAS,yCAAyC;AAClD,SAAS,yCAAyC;AAClD,SAAS,oCAAoC;AAC7C,SAAS,uCAAuC;AAChD,SAAS,2CAA2C;AACpD,SAAS,8BAA8B;AAGvC,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEP,MAAM,iCAAwD;AAAA,EACnE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL;AAGA,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~2.64.0-rc.
|
|
14
|
-
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~2.64.0-rc.
|
|
15
|
-
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "~2.64.0-rc.
|
|
16
|
-
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~2.64.0-rc.
|
|
17
|
-
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~2.64.0-rc.
|
|
18
|
-
"@xyo-network/react-ethereum-gas-price-plugin": "~2.64.0-rc.
|
|
19
|
-
"@xyo-network/react-payload-plugin": "~2.64.0-rc.
|
|
13
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~2.64.0-rc.7",
|
|
14
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~2.64.0-rc.7",
|
|
15
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "~2.64.0-rc.7",
|
|
16
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~2.64.0-rc.7",
|
|
17
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~2.64.0-rc.7",
|
|
18
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "~2.64.0-rc.7",
|
|
19
|
+
"@xyo-network/react-payload-plugin": "~2.64.0-rc.7"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.55",
|
|
23
23
|
"typescript": "^5.2.2"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
@@ -37,30 +37,30 @@
|
|
|
37
37
|
".": {
|
|
38
38
|
"node": {
|
|
39
39
|
"import": {
|
|
40
|
-
"types": "./dist/index.d.mts",
|
|
41
|
-
"default": "./dist/index.mjs"
|
|
40
|
+
"types": "./dist/node/index.d.mts",
|
|
41
|
+
"default": "./dist/node/index.mjs"
|
|
42
42
|
},
|
|
43
43
|
"require": {
|
|
44
|
-
"types": "./dist/index.d.ts",
|
|
45
|
-
"default": "./dist/index.js"
|
|
44
|
+
"types": "./dist/node/index.d.ts",
|
|
45
|
+
"default": "./dist/node/index.js"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"browser": {
|
|
49
49
|
"import": {
|
|
50
|
-
"types": "./dist/index.d.
|
|
51
|
-
"default": "./dist/index.
|
|
50
|
+
"types": "./dist/browser/index.d.ts",
|
|
51
|
+
"default": "./dist/browser/index.js"
|
|
52
52
|
},
|
|
53
53
|
"require": {
|
|
54
|
-
"types": "./dist/index.d.ts",
|
|
55
|
-
"default": "./dist/index.js"
|
|
54
|
+
"types": "./dist/browser/index.d.ts",
|
|
55
|
+
"default": "./dist/browser/index.js"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"default": "./dist/index.mjs"
|
|
58
|
+
"default": "./dist/browser/index.mjs"
|
|
59
59
|
},
|
|
60
60
|
"./package.json": "./package.json"
|
|
61
61
|
},
|
|
62
|
-
"main": "dist/index.js",
|
|
63
|
-
"module": "dist/index.
|
|
62
|
+
"main": "dist/browser/index.js",
|
|
63
|
+
"module": "dist/browser/index.js",
|
|
64
64
|
"homepage": "https://xyo.network",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"xyo",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"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\""
|
|
82
82
|
},
|
|
83
83
|
"sideEffects": false,
|
|
84
|
-
"types": "dist/index.d.ts",
|
|
85
|
-
"version": "2.64.0-rc.
|
|
84
|
+
"types": "dist/browser/index.d.ts",
|
|
85
|
+
"version": "2.64.0-rc.7",
|
|
86
86
|
"stableVersion": "2.63.1"
|
|
87
87
|
}
|
package/dist/index.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,EAO/D,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,EAO/D,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yDAAkD;AAClD,yDAAkD;AAClD,oDAA6C;AAC7C,uDAAgD;AAChD,2DAAoD;AACpD,6CAAuC;AAGvC,wBAAc,qEARd;AASA,wBAAc,qEATd;AAUA,wBAAc,gEAVd;AAWA,wBAAc,mEAXd;AAYA,wBAAc,uEAZd;AAaA,wBAAc,yDAbd;AAeO,IAAM,iCAAwD;AAAA,EACnE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL;AAGA,IAAO,cAAQ;","names":[]}
|
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";AAAA,SAAS,yCAAyC;AAClD,SAAS,yCAAyC;AAClD,SAAS,oCAAoC;AAC7C,SAAS,uCAAuC;AAChD,SAAS,2CAA2C;AACpD,SAAS,8BAA8B;AAGvC,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEP,IAAM,iCAAwD;AAAA,EACnE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL;AAGA,IAAO,cAAQ;","names":[]}
|
|
File without changes
|
|
File without changes
|