@xyo-network/crypto-plugins 2.97.0 → 2.98.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,2 +1,34 @@
1
- "use strict";var m=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var y=(p,t)=>{for(var e in t)m(p,e,{get:t[e],enumerable:!0})},l=(p,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of g(t))!s.call(p,i)&&i!==e&&m(p,i,{get:()=>t[i],enumerable:!(n=f(t,i))||n.enumerable});return p},r=(p,t,e)=>(l(p,t,"default"),e&&l(e,t,"default"));var d=p=>l(m({},"__esModule",{value:!0}),p);var o={};y(o,{CryptoPlugins:()=>P,default:()=>x});module.exports=d(o);r(o,require("@xyo-network/crypto-cards-plugins"),module.exports);r(o,require("@xyo-network/crypto-market-plugins"),module.exports);var u=require("@xyo-network/crypto-cards-plugins"),a=require("@xyo-network/crypto-market-plugins"),P=[...u.CryptoCardsPlugins,...a.CryptoMarketPlugins],x=P;
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;
2
34
  //# sourceMappingURL=index.cjs.map
@@ -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":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,6CAAd,gBACAK,EAAAL,EAAc,8CADd,gBAGA,IAAAM,EAAmC,6CACnCC,EAAoC,8CAGvBL,EAAwC,CAAC,GAAG,qBAAoB,GAAG,qBAAmB,EAG5FC,EAAQD","names":["src_exports","__export","CryptoPlugins","src_default","__toCommonJS","__reExport","import_crypto_cards_plugins","import_crypto_market_plugins"]}
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,2 +1,12 @@
1
- export*from"@xyo-network/crypto-cards-plugins";export*from"@xyo-network/crypto-market-plugins";import{CryptoCardsPlugins as o}from"@xyo-network/crypto-cards-plugins";import{CryptoMarketPlugins as r}from"@xyo-network/crypto-market-plugins";var t=[...o,...r],i=t;export{t as CryptoPlugins,i as default};
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
+ };
2
12
  //# sourceMappingURL=index.js.map
@@ -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,WAAc,oCACd,WAAc,qCAEd,OAAS,sBAAAA,MAA0B,oCACnC,OAAS,uBAAAC,MAA2B,qCAG7B,IAAMC,EAAwC,CAAC,GAAGF,EAAoB,GAAGC,CAAmB,EAG5FE,EAAQD","names":["CryptoCardsPlugins","CryptoMarketPlugins","CryptoPlugins","src_default"]}
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,2 +1,34 @@
1
- "use strict";var m=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var y=(p,t)=>{for(var e in t)m(p,e,{get:t[e],enumerable:!0})},l=(p,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of g(t))!s.call(p,i)&&i!==e&&m(p,i,{get:()=>t[i],enumerable:!(n=f(t,i))||n.enumerable});return p},r=(p,t,e)=>(l(p,t,"default"),e&&l(e,t,"default"));var d=p=>l(m({},"__esModule",{value:!0}),p);var o={};y(o,{CryptoPlugins:()=>P,default:()=>x});module.exports=d(o);r(o,require("@xyo-network/crypto-cards-plugins"),module.exports);r(o,require("@xyo-network/crypto-market-plugins"),module.exports);var u=require("@xyo-network/crypto-cards-plugins"),a=require("@xyo-network/crypto-market-plugins"),P=[...u.CryptoCardsPlugins,...a.CryptoMarketPlugins],x=P;
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;
2
34
  //# sourceMappingURL=index.cjs.map
@@ -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":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,6CAAd,gBACAK,EAAAL,EAAc,8CADd,gBAGA,IAAAM,EAAmC,6CACnCC,EAAoC,8CAGvBL,EAAwC,CAAC,GAAG,qBAAoB,GAAG,qBAAmB,EAG5FC,EAAQD","names":["src_exports","__export","CryptoPlugins","src_default","__toCommonJS","__reExport","import_crypto_cards_plugins","import_crypto_market_plugins"]}
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,2 +1,12 @@
1
- export*from"@xyo-network/crypto-cards-plugins";export*from"@xyo-network/crypto-market-plugins";import{CryptoCardsPlugins as o}from"@xyo-network/crypto-cards-plugins";import{CryptoMarketPlugins as r}from"@xyo-network/crypto-market-plugins";var t=[...o,...r],i=t;export{t as CryptoPlugins,i as default};
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
+ };
2
12
  //# sourceMappingURL=index.js.map
