@backstage/plugin-auth-backend 0.20.3-next.1 → 0.20.3-next.2
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 +18 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
+
## 0.20.3-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@0.6.9-next.2
|
|
9
|
+
- @backstage/backend-common@0.20.1-next.2
|
|
10
|
+
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.1-next.2
|
|
11
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.3-next.2
|
|
12
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.6-next.2
|
|
13
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.6-next.2
|
|
14
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.6-next.2
|
|
15
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.6-next.2
|
|
16
|
+
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.1-next.2
|
|
17
|
+
- @backstage/plugin-auth-backend-module-okta-provider@0.0.2-next.2
|
|
18
|
+
- @backstage/plugin-auth-node@0.4.3-next.2
|
|
19
|
+
- @backstage/plugin-catalog-node@1.6.1-next.2
|
|
20
|
+
|
|
3
21
|
## 0.20.3-next.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
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.20.3-next.
|
|
4
|
+
"version": "0.20.3-next.2",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.20.1-next.
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.6.9-next.
|
|
35
|
+
"@backstage/backend-common": "^0.20.1-next.2",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.6.9-next.2",
|
|
37
37
|
"@backstage/catalog-client": "^1.5.2-next.0",
|
|
38
38
|
"@backstage/catalog-model": "^1.4.3",
|
|
39
39
|
"@backstage/config": "^1.1.1",
|
|
40
40
|
"@backstage/errors": "^1.2.3",
|
|
41
|
-
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.1-next.
|
|
42
|
-
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.3-next.
|
|
43
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.6-next.
|
|
44
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.6-next.
|
|
45
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.6-next.
|
|
46
|
-
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.6-next.
|
|
47
|
-
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.1-next.
|
|
48
|
-
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.2-next.
|
|
49
|
-
"@backstage/plugin-auth-node": "^0.4.3-next.
|
|
50
|
-
"@backstage/plugin-catalog-node": "^1.6.1-next.
|
|
41
|
+
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.1-next.2",
|
|
42
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.3-next.2",
|
|
43
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.6-next.2",
|
|
44
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.6-next.2",
|
|
45
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.6-next.2",
|
|
46
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.6-next.2",
|
|
47
|
+
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.1-next.2",
|
|
48
|
+
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.2-next.2",
|
|
49
|
+
"@backstage/plugin-auth-node": "^0.4.3-next.2",
|
|
50
|
+
"@backstage/plugin-catalog-node": "^1.6.1-next.2",
|
|
51
51
|
"@google-cloud/firestore": "^7.0.0",
|
|
52
52
|
"@types/express": "^4.17.6",
|
|
53
53
|
"@types/passport": "^1.0.3",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"yn": "^4.0.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/backend-defaults": "^0.2.9-next.
|
|
89
|
-
"@backstage/backend-test-utils": "^0.2.10-next.
|
|
88
|
+
"@backstage/backend-defaults": "^0.2.9-next.2",
|
|
89
|
+
"@backstage/backend-test-utils": "^0.2.10-next.2",
|
|
90
90
|
"@backstage/cli": "^0.25.1-next.1",
|
|
91
91
|
"@types/body-parser": "^1.19.0",
|
|
92
92
|
"@types/cookie-parser": "^1.4.2",
|