@backstage/plugin-auth-backend-module-openshift-provider 0.0.0-nightly-20250915023933 → 0.1.0

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 +4 -5
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-openshift-provider
2
2
 
3
- ## 0.0.0-nightly-20250915023933
3
+ ## 0.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,6 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20250915023933
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20250915023933
14
- - @backstage/catalog-model@1.7.5
15
- - @backstage/types@1.2.1
12
+ - @backstage/plugin-auth-node@0.6.7
13
+ - @backstage/types@1.2.2
14
+ - @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-20250915023933",
3
+ "version": "0.1.0",
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-20250915023933",
41
- "@backstage/catalog-model": "1.7.5",
42
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250915023933",
43
- "@backstage/types": "1.2.1",
40
+ "@backstage/backend-plugin-api": "^1.4.3",
41
+ "@backstage/catalog-model": "^1.7.5",
42
+ "@backstage/plugin-auth-node": "^0.6.7",
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-20250915023933",
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20250915023933",
50
- "@backstage/cli": "0.0.0-nightly-20250915023933",
51
- "@backstage/config": "1.3.3",
52
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250915023933",
48
+ "@backstage/backend-defaults": "^0.12.1",
49
+ "@backstage/backend-test-utils": "^1.9.0",
50
+ "@backstage/cli": "^0.34.2",
51
+ "@backstage/config": "^1.3.3",
52
+ "@backstage/plugin-auth-backend": "^0.25.4",
53
53
  "express": "^4.18.2",
54
54
  "msw": "^2.7.3",
55
55
  "supertest": "^7.1.0"