Skip to content

Commit bf636f8

Browse files
committed
F
1 parent ac56405 commit bf636f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"next",
1919
"redis"
2020
],
21-
"version": "2.1.0-canary2",
21+
"version": "2.1.0-canary3",
2222
"type": "module",
2323
"license": "MIT",
2424
"description": "Next.js cache handlers",
@@ -36,8 +36,8 @@
3636
"import": "./dist/instrumentation/instrumentation.js"
3737
},
3838
"./cluster/withProxy": {
39-
"require": "./dist/helpers/withProxy.cjs",
40-
"import": "./dist/helpers/withProxy.js"
39+
"require": "./dist/helpers/redisClusterProxy.cjs",
40+
"import": "./dist/helpers/redisClusterProxy.js"
4141
},
4242
"./helpers/withAbortSignal": {
4343
"require": "./dist/helpers/withAbortSignal.cjs",
@@ -65,7 +65,7 @@
6565
"dist/handlers/redis-cluster-strings.d.ts"
6666
],
6767
"cluster/withProxy": [
68-
"dist/helpers/withProxy.d.ts"
68+
"dist/helpers/redisClusterProxy.d.ts"
6969
],
7070
"helpers/withAbortSignal": [
7171
"dist/helpers/withAbortSignal.d.ts"

0 commit comments

Comments
 (0)