fastify-raw-body
Advanced tools
Comparing version 4.2.1 to 4.2.2
{ | ||
"name": "fastify-raw-body", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Request raw body", | ||
@@ -5,0 +5,0 @@ "main": "plugin.js", |
@@ -106,3 +106,3 @@ 'use strict' | ||
const plugin = fp(rawBody, { | ||
fastify: '^4.10.x', | ||
fastify: '^4.19.x', | ||
name: 'fastify-raw-body' | ||
@@ -109,0 +109,0 @@ }) |
@@ -22,2 +22,3 @@ # fastify-raw-body | ||
| `^4.0.0` | `^4.0.0` | | ||
| `^4.2.1` | `^4.19.0` | | ||
@@ -24,0 +25,0 @@ |
@@ -80,3 +80,3 @@ 'use strict' | ||
t.ok(err) | ||
t.match(err.message, /expected '\^4.10.x' fastify version/) | ||
t.match(err.message, /expected '\^4.19.x' fastify version/) | ||
}) | ||
@@ -83,0 +83,0 @@ }) |
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
25124
75