@backstage/plugin-auth-backend-module-oidc-provider 0.0.0-nightly-20241118023529 → 0.0.0-nightly-20241122023551

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,14 +1,23 @@
1
1
  # @backstage/plugin-auth-backend-module-oidc-provider
2
2
 
3
- ## 0.0.0-nightly-20241118023529
3
+ ## 0.0.0-nightly-20241122023551
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241122023551
9
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20241122023551
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241122023551
11
+
12
+ ## 0.3.2
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - 5d74716: Remove unused backend-common dependency
8
17
  - Updated dependencies
9
- - @backstage/plugin-auth-backend@0.0.0-nightly-20241118023529
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20241118023529
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241118023529
18
+ - @backstage/plugin-auth-backend@0.24.0
19
+ - @backstage/plugin-auth-node@0.5.4
20
+ - @backstage/backend-plugin-api@1.0.2
12
21
 
13
22
  ## 0.3.2-next.2
14
23
 
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
2
2
  import { PassportOAuthAuthenticatorHelper } from '@backstage/plugin-auth-node';
3
3
  import * as openid_client from 'openid-client';
4
- import { Strategy, TokenSet, UserinfoResponse } from 'openid-client';
4
+ import { TokenSet, UserinfoResponse, Strategy } from 'openid-client';
5
5
  import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
6
6
 
7
7
  /**
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-20241118023529",
3
+ "version": "0.0.0-nightly-20241122023551",
4
4
  "description": "The oidc-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -34,18 +34,18 @@
34
34
  "test": "backstage-cli package test"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241118023529",
38
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20241118023529",
39
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241118023529",
37
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241122023551",
38
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20241122023551",
39
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241122023551",
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-20241118023529",
46
- "@backstage/backend-test-utils": "0.0.0-nightly-20241118023529",
47
- "@backstage/cli": "0.0.0-nightly-20241118023529",
48
- "@backstage/config": "0.0.0-nightly-20241118023529",
45
+ "@backstage/backend-defaults": "0.0.0-nightly-20241122023551",
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241122023551",
47
+ "@backstage/cli": "0.0.0-nightly-20241122023551",
48
+ "@backstage/config": "1.3.0",
49
49
  "cookie-parser": "^1.4.6",
50
50
  "express-promise-router": "^4.1.1",
51
51
  "express-session": "^1.17.3",