@backstage/plugin-auth-backend-module-oauth2-proxy-provider 0.0.0-nightly-20240617021823 → 0.0.0-nightly-20240621021638

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,23 @@
1
1
  # @backstage/plugin-auth-backend-module-oauth2-proxy-provider
2
2
 
3
- ## 0.0.0-nightly-20240617021823
3
+ ## 0.0.0-nightly-20240621021638
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240621021638
9
+ - @backstage/errors@1.2.4
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240621021638
11
+
12
+ ## 0.1.12
13
+
14
+ ### Patch Changes
15
+
16
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
7
17
  - d44a20a: Added additional plugin metadata to `package.json`.
8
18
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240617021823
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20240617021823
19
+ - @backstage/backend-plugin-api@0.6.19
20
+ - @backstage/plugin-auth-node@0.4.14
11
21
  - @backstage/errors@1.2.4
12
22
 
13
23
  ## 0.1.12-next.2
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
4
4
  import { IncomingHttpHeaders } from 'http';
5
5
 
6
6
  /** @public */
7
- declare const authModuleOauth2ProxyProvider: () => _backstage_backend_plugin_api.BackendFeature;
7
+ declare const authModuleOauth2ProxyProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
8
8
 
9
9
  /**
10
10
  * JWT header extraction result, containing the raw value and the parsed JWT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
3
- "version": "0.0.0-nightly-20240617021823",
3
+ "version": "0.0.0-nightly-20240621021638",
4
4
  "description": "The oauth2-proxy-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,13 +33,13 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240617021823",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240621021638",
37
37
  "@backstage/errors": "^1.2.4",
38
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240617021823",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240621021638",
39
39
  "jose": "^5.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240617021823",
43
- "@backstage/cli": "^0.0.0-nightly-20240617021823"
42
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240621021638",
43
+ "@backstage/cli": "^0.0.0-nightly-20240621021638"
44
44
  }
45
45
  }