Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-02-11 15:39:12 +00:00
parent b7e2ff6d4b
commit 549edc389e
289 changed files with 4095 additions and 144 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-permission-node
## 0.8.8-next.2
### Patch Changes
- b71f634: Added a new `PermissionRuleset` type that encapsulates a lookup function for permission rules, which can be created by the new `PermissionsRegistryService` via the `getPermissionRuleset` method. The `createConditionTransformer` and `createConditionAuthorizer` functions have been adapted to receive these accessors as arguments, with their older counterparts being deprecated.
- a9621de: Added a new `createPermissionResourceRef` utility that encapsulates the constants and types related to a permission resource types. The `createConditionExports` and `createPermissionRule` functions have also been adapted to accept these references as arguments, deprecating their older counterparts.
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.2
- @backstage/plugin-auth-node@0.6.0-next.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-permission-common@0.8.4
## 0.8.8-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-permission-node",
"version": "0.8.8-next.1",
"version": "0.8.8-next.2",
"description": "Common permission and authorization utilities for backend plugins",
"backstage": {
"role": "node-library",