From b43d0a21a2913333bf19e5a0d08b81d99ab45c5c Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:25:20 +1100 Subject: [PATCH] update changeset --- .changeset/shaggy-beds-know.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/shaggy-beds-know.md b/.changeset/shaggy-beds-know.md index 9c2160c1c2c..bbcebb23a5a 100644 --- a/.changeset/shaggy-beds-know.md +++ b/.changeset/shaggy-beds-know.md @@ -2,4 +2,4 @@ "@keystone-6/auth": minor --- -Changed type of `withAuth` input to `ResolvedKeystoneConfig` instead of `KeystoneConfig` +Change the type of `withAuth`'s first parameter to be a `ResolvedKeystoneConfig`, rather than `KeystoneConfig`