@vultisig/core-mpc 1.4.0 → 1.4.2

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @vultisig/core-mpc
2
2
 
3
+ ## 1.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#683](https://github.com/vultisig/vultisig-sdk/pull/683) [`4561129`](https://github.com/vultisig/vultisig-sdk/commit/45611297a55da72d3c56b1a2ffe6522da1b64d7b) Thanks [@rcoderdev](https://github.com/rcoderdev)! - Update SDK package dependencies and Yarn tooling.
8
+
9
+ - Updated dependencies [[`4561129`](https://github.com/vultisig/vultisig-sdk/commit/45611297a55da72d3c56b1a2ffe6522da1b64d7b)]:
10
+ - @vultisig/core-chain@2.14.1
11
+
12
+ ## 1.4.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`7572dc0`](https://github.com/vultisig/vultisig-sdk/commit/7572dc0e7fa785453e36a419d678f8a1bf17c8b5)]:
17
+ - @vultisig/core-chain@2.14.0
18
+
3
19
  ## 1.4.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vultisig/core-mpc",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "MPC, keysign, and vault types shared across Vultisig clients",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -998,13 +998,13 @@
998
998
  },
999
999
  "dependencies": {
1000
1000
  "7z-wasm": "^1.2.0",
1001
- "@bufbuild/protobuf": "^2.11.0",
1001
+ "@bufbuild/protobuf": "^2.12.0",
1002
1002
  "@cosmjs/encoding": "^0.39.0",
1003
1003
  "@mysten/sui": "^2.17.0",
1004
1004
  "@noble/hashes": "^1.8.0",
1005
1005
  "@solana/web3.js": "^1.98.4",
1006
1006
  "@trustwallet/wallet-core": "^4.6.13",
1007
- "@vultisig/core-chain": "2.13.0",
1007
+ "@vultisig/core-chain": "2.14.1",
1008
1008
  "@vultisig/core-config": "0.9.1",
1009
1009
  "@vultisig/lib-dkls": "0.9.0",
1010
1010
  "@vultisig/lib-mldsa": "0.9.0",
@@ -1016,6 +1016,6 @@
1016
1016
  "buffer": "^6.0.3",
1017
1017
  "cosmjs-types": "^0.11.0",
1018
1018
  "long": "^5.3.2",
1019
- "viem": "^2.51.0"
1019
+ "viem": "^2.52.2"
1020
1020
  }
1021
1021
  }