@metamask-previews/gator-permissions-controller 0.7.0-preview-19aa8f64 → 0.7.0-preview-660aa34b
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 +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
12
12
|
- **BREAKING:** Permission decoding now rejects `TimestampEnforcer` caveats with zero `timestampBeforeThreshold` values ([#7195](https://github.com/MetaMask/core/pull/7195))
|
|
13
13
|
- Permission decoding logic for `erc20-token-revocation` permission type ([#7299](https://github.com/MetaMask/core/pull/7299))
|
|
14
14
|
- Validation errors for `TimestampEnforcer` include: invalid terms length, non-zero `timestampAfterThreshold`, and zero `timestampBeforeThreshold` ([#7195](https://github.com/MetaMask/core/pull/7195))
|
|
15
|
-
- Bump `@metamask/transaction-controller` from `^62.3.1` to `^62.
|
|
15
|
+
- Bump `@metamask/transaction-controller` from `^62.3.1` to `^62.5.0` ([#7289](https://github.com/MetaMask/core/pull/7289), [#7325](https://github.com/MetaMask/core/pull/7325))
|
|
16
16
|
|
|
17
17
|
## [0.7.0]
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/gator-permissions-controller",
|
|
3
|
-
"version": "0.7.0-preview-
|
|
3
|
+
"version": "0.7.0-preview-660aa34b",
|
|
4
4
|
"description": "Controller for managing gator permissions with profile sync integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
57
57
|
"@metamask/snaps-sdk": "^9.0.0",
|
|
58
58
|
"@metamask/snaps-utils": "^11.0.0",
|
|
59
|
-
"@metamask/transaction-controller": "^62.
|
|
59
|
+
"@metamask/transaction-controller": "^62.5.0",
|
|
60
60
|
"@metamask/utils": "^11.8.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|