@backstage/plugin-auth-backend-module-openshift-provider 0.0.0-nightly-20251202024405 → 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,12 +1,13 @@
1
1
  # @backstage/plugin-auth-backend-module-openshift-provider
2
2
 
3
- ## 0.0.0-nightly-20251202024405
3
+ ## 0.0.0-nightly-20251204024637
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
7
8
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20251202024405
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20251202024405
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20251204024637
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251204024637
10
11
  - @backstage/catalog-model@1.7.6
11
12
  - @backstage/types@1.2.2
12
13
 
package/dist/index.d.ts CHANGED
@@ -13,4 +13,5 @@ declare const openshiftAuthenticator: _backstage_plugin_auth_node.OAuthAuthentic
13
13
  /** @public */
14
14
  declare const authModuleOpenshiftProvider: _backstage_backend_plugin_api.BackendFeature;
15
15
 
16
- export { type OpenShiftAuthenticatorContext, authModuleOpenshiftProvider as default, openshiftAuthenticator };
16
+ export { authModuleOpenshiftProvider as default, openshiftAuthenticator };
17
+ export type { OpenShiftAuthenticatorContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-openshift-provider",
3
- "version": "0.0.0-nightly-20251202024405",
3
+ "version": "0.0.0-nightly-20251204024637",
4
4
  "description": "The OpenShift backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,20 +37,20 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251202024405",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251204024637",
41
41
  "@backstage/catalog-model": "1.7.6",
42
- "@backstage/plugin-auth-node": "0.0.0-nightly-20251202024405",
42
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20251204024637",
43
43
  "@backstage/types": "1.2.2",
44
44
  "passport-oauth2": "^1.8.0",
45
45
  "zod": "^3.24.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-defaults": "0.0.0-nightly-20251202024405",
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20251202024405",
50
- "@backstage/cli": "0.0.0-nightly-20251202024405",
48
+ "@backstage/backend-defaults": "0.0.0-nightly-20251204024637",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251204024637",
50
+ "@backstage/cli": "0.0.0-nightly-20251204024637",
51
51
  "@backstage/config": "1.3.6",
52
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20251202024405",
53
- "express": "^4.18.2",
52
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20251204024637",
53
+ "express": "^4.22.0",
54
54
  "msw": "^2.7.3",
55
55
  "supertest": "^7.1.0"
56
56
  },