@xyo-network/blockchain-payload-plugins 2.75.0 → 2.75.1

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/ethereum-blockchain-payload-plugins';
2
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
+ export declare const BlockchainPayloadPlugins: PayloadPluginFunc[];
4
+ export default BlockchainPayloadPlugins;
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,kDAAkD,CAAA;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,EAAgC,CAAA;AAGxF,eAAe,wBAAwB,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
  BlockchainPayloadPlugins: () => BlockchainPayloadPlugins,
@@ -25,7 +27,7 @@ __export(src_exports, {
25
27
  module.exports = __toCommonJS(src_exports);
26
28
  __reExport(src_exports, require("@xyo-network/ethereum-blockchain-payload-plugins"), module.exports);
27
29
  var import_ethereum_blockchain_payload_plugins = require("@xyo-network/ethereum-blockchain-payload-plugins");
28
- const BlockchainPayloadPlugins = [...import_ethereum_blockchain_payload_plugins.EthereumPayloadPlugins];
30
+ var BlockchainPayloadPlugins = [...import_ethereum_blockchain_payload_plugins.EthereumPayloadPlugins];
29
31
  var src_default = BlockchainPayloadPlugins;
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/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,6DAAd;AAEA,iDAAuC;AAGhC,MAAM,2BAAgD,CAAC,GAAG,iEAAsB;AAGvF,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,6DAAd;AAEA,iDAAuC;AAGhC,IAAM,2BAAgD,CAAC,GAAG,iEAAsB;AAGvF,IAAO,cAAQ;","names":[]}
@@ -1,6 +1,7 @@
1
+ // src/index.ts
1
2
  export * from "@xyo-network/ethereum-blockchain-payload-plugins";
2
3
  import { EthereumPayloadPlugins } from "@xyo-network/ethereum-blockchain-payload-plugins";
3
- const BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
4
+ var BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
4
5
  var src_default = BlockchainPayloadPlugins;
5
6
  export {
6
7
  BlockchainPayloadPlugins,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":"AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,MAAM,2BAAgD,CAAC,GAAG,sBAAsB;AAGvF,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-payload-plugins'\n\nimport { EthereumPayloadPlugins } from '@xyo-network/ethereum-blockchain-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const BlockchainPayloadPlugins: PayloadPluginFunc[] = [...EthereumPayloadPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default BlockchainPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,8BAA8B;AAGhC,IAAM,2BAAgD,CAAC,GAAG,sBAAsB;AAGvF,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/ethereum-blockchain-payload-plugins": "~2.75.0",
14
- "@xyo-network/payload-plugin": "~2.75.0"
13
+ "@xyo-network/ethereum-blockchain-payload-plugins": "~2.75.1",
14
+ "@xyo-network/payload-plugin": "~2.75.1"
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",
@@ -24,7 +24,7 @@
24
24
  ".": {
25
25
  "browser": {
26
26
  "require": {
27
- "types": "./dist/browser/index.d.ts",
27
+ "types": "./dist/browser/index.d.cts",
28
28
  "default": "./dist/browser/index.cjs"
29
29
  },
30
30
  "import": {
@@ -61,5 +61,5 @@
61
61
  },
62
62
  "sideEffects": false,
63
63
  "types": "dist/node/index.d.ts",
64
- "version": "2.75.0"
64
+ "version": "2.75.1"
65
65
  }