@vultisig/core-mpc 1.8.13 → 1.8.15

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 +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @vultisig/core-mpc
2
2
 
3
+ ## 1.8.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6302825`](https://github.com/vultisig/vultisig-sdk/commit/63028250c7a17bf165046f0bb0c2263354dab66a)]:
8
+ - @vultisig/lib-utils@0.10.4
9
+ - @vultisig/core-chain@2.22.1
10
+
11
+ ## 1.8.14
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`17fcbc0`](https://github.com/vultisig/vultisig-sdk/commit/17fcbc0acf983959be7faaf4ab789b4268a83c31), [`4941508`](https://github.com/vultisig/vultisig-sdk/commit/4941508f5002e1251b5cc1cbc08ed0ebc379646a)]:
16
+ - @vultisig/core-chain@2.22.0
17
+
3
18
  ## 1.8.13
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/core-mpc",
3
- "version": "1.8.13",
3
+ "version": "1.8.15",
4
4
  "description": "MPC, keysign, and vault types shared across Vultisig clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1024,12 +1024,12 @@
1024
1024
  "@noble/hashes": "^1.8.0",
1025
1025
  "@solana/web3.js": "^1.98.4",
1026
1026
  "@trustwallet/wallet-core": "^4.6.15",
1027
- "@vultisig/core-chain": "2.21.0",
1027
+ "@vultisig/core-chain": "2.22.1",
1028
1028
  "@vultisig/core-config": "0.9.1",
1029
1029
  "@vultisig/lib-dkls": "0.9.0",
1030
1030
  "@vultisig/lib-mldsa": "0.9.0",
1031
1031
  "@vultisig/lib-schnorr": "0.9.0",
1032
- "@vultisig/lib-utils": "0.10.3",
1032
+ "@vultisig/lib-utils": "0.10.4",
1033
1033
  "@vultisig/mpc-types": "0.2.3",
1034
1034
  "bitcoinjs-lib": "^7.0.1",
1035
1035
  "bs58": "^6.0.0",