@adobe/helix-config-storage 2.13.1 → 2.13.3

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.13.3](https://github.com/adobe/helix-config-storage/compare/v2.13.2...v2.13.3) (2026-03-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove restrictive host pattern ([#241](https://github.com/adobe/helix-config-storage/issues/241)) ([75c39a5](https://github.com/adobe/helix-config-storage/commit/75c39a550e24fe9b67fcb77212436fa6019ab9a9))
7
+
8
+ ## [2.13.2](https://github.com/adobe/helix-config-storage/compare/v2.13.1...v2.13.2) (2026-03-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * allow more domain levels ([#239](https://github.com/adobe/helix-config-storage/issues/239)) ([7d24590](https://github.com/adobe/helix-config-storage/commit/7d2459094f485524821ecd658109affe4fd34069))
14
+
1
15
  ## [2.13.1](https://github.com/adobe/helix-config-storage/compare/v2.13.0...v2.13.1) (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.1",
3
+ "version": "2.13.3",
4
4
  "description": "Helix Config Storage",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -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.3",
50
+ "lint-staged": "16.4.0",
51
51
  "mocha": "11.7.5",
52
52
  "mocha-multi-reporters": "1.5.1",
53
53
  "mocha-suppress-logs": "0.6.0",
@@ -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,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
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,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
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,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
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,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
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,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
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,3}[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$",
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
  },
@@ -53,13 +53,7 @@
53
53
  "examples": [
54
54
  "main--$repo--page.example.com"
55
55
  ],
56
- "type": "string",
57
- "not": {
58
- "pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
59
- },
60
- "errorMessage": {
61
- "not": "AEM endpoints not allowed"
62
- }
56
+ "type": "string"
63
57
  }
64
58
  },
65
59
  "required": [
@@ -75,13 +69,7 @@
75
69
  "examples": [
76
70
  "main--$repo--live.example.com"
77
71
  ],
78
- "type": "string",
79
- "not": {
80
- "pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
81
- },
82
- "errorMessage": {
83
- "not": "AEM endpoints not allowed"
84
- }
72
+ "type": "string"
85
73
  }
86
74
  },
87
75
  "required": [
@@ -97,13 +85,7 @@
97
85
  "examples": [
98
86
  "example.reviews"
99
87
  ],
100
- "type": "string",
101
- "not": {
102
- "pattern": ".*--.*--.*\\.aem\\.(live|page|reviews|network)$"
103
- },
104
- "errorMessage": {
105
- "not": "AEM endpoints not allowed"
106
- }
88
+ "type": "string"
107
89
  }
108
90
  },
109
91
  "required": [