fastify 4.16.2 → 4.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fastify.js +1 -1
- package/package.json +2 -2
package/fastify.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fastify",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.3",
|
|
4
4
|
"description": "Fast and low overhead web framework, for Node.js",
|
|
5
5
|
"main": "fastify.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -152,7 +152,6 @@
|
|
|
152
152
|
"eslint-plugin-n": "^15.2.5",
|
|
153
153
|
"eslint-plugin-promise": "^6.0.1",
|
|
154
154
|
"fast-json-body": "^1.1.0",
|
|
155
|
-
"fast-json-stringify": "^5.7.0",
|
|
156
155
|
"fastify-plugin": "^4.2.1",
|
|
157
156
|
"fluent-json-schema": "^4.0.0",
|
|
158
157
|
"form-data": "^4.0.0",
|
|
@@ -182,6 +181,7 @@
|
|
|
182
181
|
"@fastify/ajv-compiler": "^3.5.0",
|
|
183
182
|
"@fastify/error": "^3.0.0",
|
|
184
183
|
"@fastify/fast-json-stringify-compiler": "^4.3.0",
|
|
184
|
+
"fast-json-stringify": "^5.7.0",
|
|
185
185
|
"abstract-logging": "^2.0.1",
|
|
186
186
|
"avvio": "^8.2.0",
|
|
187
187
|
"fast-content-type-parse": "^1.0.0",
|