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");
30
30
module.exports = CacheHandler;
31
31
```
32
32
33
- ####
33
+ ` createBufferStringHandler ` was built into ` redis-strings ` and does not need to be used with Next 15 anymore.
34
34
35
35
### 1.2.x -> ^1.3.x
36
36
Original file line number Diff line number Diff line change 18
18
" next" ,
19
19
" redis"
20
20
],
21
- "version" : " 2.0.0-canary1 " ,
21
+ "version" : " 2.0.0-canary2 " ,
22
22
"type" : " module" ,
23
23
"license" : " MIT" ,
24
24
"description" : " Next.js cache handlers" ,
54
54
},
55
55
"scripts" : {
56
56
"build" : " tsup --dts-resolve" ,
57
+ "prepare" : " npm run build" ,
57
58
"clean" : " rimraf ./dist ./.turbo ./node_modules" ,
58
59
"dev" : " tsup --watch" ,
59
60
"test" : " tsx --test src/**/*.test.ts" ,
You can’t perform that action at this time.
0 commit comments