@metamask/permission-controller 12.2.0 → 12.2.1
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 +10 -1
- package/dist/PermissionController.cjs +1 -1
- package/dist/PermissionController.cjs.map +1 -1
- package/dist/PermissionController.d.cts +2 -2
- package/dist/PermissionController.d.cts.map +1 -1
- package/dist/PermissionController.d.mts +2 -2
- package/dist/PermissionController.d.mts.map +1 -1
- package/dist/PermissionController.mjs +1 -1
- package/dist/PermissionController.mjs.map +1 -1
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [12.2.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/approval-controller` from `^8.0.0` to `^9.0.0` ([#8225](https://github.com/MetaMask/core/pull/8225))
|
|
15
|
+
- Bump `@metamask/json-rpc-engine` from `^10.2.0` to `^10.2.3` ([#7642](https://github.com/MetaMask/core/pull/7642), [#7856](https://github.com/MetaMask/core/pull/7856), [#8078](https://github.com/MetaMask/core/pull/8078))
|
|
16
|
+
- Bump `@metamask/controller-utils` from `^11.17.0` to `^11.19.0` ([#7583](https://github.com/MetaMask/core/pull/7583), [#7995](https://github.com/MetaMask/core/pull/7995))
|
|
17
|
+
|
|
10
18
|
## [12.2.0]
|
|
11
19
|
|
|
12
20
|
### Added
|
|
@@ -389,7 +397,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
389
397
|
|
|
390
398
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
391
399
|
|
|
392
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@12.2.
|
|
400
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@12.2.1...HEAD
|
|
401
|
+
[12.2.1]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@12.2.0...@metamask/permission-controller@12.2.1
|
|
393
402
|
[12.2.0]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@12.1.1...@metamask/permission-controller@12.2.0
|
|
394
403
|
[12.1.1]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@12.1.0...@metamask/permission-controller@12.1.1
|
|
395
404
|
[12.1.0]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@12.0.0...@metamask/permission-controller@12.1.0
|
|
@@ -1116,7 +1116,7 @@ _PermissionController_caveatSpecifications = new WeakMap(), _PermissionControlle
|
|
|
1116
1116
|
}, _PermissionController_requestUserApproval =
|
|
1117
1117
|
/**
|
|
1118
1118
|
* Adds a request to the {@link ApprovalController} using the
|
|
1119
|
-
* {@link
|
|
1119
|
+
* {@link ApprovalControllerAddRequestAction} action. Also validates the resulting approved
|
|
1120
1120
|
* permissions request, and throws an error if validation fails.
|
|
1121
1121
|
*
|
|
1122
1122
|
* @param permissionsRequest - The permissions request object.
|