@xyo-network/crypto-market-plugins 2.65.4 → 2.65.5
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/54ac5ae29/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L13"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"target": 1
|
|
@@ -38462,7 +38462,7 @@
|
|
|
38462
38462
|
"fileName": "plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts",
|
|
38463
38463
|
"line": 10,
|
|
38464
38464
|
"character": 13,
|
|
38465
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
38465
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/54ac5ae29/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L10"
|
|
38466
38466
|
}
|
|
38467
38467
|
],
|
|
38468
38468
|
"type": {
|
package/package.json
CHANGED
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
"@ethersproject/solidity": "^5.7.0",
|
|
18
18
|
"@uniswap/sdk": "^3.0.3",
|
|
19
19
|
"@uniswap/sdk-core": "^3.2.6",
|
|
20
|
-
"@uniswap/v3-sdk": "^3.
|
|
21
|
-
"@xyo-network/coingecko-crypto-market-plugin": "^2.65.
|
|
22
|
-
"@xyo-network/crypto-asset-plugin": "^2.65.
|
|
23
|
-
"@xyo-network/payloadset-plugin": "^2.65.
|
|
24
|
-
"@xyo-network/uniswap-crypto-market-plugin": "^2.65.
|
|
20
|
+
"@uniswap/v3-sdk": "^3.9.0",
|
|
21
|
+
"@xyo-network/coingecko-crypto-market-plugin": "^2.65.5",
|
|
22
|
+
"@xyo-network/crypto-asset-plugin": "^2.65.5",
|
|
23
|
+
"@xyo-network/payloadset-plugin": "^2.65.5",
|
|
24
|
+
"@xyo-network/uniswap-crypto-market-plugin": "^2.65.5"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^2.18.
|
|
28
|
-
"@xylabs/tsconfig": "^2.18.
|
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^2.18.10",
|
|
28
|
+
"@xylabs/tsconfig": "^2.18.10",
|
|
29
29
|
"typescript": "^5.1.6"
|
|
30
30
|
},
|
|
31
31
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"types": "dist/types/index.d.ts",
|
|
64
|
-
"version": "2.65.
|
|
64
|
+
"version": "2.65.5"
|
|
65
65
|
}
|