@bitgo/sdk-coin-zec 1.3.0 → 1.3.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,16 +3,19 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.1.0-rc.9...@bitgo/sdk-coin-zec@1.3.0) (2022-10-18)
7
-
6
+ ## [1.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.3.0...@bitgo/sdk-coin-zec@1.3.2) (2022-10-27)
8
7
 
9
- ### Bug Fixes
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-zec
10
9
 
11
- * add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9))
10
+ ## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.3.0...@bitgo/sdk-coin-zec@1.3.1) (2022-10-25)
12
11
 
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-zec
13
13
 
14
+ # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.1.0-rc.9...@bitgo/sdk-coin-zec@1.3.0) (2022-10-18)
14
15
 
16
+ ### Bug Fixes
15
17
 
18
+ - add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9))
16
19
 
17
20
  # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.1.0-rc.9...@bitgo/sdk-coin-zec@1.1.0) (2022-07-19)
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-zec",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "BitGo SDK coin library for Zcash",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,13 +40,13 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/abstract-utxo": "^1.4.0",
44
- "@bitgo/sdk-core": "^2.2.0",
45
- "@bitgo/utxo-lib": "^3.2.0"
43
+ "@bitgo/abstract-utxo": "^1.6.0",
44
+ "@bitgo/sdk-core": "^2.4.0",
45
+ "@bitgo/utxo-lib": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@bitgo/sdk-api": "^1.4.0",
49
- "@bitgo/sdk-test": "^1.2.0"
48
+ "@bitgo/sdk-api": "^1.6.0",
49
+ "@bitgo/sdk-test": "^1.2.2"
50
50
  },
51
- "gitHead": "67defd215541542539a60cc2ba747bf2fc53889c"
51
+ "gitHead": "ebbfd569afdc4badb6d9bcf03e8baba6f0c61a02"
52
52
  }