@backstage/plugin-auth-backend-module-oauth2-proxy-provider 0.0.0-nightly-20260120025109 → 0.0.0-nightly-20260128025246

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,12 +1,25 @@
1
1
  # @backstage/plugin-auth-backend-module-oauth2-proxy-provider
2
2
 
3
- ## 0.0.0-nightly-20260120025109
3
+ ## 0.0.0-nightly-20260128025246
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
9
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20260120025109
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260120025109
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260128025246
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20260128025246
12
+ - @backstage/errors@1.2.7
13
+
14
+ ## 0.2.16-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 7455dae: Use node prefix on native imports
19
+ - 69d880e: Bump to latest zod to ensure it has the latest features
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@1.7.0-next.0
22
+ - @backstage/plugin-auth-node@0.6.12-next.0
10
23
  - @backstage/errors@1.2.7
11
24
 
12
25
  ## 0.2.15
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 'http';
3
+ import { IncomingHttpHeaders } from 'node: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.0.0-nightly-20260120025109",
3
+ "version": "0.0.0-nightly-20260128025246",
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": "0.0.0-nightly-20260120025109",
39
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260128025246",
40
40
  "@backstage/errors": "1.2.7",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20260120025109",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20260128025246",
42
42
  "jose": "^5.0.0",
43
- "zod": "^3.22.4"
43
+ "zod": "^3.25.76"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "0.0.0-nightly-20260120025109",
47
- "@backstage/cli": "0.0.0-nightly-20260120025109"
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260128025246",
47
+ "@backstage/cli": "0.0.0-nightly-20260128025246"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {