@backstage/plugin-auth-backend-module-oidc-provider 0.0.0-nightly-20250408023830 → 0.0.0-nightly-20250409023713

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