@backstage/plugin-auth-backend-module-oidc-provider 0.4.10-next.0 → 0.4.10

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,5 +1,27 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
+ ## 0.4.10
4
+
5
+ ### Patch Changes
6
+
7
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
+ - Updated dependencies
9
+ - @backstage/plugin-auth-node@0.6.10
10
+ - @backstage/plugin-auth-backend@0.25.7
11
+ - @backstage/backend-plugin-api@1.6.0
12
+
13
+ ## 0.4.10-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
18
+ - Updated dependencies
19
+ - @backstage/plugin-auth-backend@0.25.7-next.1
20
+ - @backstage/plugin-auth-node@0.6.10-next.1
21
+ - @backstage/backend-plugin-api@1.6.0-next.1
22
+ - @backstage/config@1.3.6
23
+ - @backstage/types@1.2.2
24
+
3
25
  ## 0.4.10-next.0
4
26
 
5
27
  ### Patch Changes
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.4.10-next.0",
3
+ "version": "0.4.10",
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": "1.5.1-next.0",
41
- "@backstage/config": "1.3.6",
42
- "@backstage/plugin-auth-backend": "0.25.7-next.0",
43
- "@backstage/plugin-auth-node": "0.6.10-next.0",
44
- "@backstage/types": "1.2.2",
45
- "express": "^4.18.2",
40
+ "@backstage/backend-plugin-api": "^1.6.0",
41
+ "@backstage/config": "^1.3.6",
42
+ "@backstage/plugin-auth-backend": "^0.25.7",
43
+ "@backstage/plugin-auth-node": "^0.6.10",
44
+ "@backstage/types": "^1.2.2",
45
+ "express": "^4.22.0",
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.14.0-next.0",
52
- "@backstage/backend-test-utils": "1.10.1-next.0",
53
- "@backstage/cli": "0.34.6-next.0",
54
- "@backstage/config": "1.3.6",
55
- "@backstage/types": "1.2.2",
51
+ "@backstage/backend-defaults": "^0.14.0",
52
+ "@backstage/backend-test-utils": "^1.10.2",
53
+ "@backstage/cli": "^0.35.0",
54
+ "@backstage/config": "^1.3.6",
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",