@xyo-network/crypto-market-plugins 3.2.0-rc.7 → 3.2.0-rc.9
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.mjs
CHANGED
|
@@ -6,9 +6,9 @@ import { CoingeckoCryptoMarketPlugin } from "@xyo-network/coingecko-crypto-marke
|
|
|
6
6
|
import { CryptoMarketAssetPlugin } from "@xyo-network/crypto-asset-plugin";
|
|
7
7
|
import { UniswapCryptoMarketPlugin } from "@xyo-network/uniswap-crypto-market-plugin";
|
|
8
8
|
var CryptoMarketPlugins = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin];
|
|
9
|
-
var
|
|
9
|
+
var index_default = CryptoMarketPlugins;
|
|
10
10
|
export {
|
|
11
11
|
CryptoMarketPlugins,
|
|
12
|
-
|
|
12
|
+
index_default as default
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\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;AAE3I,IAAO,
|
|
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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\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;AAE3I,IAAO,gBAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/crypto-market-plugins",
|
|
3
|
-
"version": "3.2.0-rc.
|
|
3
|
+
"version": "3.2.0-rc.9",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/coingecko-crypto-market-plugin": "^3.2.0-rc.
|
|
33
|
-
"@xyo-network/crypto-asset-plugin": "^3.2.0-rc.
|
|
34
|
-
"@xyo-network/payloadset-plugin": "^3.6.0
|
|
35
|
-
"@xyo-network/uniswap-crypto-market-plugin": "^3.2.0-rc.
|
|
32
|
+
"@xyo-network/coingecko-crypto-market-plugin": "^3.2.0-rc.9",
|
|
33
|
+
"@xyo-network/crypto-asset-plugin": "^3.2.0-rc.9",
|
|
34
|
+
"@xyo-network/payloadset-plugin": "^3.6.0",
|
|
35
|
+
"@xyo-network/uniswap-crypto-market-plugin": "^3.2.0-rc.9"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|