@xyo-network/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.
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
2
+ export * from '@xyo-network/etherscan-ethereum-gas-plugin';
3
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
+ export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
5
+ export default EthereumGasPlugins;
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,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,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
  EthereumGasPlugins: () => EthereumGasPlugins,
@@ -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-plugin"), module.exports);
28
30
  var import_etherchain_gas_ethereum_blockchain_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-plugins");
29
31
  var import_etherscan_ethereum_gas_plugin = require("@xyo-network/etherscan-ethereum-gas-plugin");
30
- const EthereumGasPlugins = [...import_etherchain_gas_ethereum_blockchain_plugins.EthereumGasEtherchainPlugins, import_etherscan_ethereum_gas_plugin.EthereumGasEtherscanPlugin];
32
+ var EthereumGasPlugins = [...import_etherchain_gas_ethereum_blockchain_plugins.EthereumGasEtherchainPlugins, import_etherscan_ethereum_gas_plugin.EthereumGasEtherscanPlugin];
31
33
  var src_default = EthereumGasPlugins;
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-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,oEAAd;AACA,wBAAc,uDADd;AAGA,wDAA6C;AAC7C,2CAA2C;AAGpC,MAAM,qBAA6C,CAAC,GAAG,gFAA8B,+DAA0B;AAGtH,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,oEAAd;AACA,wBAAc,uDADd;AAGA,wDAA6C;AAC7C,2CAA2C;AAGpC,IAAM,qBAA6C,CAAC,GAAG,gFAA8B,+DAA0B;AAGtH,IAAO,cAAQ;","names":[]}
@@ -1,8 +1,9 @@
1
+ // src/index.ts
1
2
  export * from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
2
3
  export * from "@xyo-network/etherscan-ethereum-gas-plugin";
3
4
  import { EthereumGasEtherchainPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
4
5
  import { EthereumGasEtherscanPlugin } from "@xyo-network/etherscan-ethereum-gas-plugin";
5
- const EthereumGasPlugins = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin];
6
+ var EthereumGasPlugins = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin];
6
7
  var src_default = EthereumGasPlugins;
7
8
  export {
8
9
  EthereumGasPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,MAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAGtH,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAGtH,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-plugins": "~2.75.0",
14
- "@xyo-network/etherscan-ethereum-gas-plugin": "~2.75.0",
15
- "@xyo-network/payloadset-plugin": "~2.75.0"
13
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.75.2",
14
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~2.75.2",
15
+ "@xyo-network/payloadset-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",
@@ -26,7 +26,7 @@
26
26
  ".": {
27
27
  "browser": {
28
28
  "require": {
29
- "types": "./dist/browser/index.d.ts",
29
+ "types": "./dist/browser/index.d.cts",
30
30
  "default": "./dist/browser/index.cjs"
31
31
  },
32
32
  "import": {
@@ -62,5 +62,5 @@
62
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
63
63
  },
64
64
  "sideEffects": false,
65
- "version": "2.75.0"
65
+ "version": "2.75.2"
66
66
  }