@hono/node-server
Advanced tools
+2
-1
@@ -407,3 +407,4 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
| return this[responseCache] ||= new GlobalResponse(this.#body, liveHeaders ? { | ||
| ...this.#init, | ||
| status: this.#init?.status, | ||
| statusText: this.#init?.statusText, | ||
| headers: liveHeaders | ||
@@ -410,0 +411,0 @@ } : this.#init); |
+2
-1
@@ -406,3 +406,4 @@ import { t as X_ALREADY_SENT } from "./constants-BLSFu_RU.mjs"; | ||
| return this[responseCache] ||= new GlobalResponse(this.#body, liveHeaders ? { | ||
| ...this.#init, | ||
| status: this.#init?.status, | ||
| statusText: this.#init?.statusText, | ||
| headers: liveHeaders | ||
@@ -409,0 +410,0 @@ } : this.#init); |
+3
-3
| { | ||
| "name": "@hono/node-server", | ||
| "version": "2.0.5", | ||
| "version": "2.0.6", | ||
| "description": "Node.js Adapter for Hono", | ||
@@ -75,3 +75,3 @@ "main": "dist/index.mjs", | ||
| "prerelease": "bun run build && bun run test --run", | ||
| "release": "np", | ||
| "release": "np --no-publish", | ||
| "lint": "eslint src test", | ||
@@ -104,3 +104,3 @@ "lint:fix": "eslint src test --fix", | ||
| "hono": "^4.12.8", | ||
| "np": "^7.7.0", | ||
| "np": "^11.2.1", | ||
| "prettier": "^3.2.4", | ||
@@ -107,0 +107,0 @@ "publint": "^0.3.18", |
108332
0.11%2462
0.08%