@xchainjs/xchain-thorchain-query 1.0.13 → 2.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/lib/index.esm.js CHANGED
@@ -3156,4 +3156,3 @@ class TransactionStage {
3156
3156
  }
3157
3157
 
3158
3158
  export { AVAXChain, AddLpStatus, AddSaverStatus, AssetATOM, AssetAVAX, AssetBASE, AssetBCH, AssetBNB, AssetBSC, AssetBTC, AssetDOGE, AssetETH, AssetLTC, AssetMAYA, AssetRuneNative, BASEChain, BCHChain, BNBChain, BSCChain, BTCChain, DOGEChain, DefaultChainAttributes, ETHChain, GAIAChain, InboundStatus, LTCChain, LiquidityPool, MAYAChain, RefundStatus, SwapStatus, THORCHAIN_DECIMAL, THORChain, ThorchainCache, ThorchainQuery, Thornode, TransactionStage, TxType, WithdrawStatus, assetUSDC, calcNetworkFee, getCryptoAmountWithNotation, getLiquidityProtectionData, getLiquidityUnits, getPoolShare, getSlipOnLiquidity, isAssetRuneNative };
3159
- //# sourceMappingURL=index.esm.js.map
package/lib/index.js CHANGED
@@ -3201,4 +3201,3 @@ exports.getLiquidityUnits = getLiquidityUnits;
3201
3201
  exports.getPoolShare = getPoolShare;
3202
3202
  exports.getSlipOnLiquidity = getSlipOnLiquidity;
3203
3203
  exports.isAssetRuneNative = isAssetRuneNative;
3204
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-thorchain-query",
3
- "version": "1.0.13",
3
+ "version": "2.0.0",
4
4
  "license": "MIT",
5
5
  "description": "Thorchain query module that is responsible for estimating swap calculations and add/remove liquidity for thorchain ",
6
6
  "keywords": [
@@ -33,11 +33,11 @@
33
33
  "postversion": "git push --follow-tags"
34
34
  },
35
35
  "dependencies": {
36
- "@xchainjs/xchain-client": "1.0.10",
37
- "@xchainjs/xchain-midgard-query": "1.0.11",
38
- "@xchainjs/xchain-thornode": "0.3.22",
39
- "@xchainjs/xchain-util": "1.0.8",
40
- "axios": "1.7.4",
36
+ "@xchainjs/xchain-client": "2.0.0",
37
+ "@xchainjs/xchain-midgard-query": "2.0.0",
38
+ "@xchainjs/xchain-thornode": "1.0.0",
39
+ "@xchainjs/xchain-util": "2.0.0",
40
+ "axios": "1.8.4",
41
41
  "axios-retry": "3.2.5",
42
42
  "bignumber.js": "9.0.0"
43
43
  },