maxserver 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -211,7 +211,7 @@ Use `createError(code, message)` to stop immediately with a clean HTTP error.
211
211
  if (!user) throw createError(404, "User not found");
212
212
  ```
213
213
 
214
- Rule of thumb: make the message something you would want to see at 02:00 in logs.
214
+ Rule of thumb: make the message something you would want to see at 03:00 in logs.
215
215
 
216
216
  ---
217
217
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maxserver",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Node server setup based fastify",
5
5
  "author": "Max Matinpalo",
6
6
  "type": "module",