@bitgo/sdk-coin-sui 4.21.0 → 4.22.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 +15 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
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
+ # [4.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.22.0) (2024-01-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
11
+ - **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49))
12
+ - **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140))
13
+
14
+ ### Features
15
+
16
+ - **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf))
17
+ - **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394))
18
+ - **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c))
19
+ - **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf))
20
+
6
21
  # [4.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.21.0) (2024-01-26)
7
22
 
8
23
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-sui",
3
- "version": "4.21.0",
3
+ "version": "4.22.0",
4
4
  "description": "BitGo SDK coin library for Sui",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -41,9 +41,9 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@bitgo/blake2b": "^3.2.4",
44
- "@bitgo/sdk-core": "^24.0.0",
45
- "@bitgo/sdk-lib-mpc": "^8.31.0",
46
- "@bitgo/statics": "^45.0.0",
44
+ "@bitgo/sdk-core": "^25.0.0",
45
+ "@bitgo/sdk-lib-mpc": "^8.32.0",
46
+ "@bitgo/statics": "^46.0.0",
47
47
  "@mysten/bcs": "^0.7.0",
48
48
  "bignumber.js": "^9.0.0",
49
49
  "bs58": "^4.0.1",
@@ -52,11 +52,11 @@
52
52
  "tweetnacl": "^1.0.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@bitgo/sdk-api": "^1.40.0",
56
- "@bitgo/sdk-test": "^6.0.0",
55
+ "@bitgo/sdk-api": "^1.41.0",
56
+ "@bitgo/sdk-test": "^7.0.0",
57
57
  "@types/lodash": "^4.14.183",
58
58
  "axios": "^1.4.0",
59
59
  "debug": "^4.3.4"
60
60
  },
61
- "gitHead": "a8d271c9afa1c72db6bf89ad34aa3f9829776935"
61
+ "gitHead": "4e525ea03ab9419026245180f1f808a50b47eff6"
62
62
  }