@adobe/helix-config-storage 2.10.8 → 2.11.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,17 @@
1
+ # [2.11.0](https://github.com/adobe/helix-config-storage/compare/v2.10.9...v2.11.0) (2026-03-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * **validation:** restrict cdn.prod.host to 2nd–4th level DNS names ([#229](https://github.com/adobe/helix-config-storage/issues/229)) ([f55ef5e](https://github.com/adobe/helix-config-storage/commit/f55ef5e91c6f3c03f0e4393874f187e202953e5f))
7
+
8
+ ## [2.10.9](https://github.com/adobe/helix-config-storage/compare/v2.10.8...v2.10.9) (2026-03-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency ajv to v8.18.0 ([#225](https://github.com/adobe/helix-config-storage/issues/225)) ([acd4c27](https://github.com/adobe/helix-config-storage/commit/acd4c27794b650fa3dd8bf43f1634ed8533b841c))
14
+
1
15
  ## [2.10.8](https://github.com/adobe/helix-config-storage/compare/v2.10.7...v2.10.8) (2026-02-25)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config-storage",
3
- "version": "2.10.8",
3
+ "version": "2.11.0",
4
4
  "description": "Helix Config Storage",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "@adobe/helix-shared-storage": "^1.4.0",
68
68
  "@adobe/helix-shared-string": "^2.1.0",
69
69
  "@adobe/helix-shared-utils": "^3.0.2",
70
- "ajv": "8.17.1",
70
+ "ajv": "8.18.0",
71
71
  "ajv-formats": "3.0.1",
72
72
  "jose": "6.1.3"
73
73
  }
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "host": {
13
13
  "description": "production host",
14
- "type": "string"
14
+ "type": "string",
15
+ "pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$"
15
16
  },
16
17
  "route": {
17
18
  "description": "Routes on the CDN that are rendered with Franklin",
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "host": {
13
13
  "description": "production host",
14
- "type": "string"
14
+ "type": "string",
15
+ "pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$"
15
16
  },
16
17
  "route": {
17
18
  "description": "Routes on the CDN that are rendered with Franklin",
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "host": {
13
13
  "description": "production host",
14
- "type": "string"
14
+ "type": "string",
15
+ "pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$"
15
16
  },
16
17
  "route": {
17
18
  "description": "Routes on the CDN that are rendered with Franklin",
@@ -12,7 +12,8 @@
12
12
  },
13
13
  "host": {
14
14
  "description": "production host",
15
- "type": "string"
15
+ "type": "string",
16
+ "pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$"
16
17
  },
17
18
  "route": {
18
19
  "description": "Routes on the CDN that are rendered with Franklin",
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "host": {
13
13
  "description": "production host",
14
- "type": "string"
14
+ "type": "string",
15
+ "pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$"
15
16
  },
16
17
  "envId": {
17
18
  "description": "environment id",
@@ -28,7 +28,8 @@
28
28
  "properties": {
29
29
  "host": {
30
30
  "description": "production host",
31
- "type": "string"
31
+ "type": "string",
32
+ "pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$"
32
33
  }
33
34
  },
34
35
  "required": [