@xyo-network/blockchain-payload-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/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"}
@@ -1,7 +1,6 @@
1
- // src/index.ts
2
1
  export * from "@xyo-network/ethereum-blockchain-payload-plugins";
3
2
  import { EthereumPayloadPlugins } from "@xyo-network/ethereum-blockchain-payload-plugins";
4
- var BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
3
+ const BlockchainPayloadPlugins = [...EthereumPayloadPlugins];
5
4
  var src_default = BlockchainPayloadPlugins;
6
5
  export {
7
6
  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,IAAM,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,MAAM,2BAAgD,CAAC,GAAG,sBAAsB;AAGvF,IAAO,cAAQ;","names":[]}