@backstage/plugin-auth-backend 0.20.1 → 0.20.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/dist/index.d.ts CHANGED
@@ -654,6 +654,8 @@ declare const providers: Readonly<{
654
654
  } | undefined;
655
655
  } | undefined) => _backstage_plugin_auth_node.AuthProviderFactory;
656
656
  resolvers: Readonly<{
657
+ emailLocalPartMatchingUserEntityName: () => SignInResolver<unknown>;
658
+ emailMatchingUserEntityProfileEmail: () => SignInResolver<unknown>;
657
659
  emailMatchingUserEntityAnnotation(): SignInResolver<OAuthResult>;
658
660
  }>;
659
661
  }>;
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.1",
4
+ "version": "0.20.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@backstage/backend-common": "^0.20.0",
36
36
  "@backstage/backend-plugin-api": "^0.6.8",
37
- "@backstage/catalog-client": "^1.5.0",
37
+ "@backstage/catalog-client": "^1.5.1",
38
38
  "@backstage/catalog-model": "^1.4.3",
39
39
  "@backstage/config": "^1.1.1",
40
40
  "@backstage/errors": "^1.2.3",