@bitgo-beta/sdk-coin-sui 3.0.3-beta.457 → 3.0.3-beta.458
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.
- package/CHANGELOG.md +10 -0
- 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.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.5.0...@bitgo/sdk-coin-sui@5.6.0) (2024-08-27)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **sdk-coin-sui:** remove keychain check from isWalletAddress() ([1e95878](https://github.com/BitGo/BitGoJS/commit/1e958786d63bef94bdc3f964b91b6cf76d33beda))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **sdk-coin-sui:** support seed based MPC addresses ([9e1830a](https://github.com/BitGo/BitGoJS/commit/9e1830a6cbebf16b781b4c8e6f5f905b2b9b75fe))
|
|
15
|
+
|
|
6
16
|
# [5.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@5.4.0...@bitgo/sdk-coin-sui@5.5.0) (2024-08-20)
|
|
7
17
|
|
|
8
18
|
### 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.
|
|
3
|
+
"version": "3.0.3-beta.458",
|
|
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.
|
|
44
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
45
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
46
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/blake2b": "3.0.4-beta.698",
|
|
44
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.461",
|
|
45
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.453",
|
|
46
|
+
"@bitgo-beta/statics": "15.1.1-beta.464",
|
|
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.
|
|
57
|
-
"@bitgo-beta/sdk-test": "^8.0.
|
|
56
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.460",
|
|
57
|
+
"@bitgo-beta/sdk-test": "^8.0.37",
|
|
58
58
|
"@types/lodash": "^4.14.183",
|
|
59
59
|
"axios": "^1.4.0",
|
|
60
60
|
"debug": "^4.3.4"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "ceb6ee063dcdb2c56ba4dfe1674d20c4777e518f"
|
|
63
63
|
}
|