@bitgo-beta/sdk-coin-sui 3.0.3-beta.710 → 3.0.3-beta.712

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 +11 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ # [5.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.10.0...@bitgo/sdk-coin-sui@5.11.0) (2025-02-19)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-sui:** add exports for wal unstaking ([5a32ceb](https://github.com/BitGo/BitGoJS/commit/5a32cebabc1449cc01d26dd0ae0902dc338016b8))
11
+ - **sdk-coin-sui:** update transaction explanation switch statement ([0b6dde2](https://github.com/BitGo/BitGoJS/commit/0b6dde21ed1eda1388ba87717e07e50ba5e61e48))
12
+
13
+ ### Features
14
+
15
+ - **sdk-coin-sui:** update package id ([afa60ee](https://github.com/BitGo/BitGoJS/commit/afa60ee801ff1243a9010a3b57c7693de355eb97))
16
+
6
17
  # [5.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.9.0...@bitgo/sdk-coin-sui@5.10.0) (2025-02-11)
7
18
 
8
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-sui",
3
- "version": "3.0.3-beta.710",
3
+ "version": "3.0.3-beta.712",
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,10 +40,10 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/blake2b": "3.0.4-beta.952",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.715",
45
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.707",
46
- "@bitgo-beta/statics": "15.1.1-beta.718",
43
+ "@bitgo-beta/blake2b": "3.0.4-beta.954",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.717",
45
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.709",
46
+ "@bitgo-beta/statics": "15.1.1-beta.720",
47
47
  "@mysten/bcs": "^0.7.0",
48
48
  "bignumber.js": "^9.0.0",
49
49
  "bs58": "^4.0.1",
@@ -53,11 +53,11 @@
53
53
  "tweetnacl": "^1.0.3"
54
54
  },
55
55
  "devDependencies": {
56
- "@bitgo-beta/sdk-api": "1.10.1-beta.714",
57
- "@bitgo-beta/sdk-test": "^8.0.70",
56
+ "@bitgo-beta/sdk-api": "1.10.1-beta.716",
57
+ "@bitgo-beta/sdk-test": "^8.0.71",
58
58
  "@types/lodash": "^4.14.183",
59
59
  "axios": "^1.4.0",
60
60
  "debug": "^4.3.4"
61
61
  },
62
- "gitHead": "2bba22ce8e67b0b78f73a254f6bb16326aa73e85"
62
+ "gitHead": "bd26ae41d16df63b0fa3ad50122b876aeeb94256"
63
63
  }