@vultisig/core-mpc 1.2.5 → 1.2.6
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vultisig/core-mpc",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "MPC, keysign, and vault types shared across Vultisig clients",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
"@noble/hashes": "^1.8.0",
|
|
970
970
|
"@solana/web3.js": "^1.98.4",
|
|
971
971
|
"@trustwallet/wallet-core": "^4.6.7",
|
|
972
|
-
"@vultisig/core-chain": "1.5.
|
|
972
|
+
"@vultisig/core-chain": "1.5.3",
|
|
973
973
|
"@vultisig/core-config": "0.9.1",
|
|
974
974
|
"@vultisig/lib-dkls": "0.9.0",
|
|
975
975
|
"@vultisig/lib-mldsa": "0.9.0",
|