@vultisig/core-mpc 1.2.21 → 1.2.22

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.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c3881e5`](https://github.com/vultisig/vultisig-sdk/commit/c3881e549e5678e8806eba5defb2d2d6eefc2cc5)]:
8
+ - @vultisig/core-chain@2.3.1
9
+
3
10
  ## 1.2.21
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.21",
3
+ "version": "1.2.22",
4
4
  "description": "MPC, keysign, and vault types shared across Vultisig clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -984,7 +984,7 @@
984
984
  "@noble/hashes": "^1.8.0",
985
985
  "@solana/web3.js": "^1.98.4",
986
986
  "@trustwallet/wallet-core": "^4.6.9",
987
- "@vultisig/core-chain": "2.3.0",
987
+ "@vultisig/core-chain": "2.3.1",
988
988
  "@vultisig/core-config": "0.9.1",
989
989
  "@vultisig/lib-dkls": "0.9.0",
990
990
  "@vultisig/lib-mldsa": "0.9.0",