@backstage/plugin-auth-backend-module-github-provider 0.0.0-nightly-20260331031753 → 0.0.0-nightly-20260401031737

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,20 @@
1
1
  # @backstage/plugin-auth-backend-module-github-provider
2
2
 
3
- ## 0.0.0-nightly-20260331031753
3
+ ## 0.0.0-nightly-20260401031737
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260331031753
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20260331031753
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260401031737
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20260401031737
10
+
11
+ ## 0.5.2-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/backend-plugin-api@1.9.0-next.1
17
+ - @backstage/plugin-auth-node@0.7.0-next.1
10
18
 
11
19
  ## 0.5.2-next.0
12
20
 
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
2
- import { PassportOAuthAuthenticatorHelper, PassportProfile, OAuthAuthenticatorResult } from '@backstage/plugin-auth-node';
2
+ import { PassportProfile, PassportOAuthAuthenticatorHelper, OAuthAuthenticatorResult } from '@backstage/plugin-auth-node';
3
3
  import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
4
4
 
5
5
  /** @public */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-github-provider",
3
- "version": "0.0.0-nightly-20260331031753",
3
+ "version": "0.0.0-nightly-20260401031737",
4
4
  "description": "The github-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,16 +37,16 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260331031753",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20260331031753",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260401031737",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20260401031737",
42
42
  "passport-github2": "^0.1.12",
43
43
  "zod": "^3.25.76 || ^4.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-defaults": "0.0.0-nightly-20260331031753",
47
- "@backstage/backend-test-utils": "0.0.0-nightly-20260331031753",
48
- "@backstage/cli": "0.0.0-nightly-20260331031753",
49
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20260331031753",
46
+ "@backstage/backend-defaults": "0.0.0-nightly-20260401031737",
47
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260401031737",
48
+ "@backstage/cli": "0.0.0-nightly-20260401031737",
49
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20260401031737",
50
50
  "@backstage/types": "1.2.2",
51
51
  "@types/passport-github2": "^1.2.4",
52
52
  "supertest": "^7.0.0"