New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@bitgo-beta/sdk-coin-hash

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo-beta/sdk-coin-hash - npm Package Compare versions

Comparing version 1.0.1-beta.41 to 1.0.1-beta.42

@@ -6,2 +6,16 @@ # Change Log

# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.2.0...@bitgo/sdk-coin-hash@1.3.0) (2023-07-28)
### Features
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.1.0...@bitgo/sdk-coin-hash@1.2.0) (2023-07-18)
### Features
- **abstract-cosmos:** add support for contract call transaction ([9b7dd54](https://github.com/BitGo/BitGoJS/commit/9b7dd54c6a3a9e5cf2b47b4a94ef225f111a8baf))
- add base factor for individual cosmos side chains ([e661b36](https://github.com/BitGo/BitGoJS/commit/e661b3631445e7ff1ddcdb51385d1f993b4f35c9))
# 1.1.0 (2023-06-21)

@@ -8,0 +22,0 @@

{
"name": "@bitgo-beta/sdk-coin-hash",
"version": "1.0.1-beta.41",
"version": "1.0.1-beta.42",
"description": "BitGo SDK coin library for Provenance",

@@ -43,5 +43,5 @@ "main": "./dist/src/index.js",

"dependencies": {
"@bitgo-beta/abstract-cosmos": "1.0.1-beta.63",
"@bitgo-beta/sdk-core": "8.2.1-beta.81",
"@bitgo-beta/statics": "15.1.1-beta.83",
"@bitgo-beta/abstract-cosmos": "1.0.1-beta.64",
"@bitgo-beta/sdk-core": "8.2.1-beta.82",
"@bitgo-beta/statics": "15.1.1-beta.84",
"@cosmjs/amino": "^0.29.5",

@@ -53,7 +53,7 @@ "@cosmjs/encoding": "^0.29.5",

"devDependencies": {
"@bitgo-beta/sdk-api": "1.10.1-beta.81",
"@bitgo-beta/sdk-test": "^1.2.27",
"@bitgo-beta/sdk-api": "1.10.1-beta.82",
"@bitgo-beta/sdk-test": "^1.2.29",
"@types/lodash": "^4.14.183"
},
"gitHead": "d6aab3ed1f1105b5c00e9acce8a03e8c83823b34"
"gitHead": "aeb4e189765abe890a94cb1ef78cd36b8ea3d795"
}