@backstage/plugin-auth-backend-module-oidc-provider 0.0.0-nightly-20250311023550 → 0.0.0-nightly-20250313023625

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,13 +1,24 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
- ## 0.0.0-nightly-20250311023550
3
+ ## 0.0.0-nightly-20250313023625
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - ce15e30: Fixed repository url in `README.md`
7
8
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20250311023550
9
- - @backstage/plugin-auth-backend@0.0.0-nightly-20250311023550
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250311023550
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250313023625
10
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20250313023625
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250313023625
12
+
13
+ ## 0.4.1-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - ce15e30: Fixed repository url in `README.md`
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@1.2.1-next.1
20
+ - @backstage/plugin-auth-backend@0.24.4-next.2
21
+ - @backstage/plugin-auth-node@0.6.1-next.1
11
22
 
12
23
  ## 0.4.1-next.1
13
24
 
package/README.md CHANGED
@@ -4,5 +4,5 @@ This module provides an Oidc auth provider implementation for `@backstage/plugin
4
4
 
5
5
  ## Links
6
6
 
7
- - [Repository](https://oidc.com/backstage/backstage/tree/master/plugins/auth-backend-module-oidc-provider)
7
+ - [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-oidc-provider)
8
8
  - [Backstage Project Homepage](https://backstage.io)
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-20250311023550",
3
+ "version": "0.0.0-nightly-20250313023625",
4
4
  "description": "The oidc-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,17 +37,17 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250311023550",
41
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250311023550",
42
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250311023550",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250313023625",
41
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250313023625",
42
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250313023625",
43
43
  "express": "^4.18.2",
44
44
  "openid-client": "^5.5.0",
45
45
  "passport": "^0.7.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-defaults": "0.0.0-nightly-20250311023550",
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20250311023550",
50
- "@backstage/cli": "0.0.0-nightly-20250311023550",
48
+ "@backstage/backend-defaults": "0.0.0-nightly-20250313023625",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250313023625",
50
+ "@backstage/cli": "0.0.0-nightly-20250313023625",
51
51
  "@backstage/config": "1.3.2",
52
52
  "@backstage/types": "1.2.1",
53
53
  "cookie-parser": "^1.4.6",