@metamask-previews/ens-controller 19.1.4-preview-1bd5239bf → 19.1.5-preview-2855dbf4e
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +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.5]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
15
|
+
|
|
10
16
|
## [19.1.4]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -409,7 +415,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
409
415
|
|
|
410
416
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
411
417
|
|
|
412
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.
|
|
418
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.5...HEAD
|
|
419
|
+
[19.1.5]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.4...@metamask/ens-controller@19.1.5
|
|
413
420
|
[19.1.4]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.3...@metamask/ens-controller@19.1.4
|
|
414
421
|
[19.1.3]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.2...@metamask/ens-controller@19.1.3
|
|
415
422
|
[19.1.2]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.1...@metamask/ens-controller@19.1.2
|
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.5-preview-2855dbf4e",
|
|
4
4
|
"description": "Maps ENS names to their resolved addresses by chain id",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
58
|
"@metamask/controller-utils": "^12.3.0",
|
|
59
59
|
"@metamask/messenger": "^1.2.0",
|
|
60
|
-
"@metamask/network-controller": "^
|
|
60
|
+
"@metamask/network-controller": "^34.0.0",
|
|
61
61
|
"@metamask/utils": "^11.11.0",
|
|
62
62
|
"punycode": "^2.1.1"
|
|
63
63
|
},
|