@xyo-network/crypto-market-plugins 2.72.1 → 2.72.3
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 +8 -8
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/ba60c0d97f7b2/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L13"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"target": 1
|
|
@@ -52594,7 +52594,7 @@
|
|
|
52594
52594
|
"fileName": "plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts",
|
|
52595
52595
|
"line": 10,
|
|
52596
52596
|
"character": 13,
|
|
52597
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
52597
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ba60c0d97f7b2/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L10"
|
|
52598
52598
|
}
|
|
52599
52599
|
],
|
|
52600
52600
|
"type": {
|
package/package.json
CHANGED
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"@uniswap/sdk": "^3.0.3",
|
|
19
19
|
"@uniswap/sdk-core": "^4.0.6",
|
|
20
20
|
"@uniswap/v3-sdk": "^3.10.0",
|
|
21
|
-
"@xyo-network/coingecko-crypto-market-plugin": "~2.72.
|
|
22
|
-
"@xyo-network/crypto-asset-plugin": "~2.72.
|
|
23
|
-
"@xyo-network/payloadset-plugin": "~2.72.
|
|
24
|
-
"@xyo-network/uniswap-crypto-market-plugin": "~2.72.
|
|
21
|
+
"@xyo-network/coingecko-crypto-market-plugin": "~2.72.3",
|
|
22
|
+
"@xyo-network/crypto-asset-plugin": "~2.72.3",
|
|
23
|
+
"@xyo-network/payloadset-plugin": "~2.72.3",
|
|
24
|
+
"@xyo-network/uniswap-crypto-market-plugin": "~2.72.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
|
28
|
-
"@xylabs/tsconfig": "^2.19.
|
|
29
|
-
"typescript": "^5.
|
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.3",
|
|
28
|
+
"@xylabs/tsconfig": "^2.19.3",
|
|
29
|
+
"typescript": "^5.2.2"
|
|
30
30
|
},
|
|
31
31
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
32
32
|
"browser": "dist/esm/index.js",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"types": "dist/types/index.d.ts",
|
|
64
|
-
"version": "2.72.
|
|
64
|
+
"version": "2.72.3"
|
|
65
65
|
}
|