@bitgo-beta/sdk-lib-mpc 8.2.1-alpha.236 → 8.2.1-alpha.238
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 +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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
|
+
## [10.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@10.1.0...@bitgo/sdk-lib-mpc@10.1.2) (2025-03-04)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **root:** replace elliptic with noble/curves/secp256k1 ([50a208d](https://github.com/BitGo/BitGoJS/commit/50a208d68d8b313ccb9b8e638212f61617daf92a))
|
|
11
|
+
- **sdk-lib-mpc:** fix time warp during decrypting comms in MPCv2 ([c060690](https://github.com/BitGo/BitGoJS/commit/c060690105001cb9c532d39461d175b109f11a71))
|
|
12
|
+
|
|
13
|
+
## [10.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@10.1.0...@bitgo/sdk-lib-mpc@10.1.1) (2025-02-26)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **root:** replace elliptic with noble/curves/secp256k1 ([50a208d](https://github.com/BitGo/BitGoJS/commit/50a208d68d8b313ccb9b8e638212f61617daf92a))
|
|
18
|
+
- **sdk-lib-mpc:** fix time warp during decrypting comms in MPCv2 ([c060690](https://github.com/BitGo/BitGoJS/commit/c060690105001cb9c532d39461d175b109f11a71))
|
|
19
|
+
|
|
6
20
|
# [10.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@10.0.1...@bitgo/sdk-lib-mpc@10.1.0) (2024-11-01)
|
|
7
21
|
|
|
8
22
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-lib-mpc",
|
|
3
|
-
"version": "8.2.1-alpha.
|
|
3
|
+
"version": "8.2.1-alpha.238",
|
|
4
4
|
"description": "library functions for BitGo's MPC solution",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"secp256k1": "5.0.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@bitgo-beta/sdk-opensslbytes": "1.0.1-alpha.
|
|
55
|
+
"@bitgo-beta/sdk-opensslbytes": "1.0.1-alpha.102",
|
|
56
56
|
"@silencelaboratories/dkls-wasm-ll-bundler": "1.1.2",
|
|
57
57
|
"@types/lodash": "^4.14.151",
|
|
58
58
|
"@types/node": "^20.11.19",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"optional": true
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "a148f9260fe567e13206553b662163cbecc92880"
|
|
72
72
|
}
|