@metamask-previews/ens-controller 19.1.3-preview-6da9f2b → 19.1.4-preview-2a256aff2
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 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [19.1.4]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
13
|
-
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.
|
|
15
|
+
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.3.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
16
|
+
- Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
14
17
|
|
|
15
18
|
## [19.1.3]
|
|
16
19
|
|
|
@@ -406,7 +409,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
406
409
|
|
|
407
410
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
408
411
|
|
|
409
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.
|
|
412
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.4...HEAD
|
|
413
|
+
[19.1.4]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.3...@metamask/ens-controller@19.1.4
|
|
410
414
|
[19.1.3]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.2...@metamask/ens-controller@19.1.3
|
|
411
415
|
[19.1.2]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.1...@metamask/ens-controller@19.1.2
|
|
412
416
|
[19.1.1]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.1.0...@metamask/ens-controller@19.1.1
|
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.4-preview-2a256aff2",
|
|
4
4
|
"description": "Maps ENS names to their resolved addresses by chain id",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ethersproject/providers": "^5.7.0",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
|
-
"@metamask/controller-utils": "^12.
|
|
58
|
+
"@metamask/controller-utils": "^12.3.0",
|
|
59
59
|
"@metamask/messenger": "^1.2.0",
|
|
60
|
-
"@metamask/network-controller": "^
|
|
60
|
+
"@metamask/network-controller": "^33.0.0",
|
|
61
61
|
"@metamask/utils": "^11.11.0",
|
|
62
62
|
"punycode": "^2.1.1"
|
|
63
63
|
},
|