@bitgo-beta/sdk-lib-mpc 8.2.1-alpha.7 → 8.2.1-alpha.9
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 +6 -0
- package/dist/tsconfig.tsbuildinfo +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
# [8.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@8.4.0...@bitgo/sdk-lib-mpc@8.5.0) (2023-06-13)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **sdk-core:** make paillier proofs mandatory ([4c62dd8](https://github.com/BitGo/BitGoJS/commit/4c62dd8bae41b0a66a4aa840c16f2cdf5abc9997))
|
|
11
|
+
|
|
6
12
|
# [8.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@8.3.1...@bitgo/sdk-lib-mpc@8.4.0) (2023-06-05)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
|
@@ -582,8 +582,8 @@
|
|
|
582
582
|
"affectsGlobalScope": false
|
|
583
583
|
},
|
|
584
584
|
"../../../types/bignumber.js/index.d.ts": {
|
|
585
|
-
"version": "
|
|
586
|
-
"signature": "
|
|
585
|
+
"version": "1cf13a0e412ccde6ac154f59ad8e7c04ec603951a090c7799e107e5aff594c5c",
|
|
586
|
+
"signature": "1cf13a0e412ccde6ac154f59ad8e7c04ec603951a090c7799e107e5aff594c5c",
|
|
587
587
|
"affectsGlobalScope": false
|
|
588
588
|
},
|
|
589
589
|
"../../../types/express/index.d.ts": {
|
|
@@ -597,8 +597,8 @@
|
|
|
597
597
|
"affectsGlobalScope": true
|
|
598
598
|
},
|
|
599
599
|
"../../../types/should-sinon/index.d.ts": {
|
|
600
|
-
"version": "
|
|
601
|
-
"signature": "
|
|
600
|
+
"version": "4de163cf9037509faf9276540c717c0879309ee4e385b5ccfe6de54868d50de1",
|
|
601
|
+
"signature": "4de163cf9037509faf9276540c717c0879309ee4e385b5ccfe6de54868d50de1",
|
|
602
602
|
"affectsGlobalScope": false
|
|
603
603
|
},
|
|
604
604
|
"../../../node_modules/@types/cookiejar/index.d.ts": {
|
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.9",
|
|
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",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"@types/lodash": "^4.14.151",
|
|
49
49
|
"nyc": "^15.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "90bd3e274aecafbd5ac5fe37153e764dfe340e94"
|
|
52
52
|
}
|