@backstage/plugin-auth-backend 0.0.0-nightly-2022042277 → 0.0.0-nightly-20220923026
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 +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.6.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- e0e57817d2: Added Google Cloud Identity-Aware Proxy as an identity provider.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-common@0.
|
|
9
|
+
- @backstage/backend-common@0.10.2
|
|
10
10
|
|
|
11
11
|
## 0.6.0
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that handles authentication",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220923026",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"clean": "backstage-cli clean"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
34
|
-
"@backstage/catalog-client": "^0.
|
|
35
|
-
"@backstage/catalog-model": "^0.
|
|
36
|
-
"@backstage/config": "^0.
|
|
37
|
-
"@backstage/errors": "^0.
|
|
38
|
-
"@backstage/test-utils": "^0.
|
|
39
|
-
"@backstage/types": "^0.
|
|
33
|
+
"@backstage/backend-common": "^0.0.0-nightly-20220923026",
|
|
34
|
+
"@backstage/catalog-client": "^0.0.0-nightly-20220923026",
|
|
35
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20220923026",
|
|
36
|
+
"@backstage/config": "^0.0.0-nightly-20220923026",
|
|
37
|
+
"@backstage/errors": "^0.0.0-nightly-20220923026",
|
|
38
|
+
"@backstage/test-utils": "^0.0.0-nightly-20220923026",
|
|
39
|
+
"@backstage/types": "^0.0.0-nightly-20220923026",
|
|
40
40
|
"@google-cloud/firestore": "^4.15.1",
|
|
41
41
|
"@types/express": "^4.17.6",
|
|
42
42
|
"@types/passport": "^1.0.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"yn": "^4.0.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
77
|
+
"@backstage/cli": "^0.0.0-nightly-20220923026",
|
|
78
78
|
"@types/body-parser": "^1.19.0",
|
|
79
79
|
"@types/cookie-parser": "^1.4.2",
|
|
80
80
|
"@types/express-session": "^1.17.2",
|