@xyo-network/crypto-plugins 2.99.6 → 3.0.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.
@@ -1,6 +1,7 @@
1
1
  export * from '@xyo-network/crypto-cards-plugins';
2
2
  export * from '@xyo-network/crypto-market-plugins';
3
3
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
4
+
5
+ declare const CryptoPlugins: PayloadSetPluginFunc[];
6
+
7
+ export { CryptoPlugins, CryptoPlugins as default };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,0BAA0B;AACnC,SAAS,2BAA2B;AAG7B,IAAM,gBAAwC,CAAC,GAAG,oBAAoB,GAAG,mBAAmB;AAGnG,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default CryptoPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,0BAA0B;AACnC,SAAS,2BAA2B;AAG7B,IAAM,gBAAwC,CAAC,GAAG,oBAAoB,GAAG,mBAAmB;AAGnG,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -10,44 +10,25 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-cards-plugins": "^2.99.6",
14
- "@xyo-network/crypto-market-plugins": "^2.99.6",
15
- "@xyo-network/payloadset-plugin": "^2.111.3"
13
+ "@xyo-network/crypto-cards-plugins": "^3.0.1",
14
+ "@xyo-network/crypto-market-plugins": "^3.0.1",
15
+ "@xyo-network/payloadset-plugin": "^3.0.2"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.15.14",
19
- "@xylabs/tsconfig": "^3.15.14",
18
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
19
+ "@xylabs/tsconfig": "^4.0.0-rc.15",
20
20
  "typescript": "^5.5.4"
21
21
  },
22
22
  "description": "Typescript/Javascript Plugins for XYO Platform",
23
- "types": "dist/node/index.d.ts",
23
+ "types": "dist/neutral/index.d.ts",
24
24
  "exports": {
25
25
  ".": {
26
- "browser": {
27
- "require": {
28
- "types": "./dist/browser/index.d.cts",
29
- "default": "./dist/browser/index.cjs"
30
- },
31
- "import": {
32
- "types": "./dist/browser/index.d.mts",
33
- "default": "./dist/browser/index.mjs"
34
- }
35
- },
36
- "node": {
37
- "require": {
38
- "types": "./dist/node/index.d.cts",
39
- "default": "./dist/node/index.cjs"
40
- },
41
- "import": {
42
- "types": "./dist/node/index.d.mts",
43
- "default": "./dist/node/index.mjs"
44
- }
45
- }
26
+ "types": "./dist/neutral/index.d.ts",
27
+ "default": "./dist/neutral/index.mjs"
46
28
  },
47
29
  "./package.json": "./package.json"
48
30
  },
49
- "main": "dist/node/index.cjs",
50
- "module": "dist/node/index.mjs",
31
+ "module": "dist/neutral/index.mjs",
51
32
  "homepage": "https://xyo.network",
52
33
  "license": "LGPL-3.0-only",
53
34
  "publishConfig": {
@@ -58,6 +39,6 @@
58
39
  "url": "https://github.com/XYOracleNetwork/plugins.git"
59
40
  },
60
41
  "sideEffects": false,
61
- "version": "2.99.6",
42
+ "version": "3.0.1",
62
43
  "type": "module"
63
44
  }
package/src/index.ts CHANGED
@@ -7,5 +7,5 @@ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
7
7
 
8
8
  export const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]
9
9
 
10
- // eslint-disable-next-line import/no-default-export
10
+ // eslint-disable-next-line import-x/no-default-export
11
11
  export default CryptoPlugins
package/xy.config.ts CHANGED
@@ -1,14 +1,13 @@
1
1
  import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
- browser: {
5
- src: true,
6
- },
7
- node: {
4
+ browser: {},
5
+ node: {},
6
+ neutral: {
8
7
  src: true,
9
8
  },
10
9
  },
11
10
  }
12
11
 
13
- // eslint-disable-next-line import/no-default-export
12
+ // eslint-disable-next-line import-x/no-default-export
14
13
  export default config
