@backstage/plugin-auth-backend-module-oidc-provider 0.0.0-nightly-20251203024610 → 0.0.0-nightly-20251204024637

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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
- ## 0.0.0-nightly-20251203024610
3
+ ## 0.0.0-nightly-20251204024637
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20251203024610
10
- - @backstage/plugin-auth-backend@0.0.0-nightly-20251203024610
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20251203024610
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20251204024637
10
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20251204024637
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251204024637
12
12
  - @backstage/config@1.3.6
13
13
  - @backstage/types@1.2.2
14
14
 
package/dist/index.d.ts CHANGED
@@ -50,4 +50,5 @@ declare namespace oidcSignInResolvers {
50
50
  } | undefined>;
51
51
  }
52
52
 
53
- export { type OidcAuthResult, authModuleOidcProvider as default, oidcAuthenticator, oidcSignInResolvers };
53
+ export { authModuleOidcProvider as default, oidcAuthenticator, oidcSignInResolvers };
54
+ export type { OidcAuthResult };
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-20251203024610",
3
+ "version": "0.0.0-nightly-20251204024637",
4
4
  "description": "The oidc-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,10 +37,10 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251203024610",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251204024637",
41
41
  "@backstage/config": "1.3.6",
42
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20251203024610",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20251203024610",
42
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20251204024637",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20251204024637",
44
44
  "@backstage/types": "1.2.2",
45
45
  "express": "^4.22.0",
46
46
  "openid-client": "^5.5.0",
@@ -48,9 +48,9 @@
48
48
  "zod": "^3.22.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-defaults": "0.0.0-nightly-20251203024610",
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20251203024610",
53
- "@backstage/cli": "0.0.0-nightly-20251203024610",
51
+ "@backstage/backend-defaults": "0.0.0-nightly-20251204024637",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251204024637",
53
+ "@backstage/cli": "0.0.0-nightly-20251204024637",
54
54
  "@backstage/config": "1.3.6",
55
55
  "@backstage/types": "1.2.2",
56
56
  "cookie-parser": "^1.4.6",