@backstage/plugin-auth-backend-module-github-provider 0.0.0-nightly-20260122025558 → 0.0.0-nightly-20260124024840

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # @backstage/plugin-auth-backend-module-github-provider
2
2
 
3
- ## 0.0.0-nightly-20260122025558
3
+ ## 0.0.0-nightly-20260124024840
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - ff07934: Added the `userIdMatchingUserEntityAnnotation` sign-in resolver that matches users by their GitHub user ID.
8
8
 
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/plugin-auth-node@0.6.11
13
+ - @backstage/backend-plugin-api@1.6.1
14
+
9
15
  ## 0.4.0
10
16
 
11
17
  ### Minor Changes
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-20260122025558",
3
+ "version": "0.0.0-nightly-20260124024840",
4
4
  "description": "The github-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -43,9 +43,9 @@
43
43
  "zod": "^3.22.4"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-defaults": "0.15.0",
47
- "@backstage/backend-test-utils": "1.10.3",
48
- "@backstage/cli": "0.35.2",
46
+ "@backstage/backend-defaults": "0.0.0-nightly-20260124024840",
47
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260124024840",
48
+ "@backstage/cli": "0.0.0-nightly-20260124024840",
49
49
  "@backstage/plugin-auth-backend": "0.26.0",
50
50
  "@backstage/types": "1.2.2",
51
51
  "@types/passport-github2": "^1.2.4",