@bitgo-beta/sdk-lib-mpc 8.2.1-alpha.150 → 8.2.1-alpha.151
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 +0 -15
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,21 +3,6 @@
|
|
|
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.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@9.11.0...@bitgo/sdk-lib-mpc@10.0.0) (2024-08-20)
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
- move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
|
|
11
|
-
|
|
12
|
-
### BREAKING CHANGES
|
|
13
|
-
|
|
14
|
-
- clients using challenge
|
|
15
|
-
generation & TSS Recovery functions must now
|
|
16
|
-
install @bitgo/sdk-opensslbytes separately &
|
|
17
|
-
provide the openSSLBytes WASM themselves.
|
|
18
|
-
|
|
19
|
-
Ticket: CE-4329
|
|
20
|
-
|
|
21
6
|
# [9.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@9.10.2...@bitgo/sdk-lib-mpc@9.11.0) (2024-08-07)
|
|
22
7
|
|
|
23
8
|
### Bug Fixes
|
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.151",
|
|
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.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@bitgo-beta/sdk-opensslbytes": "1.0.1-alpha.
|
|
55
|
+
"@bitgo-beta/sdk-opensslbytes": "1.0.1-alpha.15",
|
|
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": "1ffc513ed3d6a57deb937cc0e6df440962e48039"
|
|
72
72
|
}
|