@metamask/multichain-api-middleware 1.2.6 → 1.2.7
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 +11 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.2.7]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^29.0.0` to `^30.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
15
|
+
- Bump `@metamask/json-rpc-engine` from `^10.2.1` to `^10.2.2` ([#7856](https://github.com/MetaMask/core/pull/7856))
|
|
16
|
+
- Bump `@metamask/multichain-transactions-controller` from `7.0.0` to `7.0.1` ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
17
|
+
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
18
|
+
|
|
10
19
|
## [1.2.6]
|
|
11
20
|
|
|
12
21
|
### Changed
|
|
@@ -151,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
151
160
|
|
|
152
161
|
- Initial release
|
|
153
162
|
|
|
154
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.
|
|
163
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.7...HEAD
|
|
164
|
+
[1.2.7]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.6...@metamask/multichain-api-middleware@1.2.7
|
|
155
165
|
[1.2.6]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.5...@metamask/multichain-api-middleware@1.2.6
|
|
156
166
|
[1.2.5]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.4...@metamask/multichain-api-middleware@1.2.5
|
|
157
167
|
[1.2.4]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.3...@metamask/multichain-api-middleware@1.2.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/multichain-api-middleware",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@metamask/api-specs": "^0.14.0",
|
|
52
52
|
"@metamask/chain-agnostic-permission": "^1.4.0",
|
|
53
|
-
"@metamask/controller-utils": "^11.
|
|
54
|
-
"@metamask/json-rpc-engine": "^10.2.
|
|
55
|
-
"@metamask/network-controller": "^
|
|
53
|
+
"@metamask/controller-utils": "^11.19.0",
|
|
54
|
+
"@metamask/json-rpc-engine": "^10.2.2",
|
|
55
|
+
"@metamask/network-controller": "^30.0.0",
|
|
56
56
|
"@metamask/permission-controller": "^12.2.0",
|
|
57
57
|
"@metamask/rpc-errors": "^7.0.2",
|
|
58
58
|
"@metamask/utils": "^11.9.0",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@metamask/auto-changelog": "^3.4.4",
|
|
65
65
|
"@metamask/eth-json-rpc-filters": "^9.0.0",
|
|
66
|
-
"@metamask/multichain-transactions-controller": "^7.0.
|
|
66
|
+
"@metamask/multichain-transactions-controller": "^7.0.1",
|
|
67
67
|
"@metamask/safe-event-emitter": "^3.0.0",
|
|
68
68
|
"@ts-bridge/cli": "^0.6.4",
|
|
69
|
-
"@types/jest": "^
|
|
69
|
+
"@types/jest": "^29.5.14",
|
|
70
70
|
"deepmerge": "^4.2.2",
|
|
71
|
-
"jest": "^
|
|
72
|
-
"ts-jest": "^
|
|
73
|
-
"typedoc": "^0.
|
|
71
|
+
"jest": "^29.7.0",
|
|
72
|
+
"ts-jest": "^29.2.5",
|
|
73
|
+
"typedoc": "^0.25.13",
|
|
74
74
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
75
75
|
"typescript": "~5.3.3"
|
|
76
76
|
},
|