@xyo-network/crypto-payload-plugins 2.41.11 → 2.42.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.
@@ -1,6 +1,6 @@
1
1
  export * from '@xyo-network/crypto-cards-payload-plugins';
2
2
  export * from '@xyo-network/crypto-market-payload-plugins';
3
3
  import { XyoPayloadPluginFunc } from '@xyo-network/payload-plugin';
4
- export declare const XyoCryptoPayloadPlugins: XyoPayloadPluginFunc[];
5
- export default XyoCryptoPayloadPlugins;
4
+ export declare const CryptoPayloadPlugins: XyoPayloadPluginFunc[];
5
+ export default CryptoPayloadPlugins;
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,uBAAuB,EAAE,oBAAoB,EAAwE,CAAA;AAGlI,eAAe,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,oBAAoB,EAAE,oBAAoB,EAAwE,CAAA;AAG/H,eAAe,oBAAoB,CAAA"}
package/dist/cjs/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.XyoCryptoPayloadPlugins = void 0;
3
+ exports.CryptoPayloadPlugins = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  tslib_1.__exportStar(require("@xyo-network/crypto-cards-payload-plugins"), exports);
6
6
  tslib_1.__exportStar(require("@xyo-network/crypto-market-payload-plugins"), exports);
7
7
  const crypto_cards_payload_plugins_1 = require("@xyo-network/crypto-cards-payload-plugins");
8
8
  const crypto_market_payload_plugins_1 = require("@xyo-network/crypto-market-payload-plugins");
9
- exports.XyoCryptoPayloadPlugins = [...crypto_cards_payload_plugins_1.XyoCryptoCardsPayloadPlugins, ...crypto_market_payload_plugins_1.XyoCryptoMarketPayloadPlugins];
9
+ exports.CryptoPayloadPlugins = [...crypto_cards_payload_plugins_1.XyoCryptoCardsPayloadPlugins, ...crypto_market_payload_plugins_1.XyoCryptoMarketPayloadPlugins];
10
10
  // eslint-disable-next-line import/no-default-export
11
- exports.default = exports.XyoCryptoPayloadPlugins;
11
+ exports.default = exports.CryptoPayloadPlugins;
12
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,oFAAyD;AACzD,qFAA0D;AAE1D,4FAAwF;AACxF,8FAA0F;AAG7E,QAAA,uBAAuB,GAA2B,CAAC,GAAG,2DAA4B,EAAE,GAAG,6DAA6B,CAAC,CAAA;AAElI,oDAAoD;AACpD,kBAAe,+BAAuB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,oFAAyD;AACzD,qFAA0D;AAE1D,4FAAwF;AACxF,8FAA0F;AAG7E,QAAA,oBAAoB,GAA2B,CAAC,GAAG,2DAA4B,EAAE,GAAG,6DAA6B,CAAC,CAAA;AAE/H,oDAAoD;AACpD,kBAAe,4BAAoB,CAAA"}