@bitgo/abstract-cosmos
Advanced tools
Comparing version 1.6.0 to 1.6.2
@@ -6,2 +6,16 @@ # Change Log | ||
## [1.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.2) (2023-08-16) | ||
### Bug Fixes | ||
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae)) | ||
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3)) | ||
## [1.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.6.1) (2023-08-16) | ||
### Bug Fixes | ||
- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae)) | ||
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3)) | ||
# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.4.0...@bitgo/abstract-cosmos@1.6.0) (2023-08-04) | ||
@@ -8,0 +22,0 @@ |
{ | ||
"name": "@bitgo/abstract-cosmos", | ||
"version": "1.6.0", | ||
"version": "1.6.2", | ||
"description": "BitGo SDK coin library for COSMOS base implementation", | ||
@@ -40,6 +40,6 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"@bitgo/sdk-core": "^8.13.0", | ||
"@bitgo/sdk-core": "^8.15.0", | ||
"@bitgo/sdk-lib-mpc": "^8.5.0", | ||
"@bitgo/statics": "^18.2.0", | ||
"@bitgo/utxo-lib": "^9.5.0", | ||
"@bitgo/statics": "^18.4.0", | ||
"@bitgo/utxo-lib": "^9.5.2", | ||
"@cosmjs/amino": "^0.29.5", | ||
@@ -58,3 +58,3 @@ "@cosmjs/crypto": "^0.30.1", | ||
}, | ||
"gitHead": "9e5285f524b66ccb7367735443fc6ab617319e53" | ||
"gitHead": "aed04b2a813641cbf08b815003bc6f2fb3c1ab6c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
449236
2638
Updated@bitgo/sdk-core@^8.15.0
Updated@bitgo/statics@^18.4.0
Updated@bitgo/utxo-lib@^9.5.2