@vultisig/core-mpc 1.8.2 → 1.8.3

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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @vultisig/core-mpc
2
2
 
3
+ ## 1.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`0f350ff`](https://github.com/vultisig/vultisig-sdk/commit/0f350ff128a42764950e71b4c156907ec59a3c37), [`6f53d2c`](https://github.com/vultisig/vultisig-sdk/commit/6f53d2cb3d1a56ff9377cc32c7c6f4e750fe8f21), [`b51902b`](https://github.com/vultisig/vultisig-sdk/commit/b51902bc08045e3977116565e430c1454d0ba607)]:
8
+ - @vultisig/core-chain@2.17.6
9
+ - @vultisig/lib-utils@0.10.2
10
+
3
11
  ## 1.8.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/core-mpc",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "MPC, keysign, and vault types shared across Vultisig clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1010,16 +1010,16 @@
1010
1010
  "7z-wasm": "^1.2.0",
1011
1011
  "@bufbuild/protobuf": "^2.12.0",
1012
1012
  "@cosmjs/encoding": "^0.39.0",
1013
- "@mysten/sui": "^2.17.0",
1013
+ "@mysten/sui": "^2.19.0",
1014
1014
  "@noble/hashes": "^1.8.0",
1015
1015
  "@solana/web3.js": "^1.98.4",
1016
- "@trustwallet/wallet-core": "^4.6.13",
1017
- "@vultisig/core-chain": "2.17.5",
1016
+ "@trustwallet/wallet-core": "^4.6.15",
1017
+ "@vultisig/core-chain": "2.17.6",
1018
1018
  "@vultisig/core-config": "0.9.1",
1019
1019
  "@vultisig/lib-dkls": "0.9.0",
1020
1020
  "@vultisig/lib-mldsa": "0.9.0",
1021
1021
  "@vultisig/lib-schnorr": "0.9.0",
1022
- "@vultisig/lib-utils": "0.10.1",
1022
+ "@vultisig/lib-utils": "0.10.2",
1023
1023
  "@vultisig/mpc-types": "0.2.3",
1024
1024
  "bitcoinjs-lib": "^7.0.1",
1025
1025
  "bs58": "^6.0.0",