@vultisig/core-mpc 1.16.0 → 1.16.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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @vultisig/core-mpc
2
2
 
3
+ ## 1.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`413423b`](https://github.com/vultisig/vultisig-sdk/commit/413423b70655e6e4d7faf9cb9f10b63f601e42dc)]:
8
+ - @vultisig/core-chain@2.31.1
9
+
3
10
  ## 1.16.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.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "MPC, keysign, and vault types shared across Vultisig clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1079,7 +1079,7 @@
1079
1079
  "@noble/hashes": "^1.8.0",
1080
1080
  "@solana/web3.js": "^1.98.4",
1081
1081
  "@trustwallet/wallet-core": "^4.7.0",
1082
- "@vultisig/core-chain": "2.31.0",
1082
+ "@vultisig/core-chain": "2.31.1",
1083
1083
  "@vultisig/core-config": "0.9.1",
1084
1084
  "@vultisig/lib-dkls": "0.9.0",
1085
1085
  "@vultisig/lib-mldsa": "0.9.0",
@@ -1091,6 +1091,6 @@
1091
1091
  "buffer": "^6.0.3",
1092
1092
  "cosmjs-types": "^0.11.0",
1093
1093
  "long": "^5.3.2",
1094
- "viem": "^2.53.1"
1094
+ "viem": "^2.55.10"
1095
1095
  }
1096
1096
  }