Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-04-09 15:55:28 +00:00
parent df279de594
commit 036b9b3434
437 changed files with 6312 additions and 218 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/backend-plugin-api
## 0.6.17-next.1
### Patch Changes
- 007e7ea: Added a new required `listPublicServiceKeys` to `AuthService`.
- 54f2ac8: Added `initialization` option to `createServiceFactory` which defines the initialization strategy for the service. The default strategy mimics the current behavior where plugin scoped services are initialized lazily by default and root scoped services are initialized eagerly.
- 4fecffc: The credentials passed to the `issueUserCookie` method of the `HttpAuthService` are no longer required to represent a user principal.
- Updated dependencies
- @backstage/plugin-auth-node@0.4.12-next.1
- @backstage/backend-tasks@0.5.22-next.1
- @backstage/config@1.2.0
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.13
## 0.6.17-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-plugin-api",
"description": "Core API used by Backstage backend plugins",
"version": "0.6.17-next.0",
"version": "0.6.17-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {