File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/nextjs-cache-handler Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -160,11 +160,11 @@ const { PHASE_PRODUCTION_BUILD } = require("next/constants");
160160
161161// @fortedigital/nextjs-cache-handler dependencies
162162const createCompositeHandler =
163- require (" @fortedigital/nextjs-cache-handler/handlers/ composite" ).default ;
163+ require (" @fortedigital/nextjs-cache-handler/composite" ).default ;
164164const createRedisHandler =
165- require (" @fortedigital/nextjs-cache-handler/handlers/ redis-strings" ).default ;
165+ require (" @fortedigital/nextjs-cache-handler/redis-strings" ).default ;
166166const createBufferStringHandler =
167- require (" @fortedigital/nextjs-cache-handler/handlers/ buffer-string-decorator" ).default ;
167+ require (" @fortedigital/nextjs-cache-handler/buffer-string-decorator" ).default ;
168168const {
169169 Next15CacheHandler ,
170170} = require (" @fortedigital/nextjs-cache-handler" );
Original file line number Diff line number Diff line change 1616 "description" : " Next.js cache handlers" ,
1717 "exports" : {
1818 "." : {
19- "require" : " ./dist/cache-handler.cjs" ,
20- "import" : " ./dist/cache-handler.js"
19+ "require" : " ./dist/handlers/next-15- cache-handler.cjs" ,
20+ "import" : " ./dist/handlers/next-15- cache-handler.js"
2121 },
2222 "./*" : {
2323 "require" : " ./dist/handlers/*.cjs" ,
You can’t perform that action at this time.
0 commit comments