@backstage/plugin-auth-backend-module-oidc-provider 0.0.0-nightly-20250915023933 → 0.0.0-nightly-20250925023741

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 +26 -6
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,35 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
- ## 0.0.0-nightly-20250915023933
3
+ ## 0.0.0-nightly-20250925023741
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250915023933
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20250915023933
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250915023933
11
- - @backstage/config@1.3.3
12
- - @backstage/types@1.2.1
8
+ - @backstage/config@0.0.0-nightly-20250925023741
9
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250925023741
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250925023741
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250925023741
12
+ - @backstage/types@1.2.2
13
+
14
+ ## 0.4.8-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/config@1.3.4-next.0
20
+ - @backstage/backend-plugin-api@1.4.4-next.0
21
+ - @backstage/plugin-auth-backend@0.25.5-next.0
22
+ - @backstage/plugin-auth-node@0.6.8-next.0
23
+
24
+ ## 0.4.7
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @backstage/plugin-auth-backend@0.25.4
30
+ - @backstage/plugin-auth-node@0.6.7
31
+ - @backstage/types@1.2.2
32
+ - @backstage/backend-plugin-api@1.4.3
13
33
 
14
34
  ## 0.4.7-next.0
15
35
 
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-20250915023933",
3
+ "version": "0.0.0-nightly-20250925023741",
4
4
  "description": "The oidc-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,22 +37,22 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250915023933",
41
- "@backstage/config": "1.3.3",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250915023933",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250915023933",
44
- "@backstage/types": "1.2.1",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250925023741",
41
+ "@backstage/config": "0.0.0-nightly-20250925023741",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250925023741",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250925023741",
44
+ "@backstage/types": "1.2.2",
45
45
  "express": "^4.18.2",
46
46
  "openid-client": "^5.5.0",
47
47
  "passport": "^0.7.0",
48
48
  "zod": "^3.22.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-defaults": "0.0.0-nightly-20250915023933",
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20250915023933",
53
- "@backstage/cli": "0.0.0-nightly-20250915023933",
54
- "@backstage/config": "1.3.3",
55
- "@backstage/types": "1.2.1",
51
+ "@backstage/backend-defaults": "0.0.0-nightly-20250925023741",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250925023741",
53
+ "@backstage/cli": "0.0.0-nightly-20250925023741",
54
+ "@backstage/config": "0.0.0-nightly-20250925023741",
55
+ "@backstage/types": "1.2.2",
56
56
  "cookie-parser": "^1.4.6",
57
57
  "express-promise-router": "^4.1.1",
58
58
  "express-session": "^1.17.3",