@xyo-network/crypto-market-plugins 2.99.6 → 3.0.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.
- package/dist/neutral/index.d.ts +4 -3
- package/dist/neutral/index.mjs.map +1 -1
- package/package.json +11 -30
- package/src/index.ts +1 -1
- package/xy.config.ts +4 -5
- package/dist/browser/index.cjs +0 -36
- package/dist/browser/index.cjs.map +0 -1
- package/dist/browser/index.d.cts +0 -7
- package/dist/browser/index.d.cts.map +0 -1
- package/dist/browser/index.d.mts +0 -7
- package/dist/browser/index.d.mts.map +0 -1
- package/dist/browser/index.d.ts +0 -7
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.mjs +0 -14
- package/dist/browser/index.mjs.map +0 -1
- package/dist/neutral/index.cjs +0 -36
- package/dist/neutral/index.cjs.map +0 -1
- package/dist/neutral/index.d.cts +0 -7
- package/dist/neutral/index.d.cts.map +0 -1
- package/dist/neutral/index.d.mts +0 -7
- package/dist/neutral/index.d.mts.map +0 -1
- package/dist/neutral/index.d.ts.map +0 -1
- package/dist/node/index.cjs +0 -43
- package/dist/node/index.cjs.map +0 -1
- package/dist/node/index.d.cts +0 -7
- package/dist/node/index.d.cts.map +0 -1
- package/dist/node/index.d.mts +0 -7
- package/dist/node/index.d.mts.map +0 -1
- package/dist/node/index.d.ts +0 -7
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/index.mjs +0 -14
- package/dist/node/index.mjs.map +0 -1
package/dist/neutral/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
|
2
2
|
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
3
|
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
4
|
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
|
|
6
|
+
declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
7
|
+
|
|
8
|
+
export { CryptoMarketPlugins, CryptoMarketPlugins as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoMarketPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,mCAAmC;AAC5C,SAAS,+BAA+B;AAExC,SAAS,iCAAiC;AAEnC,IAAM,sBAA8C,CAAC,6BAA6B,2BAA2B,uBAAuB;AAG3I,IAAO,cAAQ;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default CryptoMarketPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,mCAAmC;AAC5C,SAAS,+BAA+B;AAExC,SAAS,iCAAiC;AAEnC,IAAM,sBAA8C,CAAC,6BAA6B,2BAA2B,uBAAuB;AAG3I,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,45 +10,26 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/coingecko-crypto-market-plugin": "^
|
|
14
|
-
"@xyo-network/crypto-asset-plugin": "^
|
|
15
|
-
"@xyo-network/payloadset-plugin": "^
|
|
16
|
-
"@xyo-network/uniswap-crypto-market-plugin": "^
|
|
13
|
+
"@xyo-network/coingecko-crypto-market-plugin": "^3.0.0",
|
|
14
|
+
"@xyo-network/crypto-asset-plugin": "^3.0.0",
|
|
15
|
+
"@xyo-network/payloadset-plugin": "^3.0.1",
|
|
16
|
+
"@xyo-network/uniswap-crypto-market-plugin": "^3.0.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
20
|
-
"@xylabs/tsconfig": "^
|
|
19
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
|
20
|
+
"@xylabs/tsconfig": "^4.0.0-rc.15",
|
|
21
21
|
"typescript": "^5.5.4"
|
|
22
22
|
},
|
|
23
23
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
24
|
-
"types": "dist/
|
|
24
|
+
"types": "dist/neutral/index.d.ts",
|
|
25
25
|
"exports": {
|
|
26
26
|
".": {
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
"types": "./dist/browser/index.d.cts",
|
|
30
|
-
"default": "./dist/browser/index.cjs"
|
|
31
|
-
},
|
|
32
|
-
"import": {
|
|
33
|
-
"types": "./dist/browser/index.d.mts",
|
|
34
|
-
"default": "./dist/browser/index.mjs"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"node": {
|
|
38
|
-
"require": {
|
|
39
|
-
"types": "./dist/node/index.d.cts",
|
|
40
|
-
"default": "./dist/node/index.cjs"
|
|
41
|
-
},
|
|
42
|
-
"import": {
|
|
43
|
-
"types": "./dist/node/index.d.mts",
|
|
44
|
-
"default": "./dist/node/index.mjs"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
27
|
+
"types": "./dist/neutral/index.d.ts",
|
|
28
|
+
"default": "./dist/neutral/index.mjs"
|
|
47
29
|
},
|
|
48
30
|
"./package.json": "./package.json"
|
|
49
31
|
},
|
|
50
|
-
"
|
|
51
|
-
"module": "dist/node/index.mjs",
|
|
32
|
+
"module": "dist/neutral/index.mjs",
|
|
52
33
|
"homepage": "https://xyo.network",
|
|
53
34
|
"license": "LGPL-3.0-only",
|
|
54
35
|
"publishConfig": {
|
|
@@ -59,6 +40,6 @@
|
|
|
59
40
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
60
41
|
},
|
|
61
42
|
"sideEffects": false,
|
|
62
|
-
"version": "
|
|
43
|
+
"version": "3.0.0",
|
|
63
44
|
"type": "module"
|
|
64
45
|
}
|
package/src/index.ts
CHANGED
|
@@ -9,5 +9,5 @@ import { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-pl
|
|
|
9
9
|
|
|
10
10
|
export const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]
|
|
11
11
|
|
|
12
|
-
// eslint-disable-next-line import/no-default-export
|
|
12
|
+
// eslint-disable-next-line import-x/no-default-export
|
|
13
13
|
export default CryptoMarketPlugins
|
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
|
-
|
|
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
|
package/dist/browser/index.cjs
DELETED
|
@@ -1,36 +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
|
-
CryptoMarketPlugins: () => CryptoMarketPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/coingecko-crypto-market-plugin"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("@xyo-network/crypto-asset-plugin"), module.exports);
|
|
30
|
-
__reExport(src_exports, require("@xyo-network/uniswap-crypto-market-plugin"), module.exports);
|
|
31
|
-
var import_coingecko_crypto_market_plugin = require("@xyo-network/coingecko-crypto-market-plugin");
|
|
32
|
-
var import_crypto_asset_plugin = require("@xyo-network/crypto-asset-plugin");
|
|
33
|
-
var import_uniswap_crypto_market_plugin = require("@xyo-network/uniswap-crypto-market-plugin");
|
|
34
|
-
var CryptoMarketPlugins = [import_coingecko_crypto_market_plugin.CoingeckoCryptoMarketPlugin, import_uniswap_crypto_market_plugin.UniswapCryptoMarketPlugin, import_crypto_asset_plugin.CryptoMarketAssetPlugin];
|
|
35
|
-
var src_default = CryptoMarketPlugins;
|
|
36
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoMarketPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,wDAAd;AACA,wBAAc,6CADd;AAEA,wBAAc,sDAFd;AAIA,4CAA4C;AAC5C,iCAAwC;AAExC,0CAA0C;AAEnC,IAAM,sBAA8C,CAAC,mEAA6B,+DAA2B,kDAAuB;AAG3I,IAAO,cAAQ;","names":[]}
|
package/dist/browser/index.d.cts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
|
-
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
-
export default CryptoMarketPlugins;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
package/dist/browser/index.d.mts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
|
-
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
-
export default CryptoMarketPlugins;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
package/dist/browser/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
|
-
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
-
export default CryptoMarketPlugins;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
package/dist/browser/index.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/coingecko-crypto-market-plugin";
|
|
3
|
-
export * from "@xyo-network/crypto-asset-plugin";
|
|
4
|
-
export * from "@xyo-network/uniswap-crypto-market-plugin";
|
|
5
|
-
import { CoingeckoCryptoMarketPlugin } from "@xyo-network/coingecko-crypto-market-plugin";
|
|
6
|
-
import { CryptoMarketAssetPlugin } from "@xyo-network/crypto-asset-plugin";
|
|
7
|
-
import { UniswapCryptoMarketPlugin } from "@xyo-network/uniswap-crypto-market-plugin";
|
|
8
|
-
var CryptoMarketPlugins = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin];
|
|
9
|
-
var src_default = CryptoMarketPlugins;
|
|
10
|
-
export {
|
|
11
|
-
CryptoMarketPlugins,
|
|
12
|
-
src_default as default
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoMarketPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,mCAAmC;AAC5C,SAAS,+BAA+B;AAExC,SAAS,iCAAiC;AAEnC,IAAM,sBAA8C,CAAC,6BAA6B,2BAA2B,uBAAuB;AAG3I,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.cjs
DELETED
|
@@ -1,36 +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
|
-
CryptoMarketPlugins: () => CryptoMarketPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/coingecko-crypto-market-plugin"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("@xyo-network/crypto-asset-plugin"), module.exports);
|
|
30
|
-
__reExport(src_exports, require("@xyo-network/uniswap-crypto-market-plugin"), module.exports);
|
|
31
|
-
var import_coingecko_crypto_market_plugin = require("@xyo-network/coingecko-crypto-market-plugin");
|
|
32
|
-
var import_crypto_asset_plugin = require("@xyo-network/crypto-asset-plugin");
|
|
33
|
-
var import_uniswap_crypto_market_plugin = require("@xyo-network/uniswap-crypto-market-plugin");
|
|
34
|
-
var CryptoMarketPlugins = [import_coingecko_crypto_market_plugin.CoingeckoCryptoMarketPlugin, import_uniswap_crypto_market_plugin.UniswapCryptoMarketPlugin, import_crypto_asset_plugin.CryptoMarketAssetPlugin];
|
|
35
|
-
var src_default = CryptoMarketPlugins;
|
|
36
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoMarketPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,wDAAd;AACA,wBAAc,6CADd;AAEA,wBAAc,sDAFd;AAIA,4CAA4C;AAC5C,iCAAwC;AAExC,0CAA0C;AAEnC,IAAM,sBAA8C,CAAC,mEAA6B,+DAA2B,kDAAuB;AAG3I,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.d.cts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
|
-
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
-
export default CryptoMarketPlugins;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
package/dist/neutral/index.d.mts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
|
-
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
-
export default CryptoMarketPlugins;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
package/dist/node/index.cjs
DELETED
|
@@ -1,43 +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
|
-
CryptoMarketPlugins: () => CryptoMarketPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/coingecko-crypto-market-plugin"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("@xyo-network/crypto-asset-plugin"), module.exports);
|
|
30
|
-
__reExport(src_exports, require("@xyo-network/uniswap-crypto-market-plugin"), module.exports);
|
|
31
|
-
var import_coingecko_crypto_market_plugin = require("@xyo-network/coingecko-crypto-market-plugin");
|
|
32
|
-
var import_crypto_asset_plugin = require("@xyo-network/crypto-asset-plugin");
|
|
33
|
-
var import_uniswap_crypto_market_plugin = require("@xyo-network/uniswap-crypto-market-plugin");
|
|
34
|
-
var CryptoMarketPlugins = [import_coingecko_crypto_market_plugin.CoingeckoCryptoMarketPlugin, import_uniswap_crypto_market_plugin.UniswapCryptoMarketPlugin, import_crypto_asset_plugin.CryptoMarketAssetPlugin];
|
|
35
|
-
var src_default = CryptoMarketPlugins;
|
|
36
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
37
|
-
0 && (module.exports = {
|
|
38
|
-
CryptoMarketPlugins,
|
|
39
|
-
...require("@xyo-network/coingecko-crypto-market-plugin"),
|
|
40
|
-
...require("@xyo-network/crypto-asset-plugin"),
|
|
41
|
-
...require("@xyo-network/uniswap-crypto-market-plugin")
|
|
42
|
-
});
|
|
43
|
-
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoMarketPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,wDAAd;AACA,wBAAc,6CADd;AAEA,wBAAc,sDAFd;AAIA,4CAA4C;AAC5C,iCAAwC;AAExC,0CAA0C;AAEnC,IAAM,sBAA8C,CAAC,mEAA6B,+DAA2B,kDAAuB;AAG3I,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.d.cts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
|
-
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
-
export default CryptoMarketPlugins;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
package/dist/node/index.d.mts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
|
-
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
-
export default CryptoMarketPlugins;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
package/dist/node/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/coingecko-crypto-market-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-asset-plugin';
|
|
3
|
-
export * from '@xyo-network/uniswap-crypto-market-plugin';
|
|
4
|
-
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
5
|
-
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
-
export default CryptoMarketPlugins;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
|
package/dist/node/index.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/coingecko-crypto-market-plugin";
|
|
3
|
-
export * from "@xyo-network/crypto-asset-plugin";
|
|
4
|
-
export * from "@xyo-network/uniswap-crypto-market-plugin";
|
|
5
|
-
import { CoingeckoCryptoMarketPlugin } from "@xyo-network/coingecko-crypto-market-plugin";
|
|
6
|
-
import { CryptoMarketAssetPlugin } from "@xyo-network/crypto-asset-plugin";
|
|
7
|
-
import { UniswapCryptoMarketPlugin } from "@xyo-network/uniswap-crypto-market-plugin";
|
|
8
|
-
var CryptoMarketPlugins = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin];
|
|
9
|
-
var src_default = CryptoMarketPlugins;
|
|
10
|
-
export {
|
|
11
|
-
CryptoMarketPlugins,
|
|
12
|
-
src_default as default
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/node/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoMarketPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,mCAAmC;AAC5C,SAAS,+BAA+B;AAExC,SAAS,iCAAiC;AAEnC,IAAM,sBAA8C,CAAC,6BAA6B,2BAA2B,uBAAuB;AAG3I,IAAO,cAAQ;","names":[]}
|