@metamask/multichain-network-controller 3.0.1 → 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 +18 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -7,6 +7,21 @@ 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
+
18
+ ## [3.0.2]
19
+
20
+ ### Changed
21
+
22
+ - Bump `@metamask/accounts-controller` from `^35.0.1` to `^35.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
23
+ - Bump `@metamask/network-controller` from `^28.0.0` to `^29.0.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
24
+
10
25
  ## [3.0.1]
11
26
 
12
27
  ### Changed
@@ -210,7 +225,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210
225
  - Handle both EVM and non-EVM network and account switching for the associated network.
211
226
  - Act as a proxy for the `NetworkController` (for EVM network changes).
212
227
 
213
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.1...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
230
+ [3.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.1...@metamask/multichain-network-controller@3.0.2
214
231
  [3.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.0...@metamask/multichain-network-controller@3.0.1
215
232
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@2.0.0...@metamask/multichain-network-controller@3.0.0
216
233
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@1.0.2...@metamask/multichain-network-controller@2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/multichain-network-controller",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "Multichain network controller",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,13 +48,13 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/accounts-controller": "^35.0.1",
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
- "@metamask/network-controller": "^28.0.0",
57
+ "@metamask/network-controller": "^29.0.0",
58
58
  "@metamask/superstruct": "^3.1.0",
59
59
  "@metamask/utils": "^11.9.0",
60
60
  "@solana/addresses": "^2.0.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
  },