@backstage/plugin-permission-common
Advanced tools
Comparing version 0.7.7 to 0.7.8-next.0
# @backstage/plugin-permission-common | ||
## 0.7.8-next.0 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/config@1.1.0-next.0 | ||
- @backstage/errors@1.2.1 | ||
- @backstage/types@1.1.0 | ||
## 0.7.7 | ||
@@ -436,3 +445,3 @@ | ||
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend. | ||
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/plugin-permission-backend. | ||
@@ -450,3 +459,3 @@ ### Patch Changes | ||
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend. | ||
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/plugin-permission-backend. | ||
@@ -453,0 +462,0 @@ ### Patch Changes |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
"version": "0.7.7", | ||
"version": "0.7.8-next.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -44,3 +44,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/config": "^1.0.8", | ||
"@backstage/config": "^1.1.0-next.0", | ||
"@backstage/errors": "^1.2.1", | ||
@@ -53,3 +53,3 @@ "@backstage/types": "^1.1.0", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.22.9", | ||
"@backstage/cli": "^0.22.13-next.1", | ||
"msw": "^1.0.0" | ||
@@ -56,0 +56,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
88467