@@ -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,WAAc,oCACd,WAAc,qCAEd,OAAS,sBAAAA,MAA0B,oCACnC,OAAS,uBAAAC,MAA2B,qCAG7B,IAAMC,EAAwC,CAAC,GAAGF,EAAoB,GAAGC,CAAmB,EAG5FE,EAAQD","names":["CryptoCardsPlugins","CryptoMarketPlugins","CryptoPlugins","src_default"]}
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,2 +1,40 @@
1
- "use strict";var m=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var y=(p,t)=>{for(var e in t)m(p,e,{get:t[e],enumerable:!0})},l=(p,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of g(t))!s.call(p,i)&&i!==e&&m(p,i,{get:()=>t[i],enumerable:!(n=f(t,i))||n.enumerable});return p},r=(p,t,e)=>(l(p,t,"default"),e&&l(e,t,"default"));var d=p=>l(m({},"__esModule",{value:!0}),p);var o={};y(o,{CryptoPlugins:()=>P,default:()=>x});module.exports=d(o);r(o,require("@xyo-network/crypto-cards-plugins"),module.exports);r(o,require("@xyo-network/crypto-market-plugins"),module.exports);var u=require("@xyo-network/crypto-cards-plugins"),a=require("@xyo-network/crypto-market-plugins"),P=[...u.CryptoCardsPlugins,...a.CryptoMarketPlugins],x=P;0&&(module.exports={CryptoPlugins,...require("@xyo-network/crypto-cards-plugins"),...require("@xyo-network/crypto-market-plugins")});
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
+ });
2
40
  //# sourceMappingURL=index.cjs.map
@@ -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":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,6CAAd,gBACAK,EAAAL,EAAc,8CADd,gBAGA,IAAAM,EAAmC,6CACnCC,EAAoC,8CAGvBL,EAAwC,CAAC,GAAG,qBAAoB,GAAG,qBAAmB,EAG5FC,EAAQD","names":["src_exports","__export","CryptoPlugins","src_default","__toCommonJS","__reExport","import_crypto_cards_plugins","import_crypto_market_plugins"]}
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,2 +1,12 @@
1
- export*from"@xyo-network/crypto-cards-plugins";export*from"@xyo-network/crypto-market-plugins";import{CryptoCardsPlugins as o}from"@xyo-network/crypto-cards-plugins";import{CryptoMarketPlugins as r}from"@xyo-network/crypto-market-plugins";var t=[...o,...r],i=t;export{t as CryptoPlugins,i as default};
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
+ };
2
12
  //# sourceMappingURL=index.js.map
@@ -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,WAAc,oCACd,WAAc,qCAEd,OAAS,sBAAAA,MAA0B,oCACnC,OAAS,uBAAAC,MAA2B,qCAG7B,IAAMC,EAAwC,CAAC,GAAGF,EAAoB,GAAGC,CAAmB,EAG5FE,EAAQD","names":["CryptoCardsPlugins","CryptoMarketPlugins","CryptoPlugins","src_default"]}
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":[]}
package/package.json CHANGED
@@ -10,14 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-cards-plugins": "~2.97.0",
14
- "@xyo-network/crypto-market-plugins": "~2.97.0",
15
- "@xyo-network/payloadset-plugin": "^2.107.0"
13
+ "@xyo-network/crypto-cards-plugins": "^2.98.0",
14
+ "@xyo-network/crypto-market-plugins": "^2.98.0",
15
+ "@xyo-network/payloadset-plugin": "^2.108.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.11.8",
19
- "@xylabs/tsconfig": "^3.11.8",
20
- "typescript": "^5.5.2"
18
+ "@xylabs/ts-scripts-yarn3": "^3.11.12",
19
+ "@xylabs/tsconfig": "^3.11.12",
20
+ "typescript": "^5.5.3"
21
21
  },
22
22
  "description": "Typescript/Javascript Plugins for XYO Platform",
23
23
  "types": "dist/node/index.d.ts",
@@ -58,6 +58,6 @@
58
58
  "url": "https://github.com/XYOracleNetwork/plugins.git"
59
59
  },
60
60
  "sideEffects": false,
61
- "version": "2.97.0",
61
+ "version": "2.98.0",
62
62
  "type": "module"
63
63
  }