@backstage/plugin-auth-backend-module-github-provider 0.0.0-nightly-20250423023843 → 0.0.0-nightly-20250424023952

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 +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-auth-backend-module-github-provider
2
2
 
3
- ## 0.0.0-nightly-20250423023843
3
+ ## 0.0.0-nightly-20250424023952
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5cdfe05: Added missing types package
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250423023843
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20250423023843
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250424023952
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250424023952
11
11
 
12
12
  ## 0.3.3-next.0
13
13
 
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-20250423023843",
3
+ "version": "0.0.0-nightly-20250424023952",
4
4
  "description": "The github-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,15 +37,15 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250423023843",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250423023843",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250424023952",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250424023952",
42
42
  "passport-github2": "^0.1.12"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-defaults": "0.0.0-nightly-20250423023843",
46
- "@backstage/backend-test-utils": "0.0.0-nightly-20250423023843",
47
- "@backstage/cli": "0.0.0-nightly-20250423023843",
48
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250423023843",
45
+ "@backstage/backend-defaults": "0.0.0-nightly-20250424023952",
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250424023952",
47
+ "@backstage/cli": "0.0.0-nightly-20250424023952",
48
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250424023952",
49
49
  "@backstage/types": "1.2.1",
50
50
  "@types/passport-github2": "^1.2.4",
51
51
  "supertest": "^7.0.0"