@backstage/plugin-auth-backend-module-openshift-provider 0.0.0-nightly-20250916023806 → 0.0.0-nightly-20250926023656

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 +22 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # @backstage/plugin-auth-backend-module-openshift-provider
2
2
 
3
- ## 0.0.0-nightly-20250916023806
3
+ ## 0.0.0-nightly-20250926023656
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250926023656
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250926023656
10
+ - @backstage/catalog-model@1.7.5
11
+ - @backstage/types@1.2.2
12
+
13
+ ## 0.1.1-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@1.4.4-next.0
19
+ - @backstage/plugin-auth-node@0.6.8-next.0
20
+
21
+ ## 0.1.0
4
22
 
5
23
  ### Minor Changes
6
24
 
@@ -9,7 +27,6 @@
9
27
  ### Patch Changes
10
28
 
11
29
  - Updated dependencies
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20250916023806
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20250916023806
14
- - @backstage/catalog-model@1.7.5
15
- - @backstage/types@1.2.1
30
+ - @backstage/plugin-auth-node@0.6.7
31
+ - @backstage/types@1.2.2
32
+ - @backstage/backend-plugin-api@1.4.3
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-20250916023806",
3
+ "version": "0.0.0-nightly-20250926023656",
4
4
  "description": "The OpenShift backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,19 +37,19 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250916023806",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250926023656",
41
41
  "@backstage/catalog-model": "1.7.5",
42
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250916023806",
43
- "@backstage/types": "1.2.1",
42
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250926023656",
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-20250916023806",
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20250916023806",
50
- "@backstage/cli": "0.0.0-nightly-20250916023806",
51
- "@backstage/config": "1.3.3",
52
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250916023806",
48
+ "@backstage/backend-defaults": "0.0.0-nightly-20250926023656",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250926023656",
50
+ "@backstage/cli": "0.0.0-nightly-20250926023656",
51
+ "@backstage/config": "0.0.0-nightly-20250926023656",
52
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250926023656",
53
53
  "express": "^4.18.2",
54
54
  "msw": "^2.7.3",
55
55
  "supertest": "^7.1.0"