@metamask-previews/ens-controller 19.1.1-preview-5d0317d14 → 19.1.1-preview-debd7ebcd
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 +2 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
13
13
|
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
|
|
14
|
-
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
15
14
|
|
|
16
15
|
## [19.1.1]
|
|
17
16
|
|
|
@@ -385,7 +384,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
385
384
|
### Added
|
|
386
385
|
|
|
387
386
|
- Initial release
|
|
387
|
+
|
|
388
388
|
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
|
|
389
|
+
|
|
389
390
|
- `src/third-party/EnsController.ts`
|
|
390
391
|
- `src/third-party/EnsController.test.ts`
|
|
391
392
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/ens-controller",
|
|
3
|
-
"version": "19.1.1-preview-
|
|
3
|
+
"version": "19.1.1-preview-debd7ebcd",
|
|
4
4
|
"description": "Maps ENS names to their resolved addresses by chain id",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ethersproject/providers": "^5.7.0",
|
|
57
|
-
"@metamask/base-controller": "^9.1
|
|
57
|
+
"@metamask/base-controller": "^9.0.1",
|
|
58
58
|
"@metamask/controller-utils": "^11.20.0",
|
|
59
59
|
"@metamask/messenger": "^1.1.1",
|
|
60
60
|
"@metamask/network-controller": "^30.0.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"punycode": "^2.1.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@metamask/auto-changelog": "^6.
|
|
65
|
+
"@metamask/auto-changelog": "^6.0.0",
|
|
66
66
|
"@ts-bridge/cli": "^0.6.4",
|
|
67
67
|
"@types/jest": "^29.5.14",
|
|
68
68
|
"deepmerge": "^4.2.2",
|