@adobe/helix-config-storage 2.13.2 → 2.13.4

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.4](https://github.com/adobe/helix-config-storage/compare/v2.13.3...v2.13.4) (2026-03-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update adobe fixes ([#242](https://github.com/adobe/helix-config-storage/issues/242)) ([9257562](https://github.com/adobe/helix-config-storage/commit/92575627fe7bca06ff3993e95c7529d4e2ec43b0))
7
+
8
+ ## [2.13.3](https://github.com/adobe/helix-config-storage/compare/v2.13.2...v2.13.3) (2026-03-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove restrictive host pattern ([#241](https://github.com/adobe/helix-config-storage/issues/241)) ([75c39a5](https://github.com/adobe/helix-config-storage/commit/75c39a550e24fe9b67fcb77212436fa6019ab9a9))
14
+
1
15
  ## [2.13.2](https://github.com/adobe/helix-config-storage/compare/v2.13.1...v2.13.2) (2026-03-30)
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.2",
3
+ "version": "2.13.4",
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",
@@ -63,7 +63,7 @@
63
63
  "@adobe/fetch": "^4.2.0",
64
64
  "@adobe/helix-shared-config": "^11.1.4",
65
65
  "@adobe/helix-shared-git": "^3.0.18",
66
- "@adobe/helix-shared-process-queue": "3.1.6",
66
+ "@adobe/helix-shared-process-queue": "3.1.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",
@@ -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": [