@adobe/helix-config-storage 2.13.0 → 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 +14 -0
- package/package.json +4 -4
- 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,17 @@
|
|
|
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
|
+
|
|
8
|
+
## [2.13.1](https://github.com/adobe/helix-config-storage/compare/v2.13.0...v2.13.1) (2026-03-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update external fixes ([#237](https://github.com/adobe/helix-config-storage/issues/237)) ([0587db8](https://github.com/adobe/helix-config-storage/commit/0587db878cae451273aad0fb2c91424f88731b84))
|
|
14
|
+
|
|
1
15
|
# [2.13.0](https://github.com/adobe/helix-config-storage/compare/v2.12.1...v2.13.0) (2026-03-24)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-config-storage",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.2",
|
|
4
4
|
"description": "Helix Config Storage",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@adobe/eslint-config-helix": "3.0.23",
|
|
40
|
-
"@eslint/config-helpers": "0.5.
|
|
40
|
+
"@eslint/config-helpers": "0.5.3",
|
|
41
41
|
"@semantic-release/changelog": "6.0.3",
|
|
42
42
|
"@semantic-release/git": "10.0.1",
|
|
43
43
|
"@semantic-release/npm": "13.1.5",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"husky": "9.1.7",
|
|
48
48
|
"json-schema-to-typescript": "15.0.4",
|
|
49
49
|
"junit-report-builder": "5.1.1",
|
|
50
|
-
"lint-staged": "16.3.
|
|
50
|
+
"lint-staged": "16.3.3",
|
|
51
51
|
"mocha": "11.7.5",
|
|
52
52
|
"mocha-multi-reporters": "1.5.1",
|
|
53
53
|
"mocha-suppress-logs": "0.6.0",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"ajv": "8.18.0",
|
|
71
71
|
"ajv-errors": "3.0.0",
|
|
72
72
|
"ajv-formats": "3.0.1",
|
|
73
|
-
"jose": "6.1
|
|
73
|
+
"jose": "6.2.1"
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -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
|
},
|