@metamask-previews/delegation-controller 0.7.0-preview-096af0b9 → 0.8.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 +5 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [0.8.0]
|
11
|
+
|
10
12
|
### Added
|
11
13
|
|
12
14
|
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6531](https://github.com/MetaMask/core/pull/6531))
|
13
15
|
|
14
16
|
### Changed
|
15
17
|
|
16
|
-
- Bump `@metamask/base-controller` from `^8.1.0` to `^8.4.
|
18
|
+
- Bump `@metamask/base-controller` from `^8.1.0` to `^8.4.1` ([#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))
|
17
19
|
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.1` ([#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
18
20
|
|
19
21
|
## [0.7.0]
|
@@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
63
65
|
|
64
66
|
- Initial release ([#5592](https://github.com/MetaMask/core/pull/5592))
|
65
67
|
|
66
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@0.
|
68
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@0.8.0...HEAD
|
69
|
+
[0.8.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@0.7.0...@metamask/delegation-controller@0.8.0
|
67
70
|
[0.7.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@0.6.0...@metamask/delegation-controller@0.7.0
|
68
71
|
[0.6.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@0.5.0...@metamask/delegation-controller@0.6.0
|
69
72
|
[0.5.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@0.4.0...@metamask/delegation-controller@0.5.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/delegation-controller",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.8.0-preview-e8868d87",
|
4
4
|
"description": "Manages delegations for MetaMask",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -47,13 +47,13 @@
|
|
47
47
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@metamask/base-controller": "^8.4.
|
50
|
+
"@metamask/base-controller": "^8.4.1",
|
51
51
|
"@metamask/utils": "^11.8.1"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@metamask/accounts-controller": "^33.1.
|
54
|
+
"@metamask/accounts-controller": "^33.1.1",
|
55
55
|
"@metamask/auto-changelog": "^3.4.4",
|
56
|
-
"@metamask/keyring-controller": "^23.1.
|
56
|
+
"@metamask/keyring-controller": "^23.1.1",
|
57
57
|
"@ts-bridge/cli": "^0.6.1",
|
58
58
|
"@types/jest": "^27.4.1",
|
59
59
|
"deepmerge": "^4.2.2",
|