Skip to content

Commit

Permalink
Import from top level of package (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored Feb 25, 2021
1 parent b1da780 commit e6844dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/moody-windows-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-next/auth': patch
---

Updated import of `KeystoneContext` to use top level `types` package API.
2 changes: 1 addition & 1 deletion packages-next/auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { getMagicAuthLinkSchema } from './gql/getMagicAuthLinkSchema';

import { signinTemplate } from './templates/signin';
import { initTemplate } from './templates/init';
import { KeystoneContext } from '@keystone-next/types/src/core';
import { KeystoneContext } from '@keystone-next/types';

const getSchemaExtension = ({
identityField,
Expand Down

1 comment on commit e6844dd

@vercel
Copy link

@vercel vercel bot commented on e6844dd Feb 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.