@metamask-previews/ens-controller 18.0.0-preview-4cd9da8d → 19.0.0-preview-e3eb8eca
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 +9 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +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.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
15
|
+
- **BREAKING:** Bump `@metamask/network-controller` from `^25.0.0` to `^26.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
16
|
+
|
|
10
17
|
## [18.0.0]
|
|
11
18
|
|
|
12
19
|
### Added
|
|
@@ -332,7 +339,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
332
339
|
|
|
333
340
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
334
341
|
|
|
335
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@
|
|
342
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@19.0.0...HEAD
|
|
343
|
+
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@18.0.0...@metamask/ens-controller@19.0.0
|
|
336
344
|
[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@17.1.1...@metamask/ens-controller@18.0.0
|
|
337
345
|
[17.1.1]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@17.1.0...@metamask/ens-controller@17.1.1
|
|
338
346
|
[17.1.0]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@17.0.1...@metamask/ens-controller@17.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/ens-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0-preview-e3eb8eca",
|
|
4
4
|
"description": "Maps ENS names to their resolved addresses by chain id",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@ethersproject/providers": "^5.7.0",
|
|
52
52
|
"@metamask/base-controller": "^9.0.0",
|
|
53
|
-
"@metamask/controller-utils": "^11.
|
|
53
|
+
"@metamask/controller-utils": "^11.16.0",
|
|
54
54
|
"@metamask/messenger": "^0.3.0",
|
|
55
55
|
"@metamask/utils": "^11.8.1",
|
|
56
56
|
"punycode": "^2.1.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@metamask/auto-changelog": "^3.4.4",
|
|
60
|
-
"@metamask/network-controller": "^
|
|
60
|
+
"@metamask/network-controller": "^26.0.0",
|
|
61
61
|
"@ts-bridge/cli": "^0.6.4",
|
|
62
62
|
"@types/jest": "^27.4.1",
|
|
63
63
|
"deepmerge": "^4.2.2",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"typescript": "~5.3.3"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@metamask/network-controller": "^
|
|
71
|
+
"@metamask/network-controller": "^26.0.0"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
74
|
"node": "^18.18 || >=20"
|