@backstage/plugin-permission-common
Advanced tools
Comparing version 0.0.0-nightly-20240226021250 to 0.0.0-nightly-20240227020936
# @backstage/plugin-permission-common | ||
## 0.0.0-nightly-20240226021250 | ||
## 0.0.0-nightly-20240227020936 | ||
@@ -8,5 +8,7 @@ ### Patch Changes | ||
- 0502d82: The `token` option of the `PermissionEvaluator` methods is now deprecated. The options that only apply to backend implementations have been moved to `PermissionsService` from `@backstage/backend-plugin-api` instead. | ||
- 0fb419b: Updated dependency `uuid` to `^9.0.0`. | ||
Updated dependency `@types/uuid` to `^9.0.0`. | ||
- Updated dependencies | ||
- @backstage/errors@0.0.0-nightly-20240226021250 | ||
- @backstage/config@0.0.0-nightly-20240226021250 | ||
- @backstage/errors@0.0.0-nightly-20240227020936 | ||
- @backstage/config@0.0.0-nightly-20240227020936 | ||
- @backstage/types@1.1.1 | ||
@@ -13,0 +15,0 @@ |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"version": "0.0.0-nightly-20240226021250", | ||
"version": "0.0.0-nightly-20240227020936", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
@@ -44,11 +44,11 @@ "backstage": { | ||
"dependencies": { | ||
"@backstage/config": "^0.0.0-nightly-20240226021250", | ||
"@backstage/errors": "^0.0.0-nightly-20240226021250", | ||
"@backstage/config": "^0.0.0-nightly-20240227020936", | ||
"@backstage/errors": "^0.0.0-nightly-20240227020936", | ||
"@backstage/types": "^1.1.1", | ||
"cross-fetch": "^4.0.0", | ||
"uuid": "^8.0.0", | ||
"uuid": "^9.0.0", | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20240226021250", | ||
"@backstage/cli": "^0.0.0-nightly-20240227020936", | ||
"msw": "^1.0.0" | ||
@@ -55,0 +55,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91466
+ Addeduuid@9.0.1(transitive)
- Removeduuid@8.3.2(transitive)
Updateduuid@^9.0.0