@xyo-network/gas-ethereum-blockchain-payload-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.
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
+ export * from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
3
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
4
+ export declare const EthereumGasPayloadPlugins: PayloadPluginFunc[];
5
+ export default EthereumGasPayloadPlugins;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAGzI,eAAe,yBAAyB,CAAA"}
@@ -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
  EthereumGasPayloadPlugins: () => EthereumGasPayloadPlugins,
@@ -27,7 +29,7 @@ __reExport(src_exports, require("@xyo-network/etherchain-gas-ethereum-blockchain
27
29
  __reExport(src_exports, require("@xyo-network/etherscan-ethereum-gas-payload-plugin"), module.exports);
28
30
  var import_etherchain_gas_ethereum_blockchain_payload_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins");
29
31
  var import_etherscan_ethereum_gas_payload_plugin = require("@xyo-network/etherscan-ethereum-gas-payload-plugin");
30
- const EthereumGasPayloadPlugins = [...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins, import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin];
32
+ var EthereumGasPayloadPlugins = [...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins, import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin];
31
33
  var src_default = EthereumGasPayloadPlugins;
32
34
  // Annotate the CommonJS export names for ESM import in node:
33
35
  0 && (module.exports = {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4EAAd;AACA,wBAAc,+DADd;AAGA,gEAAoD;AACpD,mDAAkD;AAG3C,MAAM,4BAAiD,CAAC,GAAG,+FAAqC,8EAAiC;AAGxI,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4EAAd;AACA,wBAAc,+DADd;AAGA,gEAAoD;AACpD,mDAAkD;AAG3C,IAAM,4BAAiD,CAAC,GAAG,+FAAqC,8EAAiC;AAGxI,IAAO,cAAQ;","names":[]}
@@ -1,8 +1,9 @@
1
+ // src/index.ts
1
2
  export * from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
2
3
  export * from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
3
4
  import { EthereumGasEtherchainPayloadPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
4
5
  import { EthereumGasEtherscanPayloadPlugin } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
5
- const EthereumGasPayloadPlugins = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin];
6
+ var EthereumGasPayloadPlugins = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin];
6
7
  var src_default = EthereumGasPayloadPlugins;
7
8
  export {
8
9
  EthereumGasPayloadPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,MAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAGxI,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAGxI,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.75.0",
14
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.75.0",
15
- "@xyo-network/payload-plugin": "~2.75.0"
13
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.75.2",
14
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.75.2",
15
+ "@xyo-network/payload-plugin": "~2.75.2"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.0.70",
19
- "@xylabs/tsconfig": "^3.0.70",
18
+ "@xylabs/ts-scripts-yarn3": "^3.0.77",
19
+ "@xylabs/tsconfig": "^3.0.77",
20
20
  "typescript": "^5.2.2"
21
21
  },
22
22
  "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.ts",
28
+ "types": "./dist/browser/index.d.cts",
29
29
  "default": "./dist/browser/index.cjs"
30
30
  },
31
31
  "import": {
@@ -62,5 +62,5 @@
62
62
  },
63
63
  "sideEffects": false,
64
64
  "types": "dist/node/index.d.ts",
65
- "version": "2.75.0"
65
+ "version": "2.75.2"
66
66
  }