@xyo-network/crypto-plugins 2.94.3 → 2.94.4
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.
- package/dist/neutral/index.cjs +34 -0
- package/dist/neutral/index.cjs.map +1 -0
- package/dist/neutral/index.d.cts +6 -0
- package/dist/neutral/index.d.cts.map +1 -0
- package/dist/neutral/index.d.mts +6 -0
- package/dist/neutral/index.d.mts.map +1 -0
- package/dist/neutral/index.d.ts +6 -0
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/index.js +12 -0
- package/dist/neutral/index.js.map +1 -0
- package/package.json +6 -6
|
@@ -0,0 +1,34 @@
|
|
|
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
|
|
@@ -0,0 +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;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":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
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.js.map
|
|
@@ -0,0 +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":[]}
|
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.94.
|
|
14
|
-
"@xyo-network/crypto-market-plugins": "~2.94.
|
|
15
|
-
"@xyo-network/payloadset-plugin": "^2.99.
|
|
13
|
+
"@xyo-network/crypto-cards-plugins": "~2.94.4",
|
|
14
|
+
"@xyo-network/crypto-market-plugins": "~2.94.4",
|
|
15
|
+
"@xyo-network/payloadset-plugin": "^2.99.3"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
19
|
-
"@xylabs/tsconfig": "^3.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.10.0",
|
|
19
|
+
"@xylabs/tsconfig": "^3.10.0",
|
|
20
20
|
"typescript": "^5.4.5"
|
|
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.94.
|
|
61
|
+
"version": "2.94.4",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|