@metamask-previews/ens-controller 19.1.5-preview-a42e8d0d2 → 19.1.6-preview-d2f661012
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [19.1.6]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
|
|
15
|
+
- Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
13
16
|
|
|
14
17
|
## [19.1.5]
|
|
15
18
|
|
|
@@ -419,7 +422,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
419
422
|
|
|
420
423
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
421
424
|
|
|
422
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.
|
|
425
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.6...HEAD
|
|
426
|
+
[19.1.6]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.5...@metamask/ens-controller@19.1.6
|
|
423
427
|
[19.1.5]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.4...@metamask/ens-controller@19.1.5
|
|
424
428
|
[19.1.4]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.3...@metamask/ens-controller@19.1.4
|
|
425
429
|
[19.1.3]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.2...@metamask/ens-controller@19.1.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/ens-controller",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.6-preview-d2f661012",
|
|
4
4
|
"description": "Maps ENS names to their resolved addresses by chain id",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@metamask/base-controller": "^9.1.0",
|
|
60
60
|
"@metamask/controller-utils": "^12.3.0",
|
|
61
61
|
"@metamask/messenger": "^2.0.0",
|
|
62
|
-
"@metamask/network-controller": "^
|
|
62
|
+
"@metamask/network-controller": "^35.0.0",
|
|
63
63
|
"@metamask/utils": "^11.11.0",
|
|
64
64
|
"punycode": "^2.1.1"
|
|
65
65
|
},
|