Skip to content

Commit b614012

Browse files
committed
F
1 parent 52393e2 commit b614012

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const { CacheHandler } = require("@fortedigital/nextjs-cache-handler");
3030
module.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

packages/nextjs-cache-handler/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",
@@ -54,6 +54,7 @@
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",

0 commit comments

Comments
 (0)