@backstage/plugin-auth-backend-module-github-provider 0.0.0-nightly-20240506021511 → 0.0.0-nightly-20240508020436

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 +9 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,19 @@
1
1
  # @backstage/plugin-auth-backend-module-github-provider
2
2
 
3
- ## 0.0.0-nightly-20240506021511
3
+ ## 0.0.0-nightly-20240508020436
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4a0577e: fix: Move config declarations to appropriate auth backend modules
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20240506021511
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240506021511
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240508020436
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240508020436
11
+
12
+ ## 0.1.15-next.2
13
+
14
+ ### Patch Changes
15
+
16
+ - 4a0577e: fix: Move config declarations to appropriate auth backend modules
11
17
 
12
18
  ## 0.1.15-next.1
13
19
 
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-20240506021511",
3
+ "version": "0.0.0-nightly-20240508020436",
4
4
  "description": "The github-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -32,15 +32,15 @@
32
32
  "test": "backstage-cli package test"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240506021511",
36
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240506021511",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240508020436",
36
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240508020436",
37
37
  "passport-github2": "^0.1.12"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/backend-defaults": "^0.0.0-nightly-20240506021511",
41
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240506021511",
42
- "@backstage/cli": "^0.0.0-nightly-20240506021511",
43
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240506021511",
40
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240508020436",
41
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240508020436",
42
+ "@backstage/cli": "^0.0.0-nightly-20240508020436",
43
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240508020436",
44
44
  "supertest": "^6.3.3"
45
45
  },
46
46
  "configSchema": "config.d.ts"