@jsenv/core 39.5.19 → 39.5.20
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/jsenv_core.js +2 -0
- package/package.json +2 -2
package/dist/jsenv_core.js
CHANGED
|
@@ -4850,6 +4850,8 @@ const writeHead = (
|
|
|
4850
4850
|
});
|
|
4851
4851
|
if (statusText === undefined) {
|
|
4852
4852
|
statusText = statusTextFromStatus(status);
|
|
4853
|
+
} else {
|
|
4854
|
+
statusText = statusText.replace(/\\n/g, "\n");
|
|
4853
4855
|
}
|
|
4854
4856
|
if (responseIsServerHttp2Stream) {
|
|
4855
4857
|
nodeHeaders = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "39.5.
|
|
3
|
+
"version": "39.5.20",
|
|
4
4
|
"description": "Tool to develop, test and build js projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@jsenv/plugin-supervisor": "1.5.25",
|
|
82
82
|
"@jsenv/plugin-transpilation": "1.4.84",
|
|
83
83
|
"@jsenv/runtime-compat": "1.3.1",
|
|
84
|
-
"@jsenv/server": "15.3.
|
|
84
|
+
"@jsenv/server": "15.3.2",
|
|
85
85
|
"@jsenv/sourcemap": "1.2.25",
|
|
86
86
|
"@jsenv/url-meta": "8.5.2",
|
|
87
87
|
"@jsenv/urls": "2.5.2",
|