@backstage/plugin-auth-backend-module-oidc-provider 0.0.0-nightly-20250402023738 → 0.0.0-nightly-20250403023724

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 +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
- ## 0.0.0-nightly-20250402023738
3
+ ## 0.0.0-nightly-20250403023724
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -19,7 +19,7 @@
19
19
  ```
20
20
 
21
21
  - Updated dependencies
22
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250402023738
22
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250403023724
23
23
  - @backstage/plugin-auth-node@0.6.1
24
24
  - @backstage/backend-plugin-api@1.2.1
25
25
  - @backstage/config@1.3.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-oidc-provider",
3
- "version": "0.0.0-nightly-20250402023738",
3
+ "version": "0.0.0-nightly-20250403023724",
4
4
  "description": "The oidc-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@backstage/backend-plugin-api": "1.2.1",
41
41
  "@backstage/config": "1.3.2",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250402023738",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250403023724",
43
43
  "@backstage/plugin-auth-node": "0.6.1",
44
44
  "@backstage/types": "1.2.1",
45
45
  "express": "^4.18.2",
@@ -47,9 +47,9 @@
47
47
  "passport": "^0.7.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-defaults": "0.0.0-nightly-20250402023738",
51
- "@backstage/backend-test-utils": "0.0.0-nightly-20250402023738",
52
- "@backstage/cli": "0.0.0-nightly-20250402023738",
50
+ "@backstage/backend-defaults": "0.0.0-nightly-20250403023724",
51
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250403023724",
52
+ "@backstage/cli": "0.0.0-nightly-20250403023724",
53
53
  "@backstage/config": "1.3.2",
54
54
  "@backstage/types": "1.2.1",
55
55
  "cookie-parser": "^1.4.6",