@metamask-previews/delegation-controller 2.0.2-preview-55f19615e → 2.1.0-preview-4f74a56
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 +11 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.1.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Export `DelegationControllerGetStateAction` type ([#8205](https://github.com/MetaMask/core/pull/8205))
|
|
13
15
|
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/accounts-controller` from `^37.0.0` to `^37.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
19
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
20
|
+
- Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
21
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
22
|
+
|
|
14
23
|
## [2.0.2]
|
|
15
24
|
|
|
16
25
|
### Changed
|
|
@@ -112,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
112
121
|
|
|
113
122
|
- Initial release ([#5592](https://github.com/MetaMask/core/pull/5592))
|
|
114
123
|
|
|
115
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.0
|
|
124
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.1.0...HEAD
|
|
125
|
+
[2.1.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.0.2...@metamask/delegation-controller@2.1.0
|
|
116
126
|
[2.0.2]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.0.1...@metamask/delegation-controller@2.0.2
|
|
117
127
|
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.0.0...@metamask/delegation-controller@2.0.1
|
|
118
128
|
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@1.0.0...@metamask/delegation-controller@2.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/delegation-controller",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0-preview-4f74a56",
|
|
4
4
|
"description": "Manages delegations for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@metamask/accounts-controller": "^37.
|
|
52
|
-
"@metamask/base-controller": "^9.0.
|
|
53
|
-
"@metamask/keyring-controller": "^25.1.
|
|
54
|
-
"@metamask/messenger": "^0.
|
|
51
|
+
"@metamask/accounts-controller": "^37.1.0",
|
|
52
|
+
"@metamask/base-controller": "^9.0.1",
|
|
53
|
+
"@metamask/keyring-controller": "^25.1.1",
|
|
54
|
+
"@metamask/messenger": "^1.0.0",
|
|
55
55
|
"@metamask/utils": "^11.9.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|