miqro 8.0.4 → 8.0.6
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/build/lib.cjs +2 -2
- package/package.json +2 -2
package/build/lib.cjs
CHANGED
|
@@ -3624,7 +3624,7 @@ var Response = class _Response extends import_node_http.ServerResponse {
|
|
|
3624
3624
|
return this.asyncEnd({
|
|
3625
3625
|
status,
|
|
3626
3626
|
headers: {
|
|
3627
|
-
|
|
3627
|
+
Connection: "close"
|
|
3628
3628
|
}
|
|
3629
3629
|
});
|
|
3630
3630
|
}
|
|
@@ -3699,7 +3699,7 @@ var Response = class _Response extends import_node_http.ServerResponse {
|
|
|
3699
3699
|
}
|
|
3700
3700
|
}
|
|
3701
3701
|
}
|
|
3702
|
-
this.setHeader("
|
|
3702
|
+
this.setHeader("Connection", "close");
|
|
3703
3703
|
this.end(nBody, () => {
|
|
3704
3704
|
resolve20();
|
|
3705
3705
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "miqro",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/esm/lib.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"typescript": "^5.9.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@miqro/core": "^5.1.
|
|
32
|
+
"@miqro/core": "^5.1.5",
|
|
33
33
|
"@miqro/jsx": "^1.0.2",
|
|
34
34
|
"@miqro/jsx-dom": "^1.0.6",
|
|
35
35
|
"@miqro/jsx-node": "^1.0.9",
|