@adobe/helix-config 5.3.3 → 5.3.5

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,17 @@
1
+ ## [5.3.5](https://github.com/adobe/helix-config/compare/v5.3.4...v5.3.5) (2025-05-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * include apiKeys profile aggregation ([#274](https://github.com/adobe/helix-config/issues/274)) ([a288ec1](https://github.com/adobe/helix-config/commit/a288ec1a6cb689680e9b96ecbd9f8928e2b18b35))
7
+
8
+ ## [5.3.4](https://github.com/adobe/helix-config/compare/v5.3.3...v5.3.4) (2025-05-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @adobe/fetch to v4.2.1 ([#271](https://github.com/adobe/helix-config/issues/271)) ([31b9abc](https://github.com/adobe/helix-config/commit/31b9abc01edd56f9945c4d9148c2b61e39297896))
14
+
1
15
  ## [5.3.3](https://github.com/adobe/helix-config/compare/v5.3.2...v5.3.3) (2025-05-05)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config",
3
- "version": "5.3.3",
3
+ "version": "5.3.5",
4
4
  "description": "Helix Config",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -43,8 +43,8 @@
43
43
  "eslint": "8.57.1",
44
44
  "husky": "9.1.7",
45
45
  "junit-report-builder": "5.1.1",
46
- "lint-staged": "15.5.1",
47
- "mocha": "11.1.0",
46
+ "lint-staged": "16.0.0",
47
+ "mocha": "11.2.2",
48
48
  "mocha-multi-reporters": "1.5.1",
49
49
  "mocha-suppress-logs": "0.5.1",
50
50
  "nock": "13.5.6",
@@ -55,7 +55,7 @@
55
55
  "*.cjs": "eslint"
56
56
  },
57
57
  "dependencies": {
58
- "@adobe/fetch": "4.2.0",
58
+ "@adobe/fetch": "4.2.1",
59
59
  "@adobe/helix-shared-config": "11.1.5",
60
60
  "@adobe/helix-shared-utils": "3.0.2"
61
61
  }
@@ -37,6 +37,7 @@ const ROOT_PROPERTIES = {
37
37
  groups: {},
38
38
  features: {},
39
39
  limits: {},
40
+ apiKeys: {},
40
41
  };
41
42
 
42
43
  const FORCED_TYPES = {