@xyo-network/etherchain-gas-ethereum-blockchain-plugins 2.75.0 → 2.75.2
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.cts +5 -0
- package/dist/browser/index.d.cts.map +1 -0
- package/dist/browser/index.js +1 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/docs.json +55636 -0
- package/dist/node/index.d.cts +5 -0
- package/dist/node/index.d.cts.map +1 -0
- package/dist/node/index.js +3 -1
- package/dist/node/index.js.map +1 -1
- package/dist/node/index.mjs +2 -1
- package/dist/node/index.mjs.map +1 -1
- package/package.json +6 -6
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
2
|
+
export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin';
|
|
3
|
+
export declare const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[];
|
|
4
|
+
export default EthereumGasEtherchainPlugins;
|
|
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,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,cAAc,gDAAgD,CAAA;AAE9D,eAAO,MAAM,4BAA4B,EAAE,oBAAoB,EAAoC,CAAA;AAGnG,eAAe,4BAA4B,CAAA"}
|
package/dist/node/index.js
CHANGED
|
@@ -17,6 +17,8 @@ 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
|
|
20
22
|
var src_exports = {};
|
|
21
23
|
__export(src_exports, {
|
|
22
24
|
EthereumGasEtherchainPlugins: () => EthereumGasEtherchainPlugins,
|
|
@@ -25,7 +27,7 @@ __export(src_exports, {
|
|
|
25
27
|
module.exports = __toCommonJS(src_exports);
|
|
26
28
|
var import_etherchain_ethereum_gas_v2_plugin = require("@xyo-network/etherchain-ethereum-gas-v2-plugin");
|
|
27
29
|
__reExport(src_exports, require("@xyo-network/etherchain-ethereum-gas-v2-plugin"), module.exports);
|
|
28
|
-
|
|
30
|
+
var EthereumGasEtherchainPlugins = [import_etherchain_ethereum_gas_v2_plugin.EthereumGasEtherchainV2Plugin];
|
|
29
31
|
var src_default = EthereumGasEtherchainPlugins;
|
|
30
32
|
// Annotate the CommonJS export names for ESM import in node:
|
|
31
33
|
0 && (module.exports = {
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\n\nexport const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [EthereumGasEtherchainV2Plugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasEtherchainPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\n\nexport const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [EthereumGasEtherchainV2Plugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasEtherchainPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,+CAA8C;AAG9C,wBAAc,2DAHd;AAKO,IAAM,+BAAuD,CAAC,sEAA6B;AAGlG,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
// src/index.ts
|
|
1
2
|
import { EthereumGasEtherchainV2Plugin } from "@xyo-network/etherchain-ethereum-gas-v2-plugin";
|
|
2
3
|
export * from "@xyo-network/etherchain-ethereum-gas-v2-plugin";
|
|
3
|
-
|
|
4
|
+
var EthereumGasEtherchainPlugins = [EthereumGasEtherchainV2Plugin];
|
|
4
5
|
var src_default = EthereumGasEtherchainPlugins;
|
|
5
6
|
export {
|
|
6
7
|
EthereumGasEtherchainPlugins,
|
package/dist/node/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\n\nexport const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [EthereumGasEtherchainV2Plugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasEtherchainPlugins\n"],"mappings":"AAAA,SAAS,qCAAqC;AAG9C,cAAc;AAEP,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\n\nexport const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [EthereumGasEtherchainV2Plugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasEtherchainPlugins\n"],"mappings":";AAAA,SAAS,qCAAqC;AAG9C,cAAc;AAEP,IAAM,+BAAuD,CAAC,6BAA6B;AAGlG,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~2.75.
|
|
14
|
-
"@xyo-network/payloadset-plugin": "~2.75.
|
|
13
|
+
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~2.75.2",
|
|
14
|
+
"@xyo-network/payloadset-plugin": "~2.75.2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
18
|
-
"@xylabs/tsconfig": "^3.0.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.77",
|
|
18
|
+
"@xylabs/tsconfig": "^3.0.77",
|
|
19
19
|
"typescript": "^5.2.2"
|
|
20
20
|
},
|
|
21
21
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
".": {
|
|
26
26
|
"browser": {
|
|
27
27
|
"require": {
|
|
28
|
-
"types": "./dist/browser/index.d.
|
|
28
|
+
"types": "./dist/browser/index.d.cts",
|
|
29
29
|
"default": "./dist/browser/index.cjs"
|
|
30
30
|
},
|
|
31
31
|
"import": {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
|
-
"version": "2.75.
|
|
64
|
+
"version": "2.75.2"
|
|
65
65
|
}
|