Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-06-06 12:59:05 +00:00
parent 0d90bf2641
commit e37573d60e
222 changed files with 2463 additions and 110 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend
## 0.18.4-next.2
### Patch Changes
- d0f5b0c886c2: Set the expiration time of oidc `idToken` to be less than backstage session expiration time.
- Updated dependencies
- @backstage/config@1.0.7
## 0.18.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.18.4-next.1",
"version": "0.18.4-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",