@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.
@@ -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"}
@@ -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
- const EthereumGasEtherchainPlugins = [import_etherchain_ethereum_gas_v2_plugin.EthereumGasEtherchainV2Plugin];
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 = {
@@ -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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,+CAA8C;AAG9C,wBAAc,2DAHd;AAKO,MAAM,+BAAuD,CAAC,sEAA6B;AAGlG,IAAO,cAAQ;","names":[]}
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":[]}
@@ -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
- const EthereumGasEtherchainPlugins = [EthereumGasEtherchainV2Plugin];
4
+ var EthereumGasEtherchainPlugins = [EthereumGasEtherchainV2Plugin];
4
5
  var src_default = EthereumGasEtherchainPlugins;
5
6
  export {
6
7
  EthereumGasEtherchainPlugins,
@@ -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,MAAM,+BAAuD,CAAC,6BAA6B;AAGlG,IAAO,cAAQ;","names":[]}
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.0",
14
- "@xyo-network/payloadset-plugin": "~2.75.0"
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.70",
18
- "@xylabs/tsconfig": "^3.0.70",
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.ts",
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.0"
64
+ "version": "2.75.2"
65
65
  }