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

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 +13 -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-20250401023952
3
+ ## 0.0.0-nightly-20250402023738
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -19,7 +19,18 @@
19
19
  ```
20
20
 
21
21
  - Updated dependencies
22
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250401023952
22
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250402023738
23
+ - @backstage/plugin-auth-node@0.6.1
24
+ - @backstage/backend-plugin-api@1.2.1
25
+ - @backstage/config@1.3.2
26
+ - @backstage/types@1.2.1
27
+
28
+ ## 0.4.2-next.1
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/plugin-auth-backend@0.24.5-next.1
23
34
  - @backstage/plugin-auth-node@0.6.1
24
35
  - @backstage/backend-plugin-api@1.2.1
25
36
  - @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-20250401023952",
3
+ "version": "0.0.0-nightly-20250402023738",
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-20250401023952",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250402023738",
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-20250401023952",
51
- "@backstage/backend-test-utils": "0.0.0-nightly-20250401023952",
52
- "@backstage/cli": "0.0.0-nightly-20250401023952",
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",
53
53
  "@backstage/config": "1.3.2",
54
54
  "@backstage/types": "1.2.1",
55
55
  "cookie-parser": "^1.4.6",