@metamask-previews/name-controller 8.0.3-preview-6c94ae59 → 8.1.0-preview-e8868d87
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 +7 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,16 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.1.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6473](https://github.com/MetaMask/core/pull/6473))
|
|
13
15
|
|
|
14
16
|
### Changed
|
|
15
17
|
|
|
16
|
-
- Bump `@metamask/utils` from `^11.2.0` to `^11.
|
|
17
|
-
- Bump `@metamask/base-controller` from `^8.0.0` to `^8.4.
|
|
18
|
-
- Bump `@metamask/controller-utils` from `^11.5.0` to `^11.14.
|
|
19
|
-
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
|
|
18
|
+
- Bump `@metamask/utils` from `^11.2.0` to `^11.8.1` ([#6054](https://github.com/MetaMask/core/pull/6054)[#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
|
19
|
+
- Bump `@metamask/base-controller` from `^8.0.0` to `^8.4.1` ([#5722](https://github.com/MetaMask/core/pull/5722), [#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
|
|
20
|
+
- Bump `@metamask/controller-utils` from `^11.5.0` to `^11.14.1` ([#5439](https://github.com/MetaMask/core/pull/5439), [#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812), [#5935](https://github.com/MetaMask/core/pull/5935), [#6069](https://github.com/MetaMask/core/pull/6069), [#6303](https://github.com/MetaMask/core/pull/6303), [#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629), [#6807](https://github.com/MetaMask/core/pull/6807))
|
|
20
21
|
|
|
21
22
|
## [8.0.3]
|
|
22
23
|
|
|
@@ -173,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
173
174
|
|
|
174
175
|
- Initial Release ([#1647](https://github.com/MetaMask/core/pull/1647))
|
|
175
176
|
|
|
176
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0
|
|
177
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.1.0...HEAD
|
|
178
|
+
[8.1.0]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0.3...@metamask/name-controller@8.1.0
|
|
177
179
|
[8.0.3]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0.2...@metamask/name-controller@8.0.3
|
|
178
180
|
[8.0.2]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0.1...@metamask/name-controller@8.0.2
|
|
179
181
|
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0.0...@metamask/name-controller@8.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/name-controller",
|
|
3
|
-
"version": "8.0
|
|
3
|
+
"version": "8.1.0-preview-e8868d87",
|
|
4
4
|
"description": "Stores and suggests names for values such as Ethereum addresses",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@metamask/base-controller": "^8.4.
|
|
52
|
-
"@metamask/controller-utils": "^11.14.
|
|
53
|
-
"@metamask/utils": "^11.8.
|
|
51
|
+
"@metamask/base-controller": "^8.4.1",
|
|
52
|
+
"@metamask/controller-utils": "^11.14.1",
|
|
53
|
+
"@metamask/utils": "^11.8.1",
|
|
54
54
|
"async-mutex": "^0.5.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|