@vultisig/core-mpc 1.2.18 → 1.2.19

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @vultisig/core-mpc
2
2
 
3
+ ## 1.2.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`72eb200`](https://github.com/vultisig/vultisig-sdk/commit/72eb200ec647a707d1ebdc1f8b6f0f5243780477)]:
8
+ - @vultisig/core-chain@2.2.4
9
+
3
10
  ## 1.2.18
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.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "MPC, keysign, and vault types shared across Vultisig clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -974,7 +974,7 @@
974
974
  "@noble/hashes": "^1.8.0",
975
975
  "@solana/web3.js": "^1.98.4",
976
976
  "@trustwallet/wallet-core": "^4.6.9",
977
- "@vultisig/core-chain": "2.2.3",
977
+ "@vultisig/core-chain": "2.2.4",
978
978
  "@vultisig/core-config": "0.9.1",
979
979
  "@vultisig/lib-dkls": "0.9.0",
980
980
  "@vultisig/lib-mldsa": "0.9.0",