@bitgo-beta/sdk-core 8.2.1-beta.638 → 8.2.1-beta.639
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 +7 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
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.19.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@28.19.0...@bitgo/sdk-core@28.19.1) (2025-01-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **deps:** bump public-types library ([e8679cd](https://github.com/BitGo/BitGoJS/commit/e8679cd5cccd367d26946f2ab14b82a567e39107))
|
|
11
|
+
- **root:** add retry mechanism for MPC sendSignatureShareV2 ([ef520da](https://github.com/BitGo/BitGoJS/commit/ef520da47bc84090b4401c5b672f4711835de60c))
|
|
12
|
+
|
|
6
13
|
# [28.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@28.18.0...@bitgo/sdk-core@28.19.0) (2025-01-09)
|
|
7
14
|
|
|
8
15
|
### Features
|
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.639",
|
|
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.879",
|
|
41
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.631",
|
|
42
|
+
"@bitgo-beta/sjcl": "1.0.2-beta.877",
|
|
43
|
+
"@bitgo-beta/statics": "15.1.1-beta.642",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.640",
|
|
45
45
|
"@bitgo/public-types": "4.9.2",
|
|
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.192",
|
|
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": "d74ca502f4df2e5977960e285bc8c4d86644270c"
|
|
86
86
|
}
|