@xyo-network/ethereum-blockchain-plugins 2.74.5 → 2.75.0

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,32 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/index.ts
22
+ var src_exports = {};
23
+ __export(src_exports, {
24
+ EthereumPlugins: () => EthereumPlugins,
25
+ default: () => src_default
26
+ });
27
+ module.exports = __toCommonJS(src_exports);
28
+ __reExport(src_exports, require("@xyo-network/gas-ethereum-blockchain-plugins"), module.exports);
29
+ var import_gas_ethereum_blockchain_plugins = require("@xyo-network/gas-ethereum-blockchain-plugins");
30
+ var EthereumPlugins = [...import_gas_ethereum_blockchain_plugins.EthereumGasPlugins];
31
+ var src_default = EthereumPlugins;
32
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +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,IAAM,kBAA0C,CAAC,GAAG,yDAAkB;AAG7E,IAAO,cAAQ;","names":[]}
@@ -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"}
@@ -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"}
@@ -7,4 +7,4 @@ export {
7
7
  EthereumPlugins,
8
8
  src_default as default
9
9
  };
10
- //# sourceMappingURL=index.mjs.map
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +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,IAAM,kBAA0C,CAAC,GAAG,kBAAkB;AAG7E,IAAO,cAAQ;","names":[]}
@@ -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"}
@@ -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,8 +17,6 @@ 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
22
20
  var src_exports = {};
23
21
  __export(src_exports, {
24
22
  EthereumPlugins: () => EthereumPlugins,
@@ -27,7 +25,7 @@ __export(src_exports, {
27
25
  module.exports = __toCommonJS(src_exports);
28
26
  __reExport(src_exports, require("@xyo-network/gas-ethereum-blockchain-plugins"), module.exports);
29
27
  var import_gas_ethereum_blockchain_plugins = require("@xyo-network/gas-ethereum-blockchain-plugins");
30
- var EthereumPlugins = [...import_gas_ethereum_blockchain_plugins.EthereumGasPlugins];
28
+ const EthereumPlugins = [...import_gas_ethereum_blockchain_plugins.EthereumGasPlugins];
31
29
  var src_default = EthereumPlugins;
32
30
  // Annotate the CommonJS export names for ESM import in node:
33
31
  0 && (module.exports = {
@@ -0,0 +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":[]}
@@ -0,0 +1,9 @@
1
+ export * from "@xyo-network/gas-ethereum-blockchain-plugins";
2
+ import { EthereumGasPlugins } from "@xyo-network/gas-ethereum-blockchain-plugins";
3
+ const EthereumPlugins = [...EthereumGasPlugins];
4
+ var src_default = EthereumPlugins;
5
+ export {
6
+ EthereumPlugins,
7
+ src_default as default
8
+ };
9
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +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":[]}
package/package.json CHANGED
@@ -10,44 +10,47 @@
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.74.5",
14
- "@xyo-network/payloadset-plugin": "~2.74.5"
13
+ "@xyo-network/gas-ethereum-blockchain-plugins": "~2.75.0",
14
+ "@xyo-network/payloadset-plugin": "~2.75.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
18
- "@xylabs/tsconfig": "^3.0.28",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.70",
18
+ "@xylabs/tsconfig": "^3.0.70",
19
19
  "typescript": "^5.2.2"
20
20
  },
21
21
  "description": "Primary SDK for using XYO Protocol 2.0",
22
22
  "docs": "dist/docs.json",
23
- "types": "dist/index.d.ts",
23
+ "types": "dist/node/index.d.ts",
24
24
  "exports": {
25
25
  ".": {
26
- "require": {
27
- "types": "./dist/index.d.ts",
28
- "default": "./dist/index.js"
26
+ "browser": {
27
+ "require": {
28
+ "types": "./dist/browser/index.d.ts",
29
+ "default": "./dist/browser/index.cjs"
30
+ },
31
+ "import": {
32
+ "types": "./dist/browser/index.d.mts",
33
+ "default": "./dist/browser/index.js"
34
+ }
29
35
  },
30
- "import": {
31
- "types": "./dist/index.d.mts",
32
- "default": "./dist/index.mjs"
36
+ "node": {
37
+ "require": {
38
+ "types": "./dist/node/index.d.ts",
39
+ "default": "./dist/node/index.js"
40
+ },
41
+ "import": {
42
+ "types": "./dist/node/index.d.mts",
43
+ "default": "./dist/node/index.mjs"
44
+ }
33
45
  }
34
46
  },
35
- "./dist/docs.json": {
36
- "default": "./dist/docs.json"
37
- },
38
- "./cjs": {
39
- "default": "./dist/index.js"
40
- },
41
47
  "./docs": {
42
48
  "default": "./dist/docs.json"
43
49
  },
44
- "./esm": {
45
- "default": "./dist/index.mjs"
46
- },
47
50
  "./package.json": "./package.json"
48
51
  },
49
- "main": "dist/index.js",
50
- "module": "dist/index.mjs",
52
+ "main": "dist/node/index.js",
53
+ "module": "dist/node/index.mjs",
51
54
  "homepage": "https://xyo.network",
52
55
  "license": "LGPL-3.0",
53
56
  "publishConfig": {
@@ -58,5 +61,5 @@
58
61
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
59
62
  },
60
63
  "sideEffects": false,
61
- "version": "2.74.5"
64
+ "version": "2.75.0"
62
65
  }