From dae4748659bd41604cba90fdfb731fbe1c3faadd Mon Sep 17 00:00:00 2001 From: J H <2364004+Blu-J@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:42:57 -0700 Subject: [PATCH] chore: Beta 7 --- lib/inits/setupExports.ts | 2 +- lib/types.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/inits/setupExports.ts b/lib/inits/setupExports.ts index 70ba15a..bad6dd9 100644 --- a/lib/inits/setupExports.ts +++ b/lib/inits/setupExports.ts @@ -3,7 +3,7 @@ import { Utils } from "../util/utils" export type SetupExports = (opts: { effects: Effects - utils: Utils + utils: Utils }) => | { ui: ExposeUiPaths diff --git a/lib/types.ts b/lib/types.ts index 338e7a7..657c09c 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -114,8 +114,8 @@ export type ValidIfNoStupidEscape = A extends | `${string}\\"${string}` ? never : "" extends A & "" - ? never - : A + ? never + : A export type ConfigRes = { /** This should be the previous config, that way during set config we start with the previous */