@xyo-network/crypto-market-plugins 2.75.16 → 2.75.17
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/docs.json +2 -2
- package/package.json +7 -7
package/dist/docs.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"fileName": "plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts",
|
|
17
17
|
"line": 13,
|
|
18
18
|
"character": 0,
|
|
19
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
19
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L13"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"target": 1
|
|
@@ -55936,7 +55936,7 @@
|
|
|
55936
55936
|
"fileName": "plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts",
|
|
55937
55937
|
"line": 10,
|
|
55938
55938
|
"character": 13,
|
|
55939
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
55939
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L10"
|
|
55940
55940
|
}
|
|
55941
55941
|
],
|
|
55942
55942
|
"type": {
|
package/package.json
CHANGED
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"@uniswap/sdk": "^3.0.3",
|
|
19
19
|
"@uniswap/sdk-core": "^4.0.7",
|
|
20
20
|
"@uniswap/v3-sdk": "^3.10.0",
|
|
21
|
-
"@xyo-network/coingecko-crypto-market-plugin": "~2.75.
|
|
22
|
-
"@xyo-network/crypto-asset-plugin": "~2.75.
|
|
23
|
-
"@xyo-network/payloadset-plugin": "~2.75.
|
|
24
|
-
"@xyo-network/uniswap-crypto-market-plugin": "~2.75.
|
|
21
|
+
"@xyo-network/coingecko-crypto-market-plugin": "~2.75.17",
|
|
22
|
+
"@xyo-network/crypto-asset-plugin": "~2.75.17",
|
|
23
|
+
"@xyo-network/payloadset-plugin": "~2.75.17",
|
|
24
|
+
"@xyo-network/uniswap-crypto-market-plugin": "~2.75.17"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
28
|
-
"@xylabs/tsconfig": "^3.1.
|
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.9",
|
|
28
|
+
"@xylabs/tsconfig": "^3.1.9",
|
|
29
29
|
"typescript": "^5.2.2"
|
|
30
30
|
},
|
|
31
31
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
72
72
|
},
|
|
73
73
|
"sideEffects": false,
|
|
74
|
-
"version": "2.75.
|
|
74
|
+
"version": "2.75.17"
|
|
75
75
|
}
|