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

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,15 +1,13 @@
1
1
  # @backstage/plugin-auth-backend-module-oauth2-proxy-provider
2
2
 
3
- ## 0.2.16-next.0
3
+ ## 0.2.16
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 7455dae: Use node prefix on native imports
8
- - 69d880e: Bump to latest zod to ensure it has the latest features
7
+ - 5683c85: Bump to latest zod to ensure it has the latest features
9
8
  - Updated dependencies
10
- - @backstage/backend-plugin-api@1.7.0-next.0
11
- - @backstage/plugin-auth-node@0.6.12-next.0
12
- - @backstage/errors@1.2.7
9
+ - @backstage/backend-plugin-api@1.6.2
10
+ - @backstage/plugin-auth-node@0.6.12
13
11
 
14
12
  ## 0.2.15
15
13
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
2
2
  import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
3
- import { IncomingHttpHeaders } from 'node:http';
3
+ import { IncomingHttpHeaders } from 'http';
4
4
 
5
5
  /** @public */
6
6
  declare const authModuleOauth2ProxyProvider: _backstage_backend_plugin_api.BackendFeature;
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.16-next.0",
3
+ "version": "0.2.16",
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.7.0-next.0",
40
- "@backstage/errors": "1.2.7",
41
- "@backstage/plugin-auth-node": "0.6.12-next.0",
39
+ "@backstage/backend-plugin-api": "^1.6.2",
40
+ "@backstage/errors": "^1.2.7",
41
+ "@backstage/plugin-auth-node": "^0.6.12",
42
42
  "jose": "^5.0.0",
43
43
  "zod": "^3.25.76"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "1.10.4-next.0",
47
- "@backstage/cli": "0.35.3-next.0"
46
+ "@backstage/backend-test-utils": "^1.10.4",
47
+ "@backstage/cli": "^0.35.3"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {