Skip to content

Commit bed6041

Browse files
committed
Fixed types
1 parent 5686bdc commit bed6041

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/nextjs-cache-handler/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nextjs-cache-handler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"next",
1919
"redis"
2020
],
21-
"version": "2.1.0-canary7",
21+
"version": "2.1.0-canary8",
2222
"type": "module",
2323
"license": "MIT",
2424
"description": "Next.js cache handlers",
@@ -65,7 +65,7 @@
6565
"local-lru": [
6666
"dist/handlers/local-lru.d.ts"
6767
],
68-
"cluster/withProxy": [
68+
"cluster/proxy": [
6969
"dist/helpers/redisClusterProxy.d.ts"
7070
],
7171
"helpers/withAbortSignal": [

0 commit comments

Comments
 (0)