@xyo-network/crypto-plugins 2.99.5 → 2.99.6

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.
@@ -29,9 +29,6 @@ __reExport(src_exports, require("@xyo-network/crypto-cards-plugins"), module.exp
29
29
  __reExport(src_exports, require("@xyo-network/crypto-market-plugins"), module.exports);
30
30
  var import_crypto_cards_plugins = require("@xyo-network/crypto-cards-plugins");
31
31
  var import_crypto_market_plugins = require("@xyo-network/crypto-market-plugins");
32
- var CryptoPlugins = [
33
- ...import_crypto_cards_plugins.CryptoCardsPlugins,
34
- ...import_crypto_market_plugins.CryptoMarketPlugins
35
- ];
32
+ var CryptoPlugins = [...import_crypto_cards_plugins.CryptoCardsPlugins, ...import_crypto_market_plugins.CryptoMarketPlugins];
36
33
  var src_default = CryptoPlugins;
37
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":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,8CAAd;AACA,wBAAc,+CADd;AAGA,kCAAmC;AACnC,mCAAoC;AAG7B,IAAMA,gBAAwC;KAAIC;KAAuBC;;AAGhF,IAAA,cAAeF;","names":["CryptoPlugins","CryptoCardsPlugins","CryptoMarketPlugins"]}
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":[]}
@@ -3,10 +3,7 @@ export * from "@xyo-network/crypto-cards-plugins";
3
3
  export * from "@xyo-network/crypto-market-plugins";
4
4
  import { CryptoCardsPlugins } from "@xyo-network/crypto-cards-plugins";
5
5
  import { CryptoMarketPlugins } from "@xyo-network/crypto-market-plugins";
6
- var CryptoPlugins = [
7
- ...CryptoCardsPlugins,
8
- ...CryptoMarketPlugins
9
- ];
6
+ var CryptoPlugins = [...CryptoCardsPlugins, ...CryptoMarketPlugins];
10
7
  var src_default = CryptoPlugins;
