1
0
mirror of synced 2025-12-25 11:00:31 -05:00
Files
blitz/patches/next-auth@4.18.7.patch
Siddharth Suresh b97366c427 Remove unintended dependency on next-auth (#4235)
* export `next-auth` and all its requirements in a sub-directory

* Create modern-insects-raise.md

* undo changes to `secure-password` adapter

* try another way

* Update .changeset/modern-insects-raise.md

* Update .changeset/modern-insects-raise.md

* patch next-auth
2023-10-30 18:41:44 +05:30

16 lines
668 B
Diff

diff --git a/package.json b/package.json
index 42c10484d14e2b029157acf9a08087e8133b20d2..c5a6acce9dd9c8f24271be0b8ae19df680ea0f7b 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,10 @@
"./next": "./next/index.js",
"./middleware": "./middleware.js",
"./client/_utils": "./client/_utils.js",
- "./providers/*": "./providers/*.js"
+ "./providers/*": "./providers/*.js",
+ "./core/init": "./core/init.js",
+ "./core/lib/oauth/authorization-url": "./core/lib/oauth/authorization-url.js",
+ "./core/lib/oauth/callback": "./core/lib/oauth/callback.js"
},
"scripts": {
"build": "pnpm clean && pnpm build:js && pnpm build:css",