@metamask-previews/multichain-api-middleware 4.0.2-preview-4165cebcf → 4.0.3-preview-264a60683
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.
- package/CHANGELOG.md +6 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.0.3]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/network-controller` from `^35.0.0` to `^
|
|
13
|
-
- Bump `@metamask/accounts-controller` from `^39.0.6` to `^39.1.
|
|
14
|
+
- Bump `@metamask/network-controller` from `^35.0.0` to `^36.0.0` ([#9758](https://github.com/MetaMask/core/pull/9758), [#9969](https://github.com/MetaMask/core/pull/9969))
|
|
15
|
+
- Bump `@metamask/accounts-controller` from `^39.0.6` to `^39.1.1` ([#9791](https://github.com/MetaMask/core/pull/9791), [#9807](https://github.com/MetaMask/core/pull/9807), [#9969](https://github.com/MetaMask/core/pull/9969))
|
|
14
16
|
|
|
15
17
|
## [4.0.2]
|
|
16
18
|
|
|
@@ -288,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
288
290
|
|
|
289
291
|
- Initial release
|
|
290
292
|
|
|
291
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.
|
|
293
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.3...HEAD
|
|
294
|
+
[4.0.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.2...@metamask/multichain-api-middleware@4.0.3
|
|
292
295
|
[4.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.1...@metamask/multichain-api-middleware@4.0.2
|
|
293
296
|
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.0...@metamask/multichain-api-middleware@4.0.1
|
|
294
297
|
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.5...@metamask/multichain-api-middleware@4.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-api-middleware",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3-preview-264a60683",
|
|
4
4
|
"description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@metamask/accounts-controller": "^39.1.
|
|
56
|
+
"@metamask/accounts-controller": "^39.1.1",
|
|
57
57
|
"@metamask/api-specs": "^0.15.0",
|
|
58
58
|
"@metamask/chain-agnostic-permission": "^1.7.0",
|
|
59
59
|
"@metamask/controller-utils": "^12.3.0",
|
|
60
60
|
"@metamask/json-rpc-engine": "^10.5.0",
|
|
61
|
-
"@metamask/network-controller": "^
|
|
61
|
+
"@metamask/network-controller": "^36.0.0",
|
|
62
62
|
"@metamask/permission-controller": "^13.1.1",
|
|
63
63
|
"@metamask/rpc-errors": "^7.0.2",
|
|
64
64
|
"@metamask/snaps-controllers": "^19.0.0",
|