fastify / fastify-caching

A Fastify plugin to facilitate working with cache headers
MIT License
204 stars 26 forks source link

fix: update plugin semver to allow for rc versions #103

Closed Fdawgs closed 2 years ago

Fdawgs commented 2 years ago

Using ^4.0.0 causes the following error:

fastify-plugin: @fastify/caching - expected '^4.0.0' fastify version, '4.0.0-rc.3' is installed

Checklist