diff --git a/.changeset/blue-balloons-turn.md b/.changeset/blue-balloons-turn.md new file mode 100644 index 00000000000..cbe28da7286 --- /dev/null +++ b/.changeset/blue-balloons-turn.md @@ -0,0 +1,6 @@ +--- +"@keystone-6/core": major +--- + +Renamed `__ResolvedKeystoneConfig` to `ResolvedKeystoneConfig`. +Changed `config` function to return config with defaults instead of just type casting. This now returns `ResolvedKeystoneConfig` instead of `KeystoneConfig` diff --git a/.changeset/shaggy-beds-know.md b/.changeset/shaggy-beds-know.md new file mode 100644 index 00000000000..c7d8536ea0b --- /dev/null +++ b/.changeset/shaggy-beds-know.md @@ -0,0 +1,5 @@ +--- +"@keystone-6/auth": major +--- + +Changed type of `withAuth` input to `ResolvedKeystoneConfig` instead of `KeystoneConfig`