fastify-accepts-serializer
Advanced tools
Comparing version 1.0.2 to 2.0.0
@@ -58,4 +58,4 @@ 'use strict' | ||
module.exports = fp(acceptsSerializerPlugin, { | ||
fastify: '^1.10.0', | ||
fastify: '>=2.x', | ||
name: 'fastify-accepts-serializer' | ||
}) |
{ | ||
"name": "fastify-accepts-serializer", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "Serializer according to the accept header", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"fastify": "^1.10.0", | ||
"fastify": "next", | ||
"msgpack5": "^4.2.1", | ||
@@ -25,0 +25,0 @@ "pre-commit": "^1.2.2", |
@@ -5,4 +5,6 @@ # fastify-accepts-serializer | ||
Serializer according to the `Accept` header. Supports Fastify versions `^1.10.0` | ||
Serializer according to the `Accept` header. Supports Fastify versions `>=2.0.0` | ||
Please refer to [this branch](https://github.com/fastify/fastify-accepts-serializer/tree/1.x) and related versions for Fastify ^1.10.0 compatibility. | ||
## Install | ||
@@ -9,0 +11,0 @@ ```sh |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16355
65