@backstage/plugin-auth-backend-module-oidc-provider 0.0.0-nightly-20260113025009 → 0.0.0-nightly-20260114025400

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 +10 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
- ## 0.0.0-nightly-20260113025009
3
+ ## 0.0.0-nightly-20260114025400
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e54fcb2: Added support for custom start URL search parameters (with the new `startUrlSearchParams` config property)
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-backend@0.0.0-nightly-20260113025009
9
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20260114025400
10
10
  - @backstage/plugin-auth-node@0.6.10
11
11
  - @backstage/backend-plugin-api@1.6.0
12
12
  - @backstage/config@1.3.6
13
13
  - @backstage/types@1.2.2
14
14
 
15
+ ## 0.4.11-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-auth-backend@0.26.0-next.0
21
+ - @backstage/plugin-auth-node@0.6.10
22
+
15
23
  ## 0.4.11-next.0
16
24
 
17
25
  ### 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-20260113025009",
3
+ "version": "0.0.0-nightly-20260114025400",
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.6.0",
41
41
  "@backstage/config": "1.3.6",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20260113025009",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20260114025400",
43
43
  "@backstage/plugin-auth-node": "0.6.10",
44
44
  "@backstage/types": "1.2.2",
45
45
  "express": "^4.22.0",
@@ -48,9 +48,9 @@
48
48
  "zod": "^3.22.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-defaults": "0.0.0-nightly-20260113025009",
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20260113025009",
53
- "@backstage/cli": "0.0.0-nightly-20260113025009",
51
+ "@backstage/backend-defaults": "0.0.0-nightly-20260114025400",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260114025400",
53
+ "@backstage/cli": "0.0.0-nightly-20260114025400",
54
54
  "@backstage/config": "1.3.6",
55
55
  "@backstage/types": "1.2.2",
56
56
  "cookie-parser": "^1.4.6",