@backstage/plugin-auth-backend 0.0.0-nightly-2021101022158 → 0.0.0-nightly-2021101422237
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 +4 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.4.7
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 5ee31f860b: Only use settings that have a value when creating a new FirestoreKeyStore instance
|
|
8
8
|
- 3e0e2f09d5: Added forwarding of the `audience` option for the SAML provider, making it possible to enable `audience` verification.
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/backend-common@0.
|
|
11
|
-
- @backstage/test-utils@0.
|
|
12
|
-
- @backstage/catalog-client@0.
|
|
10
|
+
- @backstage/backend-common@0.9.9
|
|
11
|
+
- @backstage/test-utils@0.1.21
|
|
12
|
+
- @backstage/catalog-client@0.5.1
|
|
13
13
|
|
|
14
14
|
## 0.4.6
|
|
15
15
|
|
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-2021101422237",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"clean": "backstage-cli clean"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
34
|
-
"@backstage/catalog-client": "^0.0.0-nightly-
|
|
35
|
-
"@backstage/catalog-model": "^0.
|
|
33
|
+
"@backstage/backend-common": "^0.0.0-nightly-2021101422237",
|
|
34
|
+
"@backstage/catalog-client": "^0.0.0-nightly-2021101422237",
|
|
35
|
+
"@backstage/catalog-model": "^0.0.0-nightly-2021101422237",
|
|
36
36
|
"@backstage/config": "^0.1.11",
|
|
37
|
-
"@backstage/errors": "^0.
|
|
38
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/errors": "^0.0.0-nightly-2021101422237",
|
|
38
|
+
"@backstage/test-utils": "^0.0.0-nightly-2021101422237",
|
|
39
39
|
"@google-cloud/firestore": "^4.15.1",
|
|
40
40
|
"@types/express": "^4.17.6",
|
|
41
41
|
"@types/passport": "^1.0.3",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"yn": "^4.0.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
76
|
+
"@backstage/cli": "^0.0.0-nightly-2021101422237",
|
|
77
77
|
"@types/body-parser": "^1.19.0",
|
|
78
78
|
"@types/cookie-parser": "^1.4.2",
|
|
79
79
|
"@types/express-session": "^1.17.2",
|