Skip to content

Commit 56acd12

Browse files
authored
1.3.2 (#20)
* Readme note * Package version up
1 parent 493e18b commit 56acd12

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ npm install @fortedigital/nextjs-cache-handler
5151

5252
Package depends on the original `@neshca/cache-handler` package - you can use anything provided by it by using import/require from `@neshca/cache-handler`.
5353

54+
When using `npm` you may need `--legacy-peer-deps` to install the package in version <2.0.0. This is due to internal reference to `@neshca/cache-handler`.
55+
5456
## Next 15 Support
5557

5658
As `@neshca/cache-handler` does not officially support Next 15+ yet, we try to keep up with Next and prepare more or less temporary workarounds. At some point we will either create a fork of `@neshca/cache-handler` to fully support Next 15 or it gets updated by the maintainers. As for now we're building a set of decorators/workarounds you can use to build cache solutions for Next 15. We might need to do a full-blown rework which will be marked with a proper major version upgrade.

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "git+https://github.com/fortedigital/nextjs-cache-handler.git"
1212
},
13-
"version": "1.3.1",
13+
"version": "1.3.2",
1414
"type": "module",
1515
"license": "MIT",
1616
"description": "Next.js cache handlers",

0 commit comments

Comments
 (0)