@hono/node-server
Advanced tools
+3
-1
@@ -196,4 +196,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
| case "OPTIONS": | ||
| case "PATCH": | ||
| case "POST": | ||
| case "PUT": return method; | ||
| case "PUT": | ||
| case "QUERY": return method; | ||
| } | ||
@@ -200,0 +202,0 @@ const upper = method.toUpperCase(); |
+3
-1
@@ -195,4 +195,6 @@ import { t as X_ALREADY_SENT } from "./constants-BLSFu_RU.mjs"; | ||
| case "OPTIONS": | ||
| case "PATCH": | ||
| case "POST": | ||
| case "PUT": return method; | ||
| case "PUT": | ||
| case "QUERY": return method; | ||
| } | ||
@@ -199,0 +201,0 @@ const upper = method.toUpperCase(); |
+1
-1
| { | ||
| "name": "@hono/node-server", | ||
| "version": "2.0.10", | ||
| "version": "2.0.11", | ||
| "description": "Node.js Adapter for Hono", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.mjs", |
120363
0.05%2802
0.14%