srvx-nightly 0.10.1-20260117-120118-584cc46 → 0.10.1-20260117-190542-79d407f
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/dist/adapters/node.mjs +0 -1
- package/package.json +1 -1
package/dist/adapters/node.mjs
CHANGED
|
@@ -210,7 +210,6 @@ const NodeRequest = /* @__PURE__ */ (() => {
|
|
|
210
210
|
const { req, res } = this.runtime.node;
|
|
211
211
|
const abortController = this.#abortController;
|
|
212
212
|
const abort = (err) => abortController.abort?.(err);
|
|
213
|
-
req.once("error", abort);
|
|
214
213
|
if (res) res.once("close", () => {
|
|
215
214
|
const reqError = req.errored;
|
|
216
215
|
if (reqError) abort(reqError);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "srvx-nightly",
|
|
3
|
-
"version": "0.10.1-20260117-
|
|
3
|
+
"version": "0.10.1-20260117-190542-79d407f",
|
|
4
4
|
"description": "Universal Server API based on web platform standards. Works seamlessly with Deno, Bun and Node.js.",
|
|
5
5
|
"homepage": "https://srvx.h3.dev",
|
|
6
6
|
"repository": "h3js/srvx",
|