@backstage/plugin-auth-backend 0.0.0-nightly-20251115023920 → 0.0.0-nightly-20251117024228

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -6
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20251115023920
3
+ ## 0.0.0-nightly-20251117024228
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,11 +10,11 @@
10
10
  Maximum expiration for the DCR token is 24 hours. Default expiration is 1 hour.
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251115023920
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20251115023920
15
- - @backstage/plugin-auth-node@0.0.0-nightly-20251115023920
16
- - @backstage/config@0.0.0-nightly-20251115023920
17
- - @backstage/catalog-model@0.0.0-nightly-20251115023920
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251117024228
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251117024228
15
+ - @backstage/plugin-auth-node@0.0.0-nightly-20251117024228
16
+ - @backstage/config@0.0.0-nightly-20251117024228
17
+ - @backstage/catalog-model@0.0.0-nightly-20251117024228
18
18
  - @backstage/errors@1.2.7
19
19
  - @backstage/types@1.2.2
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
- "version": "0.0.0-nightly-20251115023920",
3
+ "version": "0.0.0-nightly-20251117024228",
4
4
  "description": "A Backstage backend plugin that handles authentication",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -47,12 +47,12 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251115023920",
51
- "@backstage/catalog-model": "0.0.0-nightly-20251115023920",
52
- "@backstage/config": "0.0.0-nightly-20251115023920",
50
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251117024228",
51
+ "@backstage/catalog-model": "0.0.0-nightly-20251117024228",
52
+ "@backstage/config": "0.0.0-nightly-20251117024228",
53
53
  "@backstage/errors": "1.2.7",
54
- "@backstage/plugin-auth-node": "0.0.0-nightly-20251115023920",
55
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251115023920",
54
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20251117024228",
55
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251117024228",
56
56
  "@backstage/types": "1.2.2",
57
57
  "@google-cloud/firestore": "^7.0.0",
58
58
  "connect-session-knex": "^4.0.0",
@@ -70,11 +70,11 @@
70
70
  "uuid": "^11.0.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-defaults": "0.0.0-nightly-20251115023920",
74
- "@backstage/backend-test-utils": "0.0.0-nightly-20251115023920",
75
- "@backstage/cli": "0.0.0-nightly-20251115023920",
76
- "@backstage/plugin-auth-backend-module-google-provider": "0.0.0-nightly-20251115023920",
77
- "@backstage/plugin-auth-backend-module-guest-provider": "0.0.0-nightly-20251115023920",
73
+ "@backstage/backend-defaults": "0.0.0-nightly-20251117024228",
74
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251117024228",
75
+ "@backstage/cli": "0.0.0-nightly-20251117024228",
76
+ "@backstage/plugin-auth-backend-module-google-provider": "0.0.0-nightly-20251117024228",
77
+ "@backstage/plugin-auth-backend-module-guest-provider": "0.0.0-nightly-20251117024228",
78
78
  "@types/cookie-parser": "^1.4.2",
79
79
  "@types/express": "^4.17.6",
80
80
  "@types/express-session": "^1.17.2",