@bitgo-beta/sdk-coin-sui 3.0.3-beta.867 → 3.0.3-beta.868

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 +10 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.13.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.7...@bitgo/sdk-coin-sui@5.13.8) (2025-05-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-sui:** walrus request withdraw stake should have empty outputs ([9a33311](https://github.com/BitGo/BitGoJS/commit/9a33311dd90c1286e9084b90fa9c7c62fc71a4d5))
11
+
12
+ ### Reverts
13
+
14
+ - Revert "fix(sdk-coin-sui): walrus request withdraw stake should have empty inputs and outputs" ([4bf582c](https://github.com/BitGo/BitGoJS/commit/4bf582c859f00d74620ce199c5afe85224cf038a))
15
+
6
16
  ## [5.13.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.13.6...@bitgo/sdk-coin-sui@5.13.7) (2025-04-29)
7
17
 
8
18
  **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.867",
3
+ "version": "3.0.3-beta.868",
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.1111",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.873",
45
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.865",
46
- "@bitgo-beta/statics": "15.1.1-beta.876",
43
+ "@bitgo-beta/blake2b": "3.0.4-beta.1112",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.874",
45
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.866",
46
+ "@bitgo-beta/statics": "15.1.1-beta.877",
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.872",
57
- "@bitgo-beta/sdk-test": "^8.0.83",
56
+ "@bitgo-beta/sdk-api": "1.10.1-beta.873",
57
+ "@bitgo-beta/sdk-test": "^8.0.84",
58
58
  "@types/lodash": "^4.14.183",
59
59
  "axios": "^1.4.0",
60
60
  "debug": "^4.3.4"
61
61
  },
62
- "gitHead": "ad8c5e1e5d7c517d45e02b8d30e65695e51bf504"
62
+ "gitHead": "3a8bc2839b420f2fe1e9151f1f3b51eb532c8fcf"
63
63
  }