@backstage/plugin-auth-backend-module-oauth2-proxy-provider 0.2.15-next.0 → 0.2.15

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,5 +1,22 @@
1
1
  # @backstage/plugin-auth-backend-module-oauth2-proxy-provider
2
2
 
3
+ ## 0.2.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.6.10
9
+ - @backstage/backend-plugin-api@1.6.0
10
+
11
+ ## 0.2.15-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/plugin-auth-node@0.6.10-next.1
17
+ - @backstage/backend-plugin-api@1.6.0-next.1
18
+ - @backstage/errors@1.2.7
19
+
3
20
  ## 0.2.15-next.0
4
21
 
5
22
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -66,4 +66,5 @@ declare const oauth2ProxyAuthenticator: _backstage_plugin_auth_node.ProxyAuthent
66
66
  accessToken: string;
67
67
  }>;
68
68
 
69
- export { OAUTH2_PROXY_JWT_HEADER, type OAuth2ProxyResult, authModuleOauth2ProxyProvider as default, oauth2ProxyAuthenticator, oauth2ProxySignInResolvers };
69
+ export { OAUTH2_PROXY_JWT_HEADER, authModuleOauth2ProxyProvider as default, oauth2ProxyAuthenticator, oauth2ProxySignInResolvers };
70
+ export type { OAuth2ProxyResult };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
3
- "version": "0.2.15-next.0",
3
+ "version": "0.2.15",
4
4
  "description": "The oauth2-proxy-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,15 +36,15 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "1.5.1-next.0",
40
- "@backstage/errors": "1.2.7",
41
- "@backstage/plugin-auth-node": "0.6.10-next.0",
39
+ "@backstage/backend-plugin-api": "^1.6.0",
40
+ "@backstage/errors": "^1.2.7",
41
+ "@backstage/plugin-auth-node": "^0.6.10",
42
42
  "jose": "^5.0.0",
43
43
  "zod": "^3.22.4"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "1.10.1-next.0",
47
- "@backstage/cli": "0.34.6-next.0"
46
+ "@backstage/backend-test-utils": "^1.10.2",
47
+ "@backstage/cli": "^0.35.0"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {