@backstage/plugin-auth-backend 0.22.3 → 0.22.4-next.0

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 +26 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.22.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.7-next.0
9
+ - @backstage/backend-plugin-api@0.6.17-next.0
10
+ - @backstage/catalog-client@1.6.3
11
+ - @backstage/catalog-model@1.4.5
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.9-next.0
16
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.9-next.0
17
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.12-next.0
18
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.14-next.0
19
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.14-next.0
20
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.14-next.0
21
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.12-next.0
22
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.14-next.0
23
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.10-next.0
24
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.8-next.0
25
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.10-next.0
26
+ - @backstage/plugin-auth-node@0.4.12-next.0
27
+ - @backstage/plugin-catalog-node@1.11.1-next.0
28
+
3
29
  ## 0.22.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
- "version": "0.22.3",
3
+ "version": "0.22.4-next.0",
4
4
  "description": "A Backstage backend plugin that handles authentication",
5
5
  "backstage": {
6
6
  "role": "backend-plugin"
@@ -37,25 +37,25 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.21.6",
41
- "@backstage/backend-plugin-api": "^0.6.16",
40
+ "@backstage/backend-common": "^0.21.7-next.0",
41
+ "@backstage/backend-plugin-api": "^0.6.17-next.0",
42
42
  "@backstage/catalog-client": "^1.6.3",
43
43
  "@backstage/catalog-model": "^1.4.5",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.8",
47
- "@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.8",
48
- "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.11",
49
- "@backstage/plugin-auth-backend-module-github-provider": "^0.1.13",
50
- "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.13",
51
- "@backstage/plugin-auth-backend-module-google-provider": "^0.1.13",
52
- "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.11",
53
- "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.13",
54
- "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.9",
55
- "@backstage/plugin-auth-backend-module-oidc-provider": "^0.1.7",
56
- "@backstage/plugin-auth-backend-module-okta-provider": "^0.0.9",
57
- "@backstage/plugin-auth-node": "^0.4.11",
58
- "@backstage/plugin-catalog-node": "^1.11.0",
46
+ "@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.9-next.0",
47
+ "@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.9-next.0",
48
+ "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.12-next.0",
49
+ "@backstage/plugin-auth-backend-module-github-provider": "^0.1.14-next.0",
50
+ "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.14-next.0",
51
+ "@backstage/plugin-auth-backend-module-google-provider": "^0.1.14-next.0",
52
+ "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.12-next.0",
53
+ "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.14-next.0",
54
+ "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.10-next.0",
55
+ "@backstage/plugin-auth-backend-module-oidc-provider": "^0.1.8-next.0",
56
+ "@backstage/plugin-auth-backend-module-okta-provider": "^0.0.10-next.0",
57
+ "@backstage/plugin-auth-node": "^0.4.12-next.0",
58
+ "@backstage/plugin-catalog-node": "^1.11.1-next.0",
59
59
  "@backstage/types": "^1.1.1",
60
60
  "@google-cloud/firestore": "^7.0.0",
61
61
  "@node-saml/passport-saml": "^4.0.4",
@@ -92,9 +92,9 @@
92
92
  "yn": "^4.0.0"
93
93
  },
94
94
  "devDependencies": {
95
- "@backstage/backend-defaults": "^0.2.16",
96
- "@backstage/backend-test-utils": "^0.3.6",
97
- "@backstage/cli": "^0.26.2",
95
+ "@backstage/backend-defaults": "^0.2.17-next.0",
96
+ "@backstage/backend-test-utils": "^0.3.7-next.0",
97
+ "@backstage/cli": "^0.26.3-next.0",
98
98
  "@types/body-parser": "^1.19.0",
99
99
  "@types/cookie-parser": "^1.4.2",
100
100
  "@types/express-session": "^1.17.2",