@bitgo-beta/sdk-coin-sui 3.0.3-beta.22 → 3.0.3-beta.24

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 +28 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,34 @@
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
+ ## [3.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.6...@bitgo/sdk-coin-sui@3.0.7) (2023-06-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-sui:** add src/lib/mystenlab to .prettierignore ([a90139b](https://github.com/BitGo/BitGoJS/commit/a90139ba7fe07129a1eaa63531c9a61ac23a6759))
11
+
12
+ ## [3.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.5...@bitgo/sdk-coin-sui@3.0.6) (2023-05-25)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **sdk-coin-sui:** fix amount parsing ([b7e2b40](https://github.com/BitGo/BitGoJS/commit/b7e2b40711161a9f9fe739bcb71f5af00da2c689))
17
+ - **sdk-coin-sui:** fix large transaction ([050f66d](https://github.com/BitGo/BitGoJS/commit/050f66d58e4ad15f16ba94a6d9cc07d4e0ea19c6))
18
+ - **sdk-coin-sui:** fix split transaction ([a46eaff](https://github.com/BitGo/BitGoJS/commit/a46eaffc48506ba568e4c36237e874c32b5a0a24))
19
+
20
+ ## [3.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.4...@bitgo/sdk-coin-sui@3.0.5) (2023-05-17)
21
+
22
+ ### Bug Fixes
23
+
24
+ - **sdk-coin-sui:** support split coin ([cf34f73](https://github.com/BitGo/BitGoJS/commit/cf34f7391d47080ca0427a3bc62173afc0102f12))
25
+
26
+ ## [3.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.3...@bitgo/sdk-coin-sui@3.0.4) (2023-05-10)
27
+
28
+ **Note:** Version bump only for package @bitgo/sdk-coin-sui
29
+
30
+ ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.2...@bitgo/sdk-coin-sui@3.0.3) (2023-05-03)
31
+
32
+ **Note:** Version bump only for package @bitgo/sdk-coin-sui
33
+
6
34
  ## [3.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@3.0.1...@bitgo/sdk-coin-sui@3.0.2) (2023-04-25)
7
35
 
8
36
  **Note:** Version bump only for package @bitgo/sdk-coin-sui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-sui",
3
- "version": "3.0.3-beta.22",
3
+ "version": "3.0.3-beta.24",
4
4
  "description": "BitGo SDK coin library for Sui",
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/blake2b": "3.0.4-beta.258",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.22",
45
- "@bitgo-beta/statics": "15.1.1-beta.23",
43
+ "@bitgo-beta/blake2b": "3.0.4-beta.260",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.24",
45
+ "@bitgo-beta/statics": "15.1.1-beta.25",
46
46
  "@mysten/bcs": "^0.7.0",
47
47
  "bignumber.js": "^9.0.0",
48
48
  "bs58": "^4.0.1",
@@ -51,9 +51,9 @@
51
51
  "tweetnacl": "^1.0.3"
52
52
  },
53
53
  "devDependencies": {
54
- "@bitgo-beta/sdk-api": "1.10.1-beta.22",
55
- "@bitgo-beta/sdk-test": "^1.2.18",
54
+ "@bitgo-beta/sdk-api": "1.10.1-beta.24",
55
+ "@bitgo-beta/sdk-test": "^1.2.23",
56
56
  "@types/lodash": "^4.14.183"
57
57
  },
58
- "gitHead": "9618e3d43af2431a21e07eebda05e00717d6ce47"
58
+ "gitHead": "0e1ca199eb7548166f6f8c94ff71b43d62d99b7f"
59
59
  }