@bitgo-beta/sdk-core 8.2.1-beta.630 → 8.2.1-beta.631
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 +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
# [28.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@28.17.2...@bitgo/sdk-core@28.18.0) (2025-01-03)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- allow locktime as build param ([b433fc0](https://github.com/BitGo/BitGoJS/commit/b433fc007b5c20c23d3bd63cec1dc55fef5a2318))
|
|
11
|
+
- **sdk-core:** fix btc unstaking signing ([25160fb](https://github.com/BitGo/BitGoJS/commit/25160fb7ec6b96c680432906230c9903a22ccb51))
|
|
12
|
+
- **sdk-core:** improve createUserKeychain ([8f429c1](https://github.com/BitGo/BitGoJS/commit/8f429c121940a1d827f2eb53bdbcf5dd1df03929))
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **sdk-core:** enable token enablements for multisig backing wallets ([db1d35d](https://github.com/BitGo/BitGoJS/commit/db1d35d134d8b4eec68d4b8fac7db9a087cb3714))
|
|
17
|
+
|
|
6
18
|
## [28.17.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@28.17.1...@bitgo/sdk-core@28.17.2) (2024-12-24)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @bitgo/sdk-core
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-core",
|
|
3
|
-
"version": "8.2.1-beta.
|
|
3
|
+
"version": "8.2.1-beta.631",
|
|
4
4
|
"description": "core library functions for BitGoJS",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@bitgo-beta/bls-dkg": "1.1.1-beta.
|
|
41
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
42
|
-
"@bitgo-beta/sjcl": "1.0.2-beta.
|
|
43
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
44
|
-
"@bitgo-beta/utxo-lib": "8.0.3-beta.
|
|
40
|
+
"@bitgo-beta/bls-dkg": "1.1.1-beta.871",
|
|
41
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.623",
|
|
42
|
+
"@bitgo-beta/sjcl": "1.0.2-beta.869",
|
|
43
|
+
"@bitgo-beta/statics": "15.1.1-beta.634",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.632",
|
|
45
45
|
"@bitgo/public-types": "3.6.0",
|
|
46
46
|
"@noble/secp256k1": "1.6.3",
|
|
47
47
|
"@stablelib/hex": "^1.0.0",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"uuid": "^8.3.2"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@bitgo-beta/sdk-opensslbytes": "1.0.0-beta.
|
|
79
|
+
"@bitgo-beta/sdk-opensslbytes": "1.0.0-beta.184",
|
|
80
80
|
"@openpgp/web-stream-tools": "0.0.14",
|
|
81
81
|
"@types/keccak": "^3.0.5",
|
|
82
82
|
"@types/lodash": "^4.14.151",
|
|
83
83
|
"nyc": "^15.0.0"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "ccccce9710ff0765a2075520cc995ed790ff3280"
|
|
86
86
|
}
|