@vultisig/core-mpc 1.3.0 → 1.3.1

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.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`47860fc`](https://github.com/vultisig/vultisig-sdk/commit/47860fcc6a1fa3600c20b529d29af98d56cbc5b4)]:
8
+ - @vultisig/core-chain@2.4.1
9
+
3
10
  ## 1.3.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/core-mpc",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "MPC, keysign, and vault types shared across Vultisig clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -994,7 +994,7 @@
994
994
  "@noble/hashes": "^1.8.0",
995
995
  "@solana/web3.js": "^1.98.4",
996
996
  "@trustwallet/wallet-core": "^4.6.9",
997
- "@vultisig/core-chain": "2.4.0",
997
+ "@vultisig/core-chain": "2.4.1",
998
998
  "@vultisig/core-config": "0.9.1",
999
999
  "@vultisig/lib-dkls": "0.9.0",
1000
1000
  "@vultisig/lib-mldsa": "0.9.0",