@jaypie/express 1.2.11-dev.6 → 1.2.11
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/cjs/index.cjs +0 -2
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -856,8 +856,6 @@ class LambdaResponseStreaming extends node_stream.Writable {
|
|
|
856
856
|
for (const [key, value] of this._headers) {
|
|
857
857
|
headers[key] = Array.isArray(value) ? value.join(", ") : String(value);
|
|
858
858
|
}
|
|
859
|
-
// Add version header for deployment verification
|
|
860
|
-
headers["x-jaypie-streaming"] = "1.2.11-dev.6";
|
|
861
859
|
// Lambda streaming requires body content for metadata to be transmitted.
|
|
862
860
|
// Convert 204 No Content to 200 OK with empty JSON body as workaround.
|
|
863
861
|
// See: https://github.com/finlaysonstudio/jaypie/issues/178
|