@bitgo/sdk-coin-zeta 1.6.0 → 1.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,37 @@
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.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.9.0) (2023-09-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
11
+ - **sdk-coin-zeta:** update mock for zet fullnode ([33890ae](https://github.com/BitGo/BitGoJS/commit/33890aecf87c8fdb5177b215612f4498595394d7))
12
+
13
+ ### Features
14
+
15
+ - **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113))
16
+
17
+ # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.8.0) (2023-09-09)
18
+
19
+ ### Bug Fixes
20
+
21
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
22
+
23
+ ### Features
24
+
25
+ - **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113))
26
+
27
+ # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.7.0) (2023-09-09)
28
+
29
+ ### Bug Fixes
30
+
31
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
32
+
33
+ ### Features
34
+
35
+ - **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113))
36
+
6
37
  # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.6.0) (2023-09-07)
7
38
 
8
39
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-zeta",
3
- "version": "1.6.0",
3
+ "version": "1.9.0",
4
4
  "description": "BitGo SDK coin library for Zeta",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,19 +40,19 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/abstract-cosmos": "^1.6.8",
44
- "@bitgo/sdk-core": "^8.21.0",
45
- "@bitgo/sdk-lib-mpc": "^8.10.0",
46
- "@bitgo/statics": "^24.0.0",
43
+ "@bitgo/abstract-cosmos": "^1.6.11",
44
+ "@bitgo/sdk-core": "^8.24.0",
45
+ "@bitgo/sdk-lib-mpc": "^8.13.0",
46
+ "@bitgo/statics": "^27.0.0",
47
47
  "@cosmjs/amino": "^0.29.5",
48
48
  "@cosmjs/encoding": "^0.29.5",
49
49
  "@cosmjs/stargate": "^0.29.5",
50
50
  "bignumber.js": "^9.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@bitgo/sdk-api": "^1.19.0",
54
- "@bitgo/sdk-test": "^1.2.38",
53
+ "@bitgo/sdk-api": "^1.22.0",
54
+ "@bitgo/sdk-test": "^1.2.41",
55
55
  "@types/lodash": "^4.14.183"
56
56
  },
57
- "gitHead": "fbb83c1e8faf7f8af84344a8392cde0bd5913fc7"
57
+ "gitHead": "f2ccfe835a393cc5b17c8c3d9fe5e5637a8d13eb"
58
58
  }