@adobe/helix-config 5.5.0 → 5.6.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [5.6.0](https://github.com/adobe/helix-config/compare/v5.5.0...v5.6.0) (2025-08-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * include x-hlx-version header ([8b95c95](https://github.com/adobe/helix-config/commit/8b95c9517d543a76188ff449523ae0965a79a540))
7
+
1
8
  # [5.5.0](https://github.com/adobe/helix-config/compare/v5.4.10...v5.5.0) (2025-07-29)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config",
3
- "version": "5.5.0",
3
+ "version": "5.6.0",
4
4
  "description": "Helix Config",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "eslint": "9.4.0",
45
45
  "husky": "9.1.7",
46
46
  "junit-report-builder": "5.1.1",
47
- "lint-staged": "16.1.2",
47
+ "lint-staged": "16.1.4",
48
48
  "mocha": "11.7.1",
49
49
  "mocha-multi-reporters": "1.5.1",
50
50
  "mocha-suppress-logs": "0.6.0",
@@ -536,6 +536,7 @@ export async function getConfigResponse(ctx, opts) {
536
536
  },
537
537
  });
538
538
  }
539
+ headers['x-hlx-version'] = siteConfig.data.legacy ? 4 : 5;
539
540
 
540
541
  const config = siteConfig.data;
541
542
  if (scope === SCOPE_PIPELINE || config.extends?.profile === 'default') {