* 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
16 lines
668 B
Diff
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",
|