@bitgo/sdk-coin-hbar 1.1.0 → 1.3.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 +18 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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-hbar@1.0.1-rc.3...@bitgo/sdk-coin-hbar@1.3.0) (2022-10-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **sdk-coin-hbar:** verify transaction should work without token name specified ([e83164a](https://github.com/BitGo/BitGoJS/commit/e83164a1dbc2ca267b0112a14bb2989797830258))
12
+
13
+
14
+ ### Features
15
+
16
+ * **sdk-coin-hbar:** hbar verifyTransaction ([0c12750](https://github.com/BitGo/BitGoJS/commit/0c12750816a5168bf92467adb0c963facb95d5be))
17
+ * **sdk-coin-sol:** sol token multi ata init ([736318f](https://github.com/BitGo/BitGoJS/commit/736318fff36f074fa841b97f3bc0c8cd95fae001))
18
+ * **sdk-core:** add specialized enable token functions ([3e60cef](https://github.com/BitGo/BitGoJS/commit/3e60cef71a0ae76b378356508338738eac49a920))
19
+
20
+
21
+
22
+
23
+
6
24
  ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.0.1-rc.3...@bitgo/sdk-coin-hbar@1.0.1) (2022-07-19)
7
25
 
8
26
  **Note:** Version bump only for package @bitgo/sdk-coin-hbar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-hbar",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
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/sdk-coin-algo": "^1.1.2",
44
- "@bitgo/sdk-core": "^2.0.0",
45
- "@bitgo/statics": "^8.0.0",
43
+ "@bitgo/sdk-coin-algo": "^1.3.0",
44
+ "@bitgo/sdk-core": "^2.2.0",
45
+ "@bitgo/statics": "^8.2.0",
46
46
  "@hashgraph/proto": "2.0.1-beta.2",
47
47
  "@hashgraph/sdk": "~2.3.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/sdk-api": "^1.2.0",
58
- "@bitgo/sdk-test": "^1.0.3"
57
+ "@bitgo/sdk-api": "^1.4.0",
58
+ "@bitgo/sdk-test": "^1.2.0"
59
59
  },
60
- "gitHead": "973b70186d9ad51404b2852a83fac25a28ac692e"
60
+ "gitHead": "67defd215541542539a60cc2ba747bf2fc53889c"
61
61
  }