@@ -1,34 +0,0 @@
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
- CryptoPlugins: () => CryptoPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- __reExport(src_exports, require("@xyo-network/crypto-cards-plugins"), module.exports);
29
- __reExport(src_exports, require("@xyo-network/crypto-market-plugins"), module.exports);
30
- var import_crypto_cards_plugins = require("@xyo-network/crypto-cards-plugins");
31
- var import_crypto_market_plugins = require("@xyo-network/crypto-market-plugins");
32
- var CryptoPlugins = [...import_crypto_cards_plugins.CryptoCardsPlugins, ...import_crypto_market_plugins.CryptoMarketPlugins];
33
- var src_default = CryptoPlugins;
34
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,8CAAd;AACA,wBAAc,+CADd;AAGA,kCAAmC;AACnC,mCAAoC;AAG7B,IAAM,gBAAwC,CAAC,GAAG,gDAAoB,GAAG,gDAAmB;AAGnG,IAAO,cAAQ;","names":[]}
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/crypto-cards-plugins';
2
- export * from '@xyo-network/crypto-market-plugins';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/crypto-cards-plugins';
2
- export * from '@xyo-network/crypto-market-plugins';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/crypto-cards-plugins';
2
- export * from '@xyo-network/crypto-market-plugins';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1,12 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-cards-plugins";
3
- export * from "@xyo-network/crypto-market-plugins";
4
- import { CryptoCardsPlugins } from "@xyo-network/crypto-cards-plugins";
5
- import { CryptoMarketPlugins } from "@xyo-network/crypto-market-plugins";
6
- var CryptoPlugins = [...CryptoCardsPlugins, ...CryptoMarketPlugins];
7
- var src_default = CryptoPlugins;
8
- export {
9
- CryptoPlugins,
10
- src_default as default
11
- };
12
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,0BAA0B;AACnC,SAAS,2BAA2B;AAG7B,IAAM,gBAAwC,CAAC,GAAG,oBAAoB,GAAG,mBAAmB;AAGnG,IAAO,cAAQ;","names":[]}
@@ -1,34 +0,0 @@
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
- CryptoPlugins: () => CryptoPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- __reExport(src_exports, require("@xyo-network/crypto-cards-plugins"), module.exports);
29
- __reExport(src_exports, require("@xyo-network/crypto-market-plugins"), module.exports);
30
- var import_crypto_cards_plugins = require("@xyo-network/crypto-cards-plugins");
31
- var import_crypto_market_plugins = require("@xyo-network/crypto-market-plugins");
32
- var CryptoPlugins = [...import_crypto_cards_plugins.CryptoCardsPlugins, ...import_crypto_market_plugins.CryptoMarketPlugins];
33
- var src_default = CryptoPlugins;
34
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,8CAAd;AACA,wBAAc,+CADd;AAGA,kCAAmC;AACnC,mCAAoC;AAG7B,IAAM,gBAAwC,CAAC,GAAG,gDAAoB,GAAG,gDAAmB;AAGnG,IAAO,cAAQ;","names":[]}
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/crypto-cards-plugins';
2
- export * from '@xyo-network/crypto-market-plugins';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/crypto-cards-plugins';
2
- export * from '@xyo-network/crypto-market-plugins';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1,40 +0,0 @@
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
- CryptoPlugins: () => CryptoPlugins,
25
- default: () => src_default
26
- });
27
- module.exports = __toCommonJS(src_exports);
28
- __reExport(src_exports, require("@xyo-network/crypto-cards-plugins"), module.exports);
29
- __reExport(src_exports, require("@xyo-network/crypto-market-plugins"), module.exports);
30
- var import_crypto_cards_plugins = require("@xyo-network/crypto-cards-plugins");
31
- var import_crypto_market_plugins = require("@xyo-network/crypto-market-plugins");
32
- var CryptoPlugins = [...import_crypto_cards_plugins.CryptoCardsPlugins, ...import_crypto_market_plugins.CryptoMarketPlugins];
33
- var src_default = CryptoPlugins;
34
- // Annotate the CommonJS export names for ESM import in node:
35
- 0 && (module.exports = {
36
- CryptoPlugins,
37
- ...require("@xyo-network/crypto-cards-plugins"),
38
- ...require("@xyo-network/crypto-market-plugins")
39
- });
40
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,8CAAd;AACA,wBAAc,+CADd;AAGA,kCAAmC;AACnC,mCAAoC;AAG7B,IAAM,gBAAwC,CAAC,GAAG,gDAAoB,GAAG,gDAAmB;AAGnG,IAAO,cAAQ;","names":[]}
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/crypto-cards-plugins';
2
- export * from '@xyo-network/crypto-market-plugins';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/crypto-cards-plugins';
2
- export * from '@xyo-network/crypto-market-plugins';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from '@xyo-network/crypto-cards-plugins';
2
- export * from '@xyo-network/crypto-market-plugins';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
- export default CryptoPlugins;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1,12 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-cards-plugins";
3
- export * from "@xyo-network/crypto-market-plugins";
4
- import { CryptoCardsPlugins } from "@xyo-network/crypto-cards-plugins";
5
- import { CryptoMarketPlugins } from "@xyo-network/crypto-market-plugins";
6
- var CryptoPlugins = [...CryptoCardsPlugins, ...CryptoMarketPlugins];
7
- var src_default = CryptoPlugins;
8
- export {
9
- CryptoPlugins,
10
- src_default as default
11
- };
12
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,0BAA0B;AACnC,SAAS,2BAA2B;AAG7B,IAAM,gBAAwC,CAAC,GAAG,oBAAoB,GAAG,mBAAmB;AAGnG,IAAO,cAAQ;","names":[]}