11
8
  export {
12
9
  CryptoPlugins,
@@ -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,SAASA,0BAA0B;AACnC,SAASC,2BAA2B;AAG7B,IAAMC,gBAAwC;KAAIF;KAAuBC;;AAGhF,IAAA,cAAeC;","names":["CryptoCardsPlugins","CryptoMarketPlugins","CryptoPlugins"]}
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":[]}
@@ -29,9 +29,6 @@ __reExport(src_exports, require("@xyo-network/crypto-cards-plugins"), module.exp
29
29
  __reExport(src_exports, require("@xyo-network/crypto-market-plugins"), module.exports);
30
30
  var import_crypto_cards_plugins = require("@xyo-network/crypto-cards-plugins");
31
31
  var import_crypto_market_plugins = require("@xyo-network/crypto-market-plugins");
32
- var CryptoPlugins = [
33
- ...import_crypto_cards_plugins.CryptoCardsPlugins,
34
- ...import_crypto_market_plugins.CryptoMarketPlugins
35
- ];
32
+ var CryptoPlugins = [...import_crypto_cards_plugins.CryptoCardsPlugins, ...import_crypto_market_plugins.CryptoMarketPlugins];
36
33
  var src_default = CryptoPlugins;
37
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":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,8CAAd;AACA,wBAAc,+CADd;AAGA,kCAAmC;AACnC,mCAAoC;AAG7B,IAAMA,gBAAwC;KAAIC;KAAuBC;;AAGhF,IAAA,cAAeF;","names":["CryptoPlugins","CryptoCardsPlugins","CryptoMarketPlugins"]}
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":[]}
@@ -3,10 +3,7 @@ export * from "@xyo-network/crypto-cards-plugins";
3
3
  export * from "@xyo-network/crypto-market-plugins";
4
4
  import { CryptoCardsPlugins } from "@xyo-network/crypto-cards-plugins";
5
5
  import { CryptoMarketPlugins } from "@xyo-network/crypto-market-plugins";
6
- var CryptoPlugins = [
7
- ...CryptoCardsPlugins,
8
- ...CryptoMarketPlugins
9
- ];
6
+ var CryptoPlugins = [...CryptoCardsPlugins, ...CryptoMarketPlugins];
10
7
  var src_default = CryptoPlugins;
11
8
  export {
12
9
  CryptoPlugins,
@@ -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,SAASA,0BAA0B;AACnC,SAASC,2BAA2B;AAG7B,IAAMC,gBAAwC;KAAIF;KAAuBC;;AAGhF,IAAA,cAAeC;","names":["CryptoCardsPlugins","CryptoMarketPlugins","CryptoPlugins"]}
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":[]}
@@ -29,10 +29,7 @@ __reExport(src_exports, require("@xyo-network/crypto-cards-plugins"), module.exp
29
29
  __reExport(src_exports, require("@xyo-network/crypto-market-plugins"), module.exports);
30
30
  var import_crypto_cards_plugins = require("@xyo-network/crypto-cards-plugins");
31
31
  var import_crypto_market_plugins = require("@xyo-network/crypto-market-plugins");
32
- var CryptoPlugins = [
33
- ...import_crypto_cards_plugins.CryptoCardsPlugins,
34
- ...import_crypto_market_plugins.CryptoMarketPlugins
35
- ];
32
+ var CryptoPlugins = [...import_crypto_cards_plugins.CryptoCardsPlugins, ...import_crypto_market_plugins.CryptoMarketPlugins];
36
33
  var src_default = CryptoPlugins;
37
34
  // Annotate the CommonJS export names for ESM import in node:
38
35
  0 && (module.exports = {
@@ -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;;;;;;wBAAc,8CAAd;AACA,wBAAc,+CADd;AAGA,kCAAmC;AACnC,mCAAoC;AAG7B,IAAMA,gBAAwC;KAAIC;KAAuBC;;AAGhF,IAAA,cAAeF;","names":["CryptoPlugins","CryptoCardsPlugins","CryptoMarketPlugins"]}
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":[]}
@@ -3,10 +3,7 @@ export * from "@xyo-network/crypto-cards-plugins";
3
3
  export * from "@xyo-network/crypto-market-plugins";
4
4
  import { CryptoCardsPlugins } from "@xyo-network/crypto-cards-plugins";
5
5
  import { CryptoMarketPlugins } from "@xyo-network/crypto-market-plugins";
6
- var CryptoPlugins = [
7
- ...CryptoCardsPlugins,
8
- ...CryptoMarketPlugins
9
- ];
6
+ var CryptoPlugins = [...CryptoCardsPlugins, ...CryptoMarketPlugins];
10
7
  var src_default = CryptoPlugins;
11
8
  export {
12
9
  CryptoPlugins,
@@ -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,SAASA,0BAA0B;AACnC,SAASC,2BAA2B;AAG7B,IAAMC,gBAAwC;KAAIF;KAAuBC;;AAGhF,IAAA,cAAeC;","names":["CryptoCardsPlugins","CryptoMarketPlugins","CryptoPlugins"]}
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,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-cards-plugins": "^2.99.5",
14
- "@xyo-network/crypto-market-plugins": "^2.99.5",
15
- "@xyo-network/payloadset-plugin": "^2.111.2"
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"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.15.13",
19
- "@xylabs/tsconfig": "^3.15.13",
18
+ "@xylabs/ts-scripts-yarn3": "^3.15.14",
19
+ "@xylabs/tsconfig": "^3.15.14",
20
20
  "typescript": "^5.5.4"
21
21
  },
22
22
  "description": "Typescript/Javascript Plugins for XYO Platform",
@@ -58,6 +58,6 @@
58
58
  "url": "https://github.com/XYOracleNetwork/plugins.git"
59
59
  },
60
60
  "sideEffects": false,
61
- "version": "2.99.5",
61
+ "version": "2.99.6",
62
62
  "type": "module"
63
63
  }