@xyo-network/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
+ export * from '@xyo-network/gas-ethereum-blockchain-plugins';
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const EthereumPlugins: PayloadSetPluginFunc[];
4
+ export default EthereumPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAG5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,eAAe,EAAE,oBAAoB,EAA4B,CAAA;AAG9E,eAAe,eAAe,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
  EthereumPlugins: () => EthereumPlugins,
@@ -25,7 +27,7 @@ __export(src_exports, {
25
27
  module.exports = __toCommonJS(src_exports);
26
28
  __reExport(src_exports, require("@xyo-network/gas-ethereum-blockchain-plugins"), module.exports);
27
29
  var import_gas_ethereum_blockchain_plugins = require("@xyo-network/gas-ethereum-blockchain-plugins");
28
- const EthereumPlugins = [...import_gas_ethereum_blockchain_plugins.EthereumGasPlugins];
30
+ var EthereumPlugins = [...import_gas_ethereum_blockchain_plugins.EthereumGasPlugins];
29
31
  var src_default = EthereumPlugins;
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":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,yDAAd;AAEA,6CAAmC;AAG5B,MAAM,kBAA0C,CAAC,GAAG,yDAAkB;AAG7E,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,yDAAd;AAEA,6CAAmC;AAG5B,IAAM,kBAA0C,CAAC,GAAG,yDAAkB;AAG7E,IAAO,cAAQ;","names":[]}
@@ -1,6 +1,7 @@
1
+ // src/index.ts
1
2
  export * from "@xyo-network/gas-ethereum-blockchain-plugins";
2
3
  import { EthereumGasPlugins } from "@xyo-network/gas-ethereum-blockchain-plugins";
3
- const EthereumPlugins = [...EthereumGasPlugins];
4
+ var EthereumPlugins = [...EthereumGasPlugins];
4
5
  var src_default = EthereumPlugins;
5
6
  export {
6
7
  EthereumPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":"AAAA,cAAc;AAEd,SAAS,0BAA0B;AAG5B,MAAM,kBAA0C,CAAC,GAAG,kBAAkB;AAG7E,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/gas-ethereum-blockchain-plugins'\n\nimport { EthereumGasPlugins } from '@xyo-network/gas-ethereum-blockchain-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumPlugins: PayloadSetPluginFunc[] = [...EthereumGasPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,0BAA0B;AAG5B,IAAM,kBAA0C,CAAC,GAAG,kBAAkB;AAG7E,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/gas-ethereum-blockchain-plugins": "~2.75.0",
14
- "@xyo-network/payloadset-plugin": "~2.75.0"
13
+ "@xyo-network/gas-ethereum-blockchain-plugins": "~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
  }