Skip to content

Commit a51ae79

Browse files
jessrynkarkendelljoseph
authored andcommitted
fix(next): missing @payloadcms/next/auth export (#12144)
Follow up to #11900. The `@payloadcms/next/auth` export was missing from the published package.json because it was excluded from the `publishConfig` property.
1 parent e613efc commit a51ae79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/next/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@
156156
"types": "./dist/exports/templates.d.ts",
157157
"default": "./dist/exports/templates.js"
158158
},
159+
"./auth": {
160+
"import": "./dist/exports/auth.js",
161+
"types": "./dist/exports/auth.d.ts",
162+
"default": "./dist/exports/auth.js"
163+
},
159164
"./utilities": {
160165
"import": "./dist/exports/utilities.js",
161166
"types": "./dist/exports/utilities.d.ts",

0 commit comments

Comments
 (0)