@bitgo-beta/sdk-coin-hbar 1.3.3-alpha.87 → 1.3.3-alpha.89

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 +14 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.13) (2023-10-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
11
+ - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
12
+
13
+ ## [1.5.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.12) (2023-10-18)
14
+
15
+ ### Bug Fixes
16
+
17
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
18
+ - **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e))
19
+
6
20
  ## [1.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.11) (2023-09-25)
7
21
 
8
22
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-hbar",
3
- "version": "1.3.3-alpha.87",
3
+ "version": "1.3.3-alpha.89",
4
4
  "description": "BitGo SDK coin library for Hbar",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-coin-algo": "1.3.3-alpha.87",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.87",
45
- "@bitgo-beta/statics": "10.0.1-alpha.87",
43
+ "@bitgo-beta/sdk-coin-algo": "1.3.3-alpha.89",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.89",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.89",
46
46
  "@hashgraph/proto": "2.12.0",
47
47
  "@hashgraph/sdk": "2.29.0",
48
48
  "@stablelib/sha384": "^1.0.0",
@@ -54,8 +54,8 @@
54
54
  "tweetnacl": "^1.0.3"
55
55
  },
56
56
  "devDependencies": {
57
- "@bitgo-beta/sdk-api": "1.6.1-alpha.87",
58
- "@bitgo-beta/sdk-test": "^1.2.41"
57
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.89",
58
+ "@bitgo-beta/sdk-test": "^1.2.43"
59
59
  },
60
- "gitHead": "36097022337b66999acb1958dd5c1f58f2df9833"
60
+ "gitHead": "49852b03c47fb7572c884ca5c38e5bd1d0819059"
61
61
  }