@metamask-previews/network-controller 12.1.1-preview.d32a7cc → 12.1.2-preview.04c2e62
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 +7 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [12.1.2]
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump dependency on `@metamask/base-controller` to ^3.2.1
|
|
12
|
+
- Bump dependency on `@metamask/controller-utils` to ^4.3.2
|
|
13
|
+
|
|
9
14
|
## [12.1.1]
|
|
10
15
|
### Added
|
|
11
16
|
- Added an export for NetworkClientId in NetworkController ([#1583](https://github.com/MetaMask/core/pull/1583))
|
|
@@ -240,7 +245,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
240
245
|
|
|
241
246
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
242
247
|
|
|
243
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.
|
|
248
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.2...HEAD
|
|
249
|
+
[12.1.2]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.1...@metamask/network-controller@12.1.2
|
|
244
250
|
[12.1.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.0...@metamask/network-controller@12.1.1
|
|
245
251
|
[12.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.0.0...@metamask/network-controller@12.1.0
|
|
246
252
|
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@11.0.0...@metamask/network-controller@12.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-controller",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.2-preview.04c2e62",
|
|
4
4
|
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"test:watch": "jest --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@metamask
|
|
32
|
-
"@metamask
|
|
31
|
+
"@metamask/base-controller": "^3.2.1",
|
|
32
|
+
"@metamask/controller-utils": "^4.3.2",
|
|
33
33
|
"@metamask/eth-json-rpc-infura": "^8.1.1",
|
|
34
34
|
"@metamask/eth-json-rpc-middleware": "^11.0.0",
|
|
35
35
|
"@metamask/eth-json-rpc-provider": "^1.0.0",
|