@metamask/multichain-network-controller 3.0.2 → 3.0.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 +10 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^35.0.2` to `^36.0.0` ([#7897](https://github.com/MetaMask/core/pull/7897))
15
+ - Bump `@metamask/keyring-api` from `^21.0.0` to `^21.5.0` ([#7857](https://github.com/MetaMask/core/pull/7857))
16
+ - Bump `@metamask/keyring-internal-api` from `^9.0.0` to `^10.0.0` ([#7857](https://github.com/MetaMask/core/pull/7857))
17
+
10
18
  ## [3.0.2]
11
19
 
12
20
  ### Changed
@@ -217,7 +225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217
225
  - Handle both EVM and non-EVM network and account switching for the associated network.
218
226
  - Act as a proxy for the `NetworkController` (for EVM network changes).
219
227
 
220
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.2...HEAD
228
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.3...HEAD
229
+ [3.0.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.2...@metamask/multichain-network-controller@3.0.3
221
230
  [3.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.1...@metamask/multichain-network-controller@3.0.2
222
231
  [3.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.0...@metamask/multichain-network-controller@3.0.1
223
232
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@2.0.0...@metamask/multichain-network-controller@3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/multichain-network-controller",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Multichain network controller",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,11 +48,11 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/accounts-controller": "^35.0.2",
51
+ "@metamask/accounts-controller": "^36.0.0",
52
52
  "@metamask/base-controller": "^9.0.0",
53
53
  "@metamask/controller-utils": "^11.18.0",
54
- "@metamask/keyring-api": "^21.0.0",
55
- "@metamask/keyring-internal-api": "^9.0.0",
54
+ "@metamask/keyring-api": "^21.5.0",
55
+ "@metamask/keyring-internal-api": "^10.0.0",
56
56
  "@metamask/messenger": "^0.3.0",
57
57
  "@metamask/network-controller": "^29.0.0",
58
58
  "@metamask/superstruct": "^3.1.0",
@@ -62,17 +62,17 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@metamask/auto-changelog": "^3.4.4",
65
- "@metamask/keyring-controller": "^25.0.0",
65
+ "@metamask/keyring-controller": "^25.1.0",
66
66
  "@ts-bridge/cli": "^0.6.4",
67
- "@types/jest": "^27.4.1",
67
+ "@types/jest": "^29.5.14",
68
68
  "@types/lodash": "^4.14.191",
69
69
  "@types/uuid": "^8.3.0",
70
70
  "deepmerge": "^4.2.2",
71
71
  "immer": "^9.0.6",
72
- "jest": "^27.5.1",
72
+ "jest": "^29.7.0",
73
73
  "nock": "^13.3.1",
74
- "ts-jest": "^27.1.4",
75
- "typedoc": "^0.24.8",
74
+ "ts-jest": "^29.2.5",
75
+ "typedoc": "^0.25.13",
76
76
  "typedoc-plugin-missing-exports": "^2.0.0",
77
77
  "typescript": "~5.3.3"
78
78
  },