@jsenv/core 39.5.19 → 39.5.21

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.
@@ -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.19",
3
+ "version": "39.5.21",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -78,10 +78,10 @@
78
78
  "@jsenv/node-esm-resolution": "1.0.6",
79
79
  "@jsenv/plugin-bundling": "2.7.16",
80
80
  "@jsenv/plugin-minification": "1.5.10",
81
- "@jsenv/plugin-supervisor": "1.5.25",
81
+ "@jsenv/plugin-supervisor": "1.5.26",
82
82
  "@jsenv/plugin-transpilation": "1.4.84",
83
83
  "@jsenv/runtime-compat": "1.3.1",
84
- "@jsenv/server": "15.3.1",
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",