@backstage/plugin-auth-backend-module-google-provider 0.2.1 → 0.2.2-next.1
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 +17 -0
- package/config.d.ts +1 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-google-provider
|
|
2
2
|
|
|
3
|
+
## 0.2.2-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b833660: Fix visibility of config for use in front end code
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-plugin-api@1.0.2-next.1
|
|
10
|
+
- @backstage/plugin-auth-node@0.5.4-next.1
|
|
11
|
+
|
|
12
|
+
## 0.2.2-next.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/plugin-auth-node@0.5.4-next.0
|
|
18
|
+
- @backstage/backend-plugin-api@1.0.2-next.0
|
|
19
|
+
|
|
3
20
|
## 0.2.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/config.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend-module-google-provider",
|
|
3
|
-
"version": "0.2.1",
|
|
3
|
+
"version": "0.2.2-next.1",
|
|
4
4
|
"description": "A Google auth provider module for the Backstage auth backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"test": "backstage-cli package test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/backend-plugin-api": "
|
|
42
|
-
"@backstage/plugin-auth-node": "
|
|
41
|
+
"@backstage/backend-plugin-api": "1.0.2-next.1",
|
|
42
|
+
"@backstage/plugin-auth-node": "0.5.4-next.1",
|
|
43
43
|
"google-auth-library": "^9.0.0",
|
|
44
44
|
"passport-google-oauth20": "^2.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@backstage/backend-test-utils": "
|
|
48
|
-
"@backstage/cli": "
|
|
49
|
-
"@backstage/plugin-auth-backend": "
|
|
47
|
+
"@backstage/backend-test-utils": "1.0.3-next.1",
|
|
48
|
+
"@backstage/cli": "0.29.0-next.1",
|
|
49
|
+
"@backstage/plugin-auth-backend": "0.24.0-next.1",
|
|
50
50
|
"@types/passport-google-oauth20": "^2.0.3",
|
|
51
51
|
"supertest": "^7.0.0"
|
|
52
52
|
},
|