@backstage/plugin-auth-backend 0.19.2 → 0.19.3

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/dist/index.d.ts CHANGED
@@ -645,9 +645,9 @@ declare const providers: Readonly<{
645
645
  } | undefined;
646
646
  } | undefined) => _backstage_plugin_auth_node.AuthProviderFactory;
647
647
  resolvers: Readonly<{
648
- emailLocalPartMatchingUserEntityName: () => SignInResolver<unknown>;
649
- emailMatchingUserEntityProfileEmail: () => SignInResolver<unknown>;
650
- emailMatchingUserEntityAnnotation(): SignInResolver<OAuthResult>;
648
+ emailMatchingUserEntityProfileEmail: () => _backstage_plugin_auth_node.SignInResolver<OAuthResult>;
649
+ emailLocalPartMatchingUserEntityName: () => _backstage_plugin_auth_node.SignInResolver<OAuthResult>;
650
+ emailMatchingUserEntityAnnotation: () => _backstage_plugin_auth_node.SignInResolver<OAuthResult>;
651
651
  }>;
652
652
  }>;
653
653
  oauth2: Readonly<{
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.19.2",
4
+ "version": "0.19.3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,19 +32,20 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.19.7",
36
- "@backstage/backend-plugin-api": "^0.6.5",
37
- "@backstage/catalog-client": "^1.4.4",
38
- "@backstage/catalog-model": "^1.4.2",
39
- "@backstage/config": "^1.1.0",
40
- "@backstage/errors": "^1.2.2",
41
- "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.1.2",
42
- "@backstage/plugin-auth-backend-module-github-provider": "^0.1.2",
43
- "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.2",
44
- "@backstage/plugin-auth-backend-module-google-provider": "^0.1.2",
45
- "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.2",
46
- "@backstage/plugin-auth-node": "^0.3.2",
47
- "@backstage/plugin-catalog-node": "^1.4.6",
35
+ "@backstage/backend-common": "^0.19.8",
36
+ "@backstage/backend-plugin-api": "^0.6.6",
37
+ "@backstage/catalog-client": "^1.4.5",
38
+ "@backstage/catalog-model": "^1.4.3",
39
+ "@backstage/config": "^1.1.1",
40
+ "@backstage/errors": "^1.2.3",
41
+ "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.0",
42
+ "@backstage/plugin-auth-backend-module-github-provider": "^0.1.3",
43
+ "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.3",
44
+ "@backstage/plugin-auth-backend-module-google-provider": "^0.1.3",
45
+ "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.0",
46
+ "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.3",
47
+ "@backstage/plugin-auth-node": "^0.4.0",
48
+ "@backstage/plugin-catalog-node": "^1.4.7",
48
49
  "@backstage/types": "^1.1.1",
49
50
  "@davidzemon/passport-okta-oauth": "^0.0.5",
50
51
  "@google-cloud/firestore": "^6.0.0",
@@ -84,9 +85,9 @@
84
85
  "yn": "^4.0.0"
85
86
  },
86
87
  "devDependencies": {
87
- "@backstage/backend-defaults": "^0.2.5",
88
- "@backstage/backend-test-utils": "^0.2.6",
89
- "@backstage/cli": "^0.22.13",
88
+ "@backstage/backend-defaults": "^0.2.6",
89
+ "@backstage/backend-test-utils": "^0.2.7",
90
+ "@backstage/cli": "^0.23.0",
90
91
  "@types/body-parser": "^1.19.0",
91
92
  "@types/cookie-parser": "^1.4.2",
92
93
  "@types/express-session": "^1.17.2",