@jaypie/express 1.2.11-dev.0 → 1.2.11-dev.1
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 +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -1501,7 +1501,7 @@ const decorateResponse = (res, { handler = "", version = process.env.PROJECT_VER
|
|
|
1501
1501
|
const currentPoweredBy = safeGetHeader(extRes, kit.HTTP.HEADER.POWERED_BY);
|
|
1502
1502
|
if (!currentPoweredBy || currentPoweredBy === "Express") {
|
|
1503
1503
|
// DIAGNOSTIC: Include dev marker to verify build deployment
|
|
1504
|
-
safeSetHeader(extRes, kit.HTTP.HEADER.POWERED_BY, `${kit.JAYPIE.LIB.EXPRESS}
|
|
1504
|
+
safeSetHeader(extRes, kit.HTTP.HEADER.POWERED_BY, `${kit.JAYPIE.LIB.EXPRESS}@1.2.11-dev`);
|
|
1505
1505
|
}
|
|
1506
1506
|
// X-Project-Environment
|
|
1507
1507
|
if (process.env.PROJECT_ENV) {
|