@adobe/helix-config-storage 2.13.1 → 2.13.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/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/src/schemas/cdn-prod-akamai.schema.json +1 -1
- package/src/schemas/cdn-prod-cloudflare.schema.json +1 -1
- package/src/schemas/cdn-prod-cloudfront.schema.json +1 -1
- package/src/schemas/cdn-prod-fastly.schema.json +1 -1
- package/src/schemas/cdn-prod-managed.schema.json +1 -1
- package/src/schemas/cdn.schema.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.13.2](https://github.com/adobe/helix-config-storage/compare/v2.13.1...v2.13.2) (2026-03-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* allow more domain levels ([#239](https://github.com/adobe/helix-config-storage/issues/239)) ([7d24590](https://github.com/adobe/helix-config-storage/commit/7d2459094f485524821ecd658109affe4fd34069))
|
|
7
|
+
|
|
1
8
|
## [2.13.1](https://github.com/adobe/helix-config-storage/compare/v2.13.0...v2.13.1) (2026-03-24)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"host": {
|
|
13
13
|
"description": "production host",
|
|
14
14
|
"type": "string",
|
|
15
|
-
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,
|
|
15
|
+
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,5}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
|
|
16
16
|
"not": {
|
|
17
17
|
"pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
|
|
18
18
|
},
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"host": {
|
|
13
13
|
"description": "production host",
|
|
14
14
|
"type": "string",
|
|
15
|
-
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,
|
|
15
|
+
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,5}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
|
|
16
16
|
"not": {
|
|
17
17
|
"pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
|
|
18
18
|
},
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"host": {
|
|
13
13
|
"description": "production host",
|
|
14
14
|
"type": "string",
|
|
15
|
-
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,
|
|
15
|
+
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,5}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
|
|
16
16
|
"not": {
|
|
17
17
|
"pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
|
|
18
18
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"host": {
|
|
14
14
|
"description": "production host",
|
|
15
15
|
"type": "string",
|
|
16
|
-
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,
|
|
16
|
+
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,5}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
|
|
17
17
|
"not": {
|
|
18
18
|
"pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
|
|
19
19
|
},
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"host": {
|
|
13
13
|
"description": "production host",
|
|
14
14
|
"type": "string",
|
|
15
|
-
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,
|
|
15
|
+
"pattern": "^$|^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,5}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
|
|
16
16
|
"not": {
|
|
17
17
|
"pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
|
|
18
18
|
},
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"host": {
|
|
30
30
|
"description": "production host",
|
|
31
31
|
"type": "string",
|
|
32
|
-
"pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,
|
|
32
|
+
"pattern": "^([a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.){1,5}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
|
|
33
33
|
"not": {
|
|
34
34
|
"pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
|
|
35
35
|
},
|