@backstage/plugin-auth-backend-module-oidc-provider 0.0.0-nightly-20241126023633 → 0.0.0-nightly-20241127023716

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 +13 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
- ## 0.0.0-nightly-20241126023633
3
+ ## 0.0.0-nightly-20241127023716
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20241126023633
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20241126023633
10
- - @backstage/plugin-auth-backend@0.0.0-nightly-20241126023633
8
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20241127023716
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241127023716
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241127023716
11
+
12
+ ## 0.3.3-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/backend-plugin-api@1.0.3-next.0
18
+ - @backstage/plugin-auth-node@0.5.5-next.0
19
+ - @backstage/plugin-auth-backend@0.24.1-next.0
11
20
 
12
21
  ## 0.3.2
13
22
 
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-20241126023633",
3
+ "version": "0.0.0-nightly-20241127023716",
4
4
  "description": "The oidc-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -34,17 +34,17 @@
34
34
  "test": "backstage-cli package test"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241126023633",
38
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20241126023633",
39
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241126023633",
37
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241127023716",
38
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20241127023716",
39
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241127023716",
40
40
  "express": "^4.18.2",
41
41
  "openid-client": "^5.5.0",
42
42
  "passport": "^0.7.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-defaults": "0.0.0-nightly-20241126023633",
46
- "@backstage/backend-test-utils": "0.0.0-nightly-20241126023633",
47
- "@backstage/cli": "0.0.0-nightly-20241126023633",
45
+ "@backstage/backend-defaults": "0.0.0-nightly-20241127023716",
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241127023716",
47
+ "@backstage/cli": "0.0.0-nightly-20241127023716",
48
48
  "@backstage/config": "1.3.0",
49
49
  "cookie-parser": "^1.4.6",
50
50
  "express-promise-router": "^4.1.1",