Version Packages
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-permission-node
|
||||
|
||||
## 0.7.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 788f0f5a152: Introduced alpha export of the `policyExtensionPoint` for use in the new backend system.
|
||||
- 71fd0966d10: Added createConditionAuthorizer utility function, which takes some permission conditions and returns a function that returns a definitive authorization result given a decision and a resource.
|
||||
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.4
|
||||
- @backstage/plugin-permission-common@0.7.5
|
||||
- @backstage/plugin-auth-node@0.2.13
|
||||
- @backstage/backend-plugin-api@0.5.1
|
||||
- @backstage/config@1.0.7
|
||||
- @backstage/errors@1.1.5
|
||||
|
||||
## 0.7.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-permission-node",
|
||||
"description": "Common permission and authorization utilities for backend plugins",
|
||||
"version": "0.7.7-next.2",
|
||||
"version": "0.7.7",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user