@vultisig/core-mpc 1.3.12 → 1.3.13
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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @vultisig/core-mpc
|
|
2
2
|
|
|
3
|
+
## 1.3.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e9c4997`](https://github.com/vultisig/vultisig-sdk/commit/e9c4997bae3a499785295b76dbc956807cc704f5)]:
|
|
8
|
+
- @vultisig/core-chain@2.12.0
|
|
9
|
+
|
|
3
10
|
## 1.3.12
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vultisig/core-mpc",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.13",
|
|
4
4
|
"description": "MPC, keysign, and vault types shared across Vultisig clients",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
"@noble/hashes": "^1.8.0",
|
|
1000
1000
|
"@solana/web3.js": "^1.98.4",
|
|
1001
1001
|
"@trustwallet/wallet-core": "^4.6.13",
|
|
1002
|
-
"@vultisig/core-chain": "2.
|
|
1002
|
+
"@vultisig/core-chain": "2.12.0",
|
|
1003
1003
|
"@vultisig/core-config": "0.9.1",
|
|
1004
1004
|
"@vultisig/lib-dkls": "0.9.0",
|
|
1005
1005
|
"@vultisig/lib-mldsa": "0.9.0",
|