@jaypie/express 1.2.11-dev.0 → 1.2.11-dev.2

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/esm/index.js CHANGED
@@ -1499,7 +1499,7 @@ const decorateResponse = (res, { handler = "", version = process.env.PROJECT_VER
1499
1499
  const currentPoweredBy = safeGetHeader(extRes, HTTP.HEADER.POWERED_BY);
1500
1500
  if (!currentPoweredBy || currentPoweredBy === "Express") {
1501
1501
  // DIAGNOSTIC: Include dev marker to verify build deployment
1502
- safeSetHeader(extRes, HTTP.HEADER.POWERED_BY, `${JAYPIE.LIB.EXPRESS}#dev-178`);
1502
+ safeSetHeader(extRes, HTTP.HEADER.POWERED_BY, `${JAYPIE.LIB.EXPRESS}@1.2.11-dev`);
1503
1503
  }
1504
1504
  // X-Project-Environment
1505
1505
  if (process.env.PROJECT_ENV) {