@backstage/plugin-auth-backend-module-github-provider 0.0.0-nightly-20260126030220 → 0.0.0-nightly-20260127025640

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 +4 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-github-provider
2
2
 
3
- ## 0.0.0-nightly-20260126030220
3
+ ## 0.0.0-nightly-20260127025640
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,9 +8,10 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - 69d880e: Bump to latest zod to ensure it has the latest features
11
12
  - Updated dependencies
12
- - @backstage/plugin-auth-node@0.6.11
13
- - @backstage/backend-plugin-api@1.6.1
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20260127025640
14
15
 
15
16
  ## 0.4.0
16
17
 
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-20260126030220",
3
+ "version": "0.0.0-nightly-20260127025640",
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": "1.6.1",
41
- "@backstage/plugin-auth-node": "0.6.11",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260127025640",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20260127025640",
42
42
  "passport-github2": "^0.1.12",
43
- "zod": "^3.22.4"
43
+ "zod": "^3.25.76"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-defaults": "0.0.0-nightly-20260126030220",
47
- "@backstage/backend-test-utils": "0.0.0-nightly-20260126030220",
48
- "@backstage/cli": "0.0.0-nightly-20260126030220",
49
- "@backstage/plugin-auth-backend": "0.26.0",
46
+ "@backstage/backend-defaults": "0.0.0-nightly-20260127025640",
47
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260127025640",
48
+ "@backstage/cli": "0.0.0-nightly-20260127025640",
49
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20260127025640",
50
50
  "@backstage/types": "1.2.2",
51
51
  "@types/passport-github2": "^1.2.4",
52
52
  "supertest": "^7.0.0"