File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/nextjs-cache-handler Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const { CacheHandler } = require("@fortedigital/nextjs-cache-handler");
3030module.exports = CacheHandler;
3131```
3232
33- ####
33+ ` createBufferStringHandler ` was built into ` redis-strings ` and does not need to be used with Next 15 anymore.
3434
3535### 1.2.x -> ^1.3.x
3636
Original file line number Diff line number Diff line change 1818 " next" ,
1919 " redis"
2020 ],
21- "version" : " 2.0.0-canary1 " ,
21+ "version" : " 2.0.0-canary2 " ,
2222 "type" : " module" ,
2323 "license" : " MIT" ,
2424 "description" : " Next.js cache handlers" ,
5454 },
5555 "scripts" : {
5656 "build" : " tsup --dts-resolve" ,
57+ "prepare" : " npm run build" ,
5758 "clean" : " rimraf ./dist ./.turbo ./node_modules" ,
5859 "dev" : " tsup --watch" ,
5960 "test" : " tsx --test src/**/*.test.ts" ,
You can’t perform that action at this time.
0 commit comments