From 301d517892a99d8849f831bf6f282a63db3f4f41 Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Mon, 29 Apr 2024 09:30:09 +0000 Subject: [PATCH] chore: delete removed next-auth patch (#6729) --- .../patches/next-auth-npm-4.24.5-8428e11927.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .yarn/patches/next-auth-npm-4.24.5-8428e11927.patch diff --git a/.yarn/patches/next-auth-npm-4.24.5-8428e11927.patch b/.yarn/patches/next-auth-npm-4.24.5-8428e11927.patch deleted file mode 100644 index c66072ae0f..0000000000 --- a/.yarn/patches/next-auth-npm-4.24.5-8428e11927.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/package.json b/package.json -index ca30bca63196b923fa5a27eb85ce2ee890222d36..39e9d08dea40f25568a39bfbc0154458d32c8a66 100644 ---- a/package.json -+++ b/package.json -@@ -31,6 +31,10 @@ - "types": "./index.d.ts", - "default": "./index.js" - }, -+ "./core": { -+ "types": "./core/index.d.ts", -+ "default": "./core/index.js" -+ }, - "./adapters": { - "types": "./adapters.d.ts" - },