@metamask-previews/permission-log-controller 5.0.0-preview-55f19615e → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ### Changed
10
+ ## [5.1.0]
11
+
12
+ ### Added
11
13
 
12
14
  - Expose missing public `PermissionLogController` methods through its messenger ([#8201](https://github.com/MetaMask/core/pull/8201))
13
15
  - The following actions are now available:
@@ -16,8 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
18
  - Corresponding action types
17
19
  (e.g. `PermissionLogControllerCreateMiddlewareAction`) are available as
18
20
  well.
21
+
22
+ ### Changed
23
+
24
+ - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
25
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
19
26
  - Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
20
- - Bump `@metamask/json-rpc-engine` from `^10.1.1` to `^10.2.3` ([#7202](https://github.com/MetaMask/core/pull/7202), [#7642](https://github.com/MetaMask/core/pull/7642), [#7856](https://github.com/MetaMask/core/pull/7856), [#8078](https://github.com/MetaMask/core/pull/8078))
27
+ - Bump `@metamask/json-rpc-engine` from `^10.1.1` to `^10.2.4` ([#7202](https://github.com/MetaMask/core/pull/7202), [#7642](https://github.com/MetaMask/core/pull/7642), [#7856](https://github.com/MetaMask/core/pull/7856), [#8078](https://github.com/MetaMask/core/pull/8078), [#8317](https://github.com/MetaMask/core/pull/8317))
21
28
 
22
29
  ## [5.0.0]
23
30
 
@@ -145,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145
152
 
146
153
  - Initial release
147
154
 
148
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@5.0.0...HEAD
155
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@5.1.0...HEAD
156
+ [5.1.0]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@5.0.0...@metamask/permission-log-controller@5.1.0
149
157
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@4.1.1...@metamask/permission-log-controller@5.0.0
150
158
  [4.1.1]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@4.1.0...@metamask/permission-log-controller@4.1.1
151
159
  [4.1.0]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@4.0.0...@metamask/permission-log-controller@4.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/permission-log-controller",
3
- "version": "5.0.0-preview-55f19615e",
3
+ "version": "5.1.0-preview-4f74a56",
4
4
  "description": "Controller with middleware for logging requests and responses to restricted and permissions-related methods",
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": "^9.0.0",
52
- "@metamask/json-rpc-engine": "^10.2.3",
53
- "@metamask/messenger": "^0.3.0",
51
+ "@metamask/base-controller": "^9.0.1",
52
+ "@metamask/json-rpc-engine": "^10.2.4",
53
+ "@metamask/messenger": "^1.0.0",
54
54
  "@metamask/utils": "^11.9.0"
55
55
  },
56
56
  "devDependencies": {