@adobe/helix-config-storage 1.7.9 → 1.7.11

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
+ ## [1.7.11](https://github.com/adobe/helix-config-storage/compare/v1.7.10...v1.7.11) (2024-09-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([5b609e7](https://github.com/adobe/helix-config-storage/commit/5b609e7651a862ae03858ed056c3c8201b753d09))
7
+
8
+ ## [1.7.10](https://github.com/adobe/helix-config-storage/compare/v1.7.9...v1.7.10) (2024-09-27)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * headers schema ([#38](https://github.com/adobe/helix-config-storage/issues/38)) ([183d9f3](https://github.com/adobe/helix-config-storage/commit/183d9f32b1634beff507bf42cc809678cc97c47f))
14
+
1
15
  ## [1.7.9](https://github.com/adobe/helix-config-storage/compare/v1.7.8...v1.7.9) (2024-09-26)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config-storage",
3
- "version": "1.7.9",
3
+ "version": "1.7.11",
4
4
  "description": "Helix Config Storage",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "mocha-multi-reporters": "1.5.1",
52
52
  "mocha-suppress-logs": "0.5.1",
53
53
  "nock": "13.5.5",
54
- "semantic-release": "24.1.1",
54
+ "semantic-release": "24.1.2",
55
55
  "xml2js": "0.6.2"
56
56
  },
57
57
  "lint-staged": {
@@ -66,6 +66,6 @@
66
66
  "@adobe/helix-shared-utils": "3.0.2",
67
67
  "ajv": "8.17.1",
68
68
  "ajv-formats": "3.0.1",
69
- "jose": "5.9.2"
69
+ "jose": "5.9.3"
70
70
  }
71
71
  }
@@ -5,6 +5,13 @@
5
5
  "title": "Site Access Config",
6
6
  "type": "object",
7
7
  "properties": {
8
+ "allow": {
9
+ "description": "The email glob of the users or a group reference that are allowed access",
10
+ "type": "array",
11
+ "items": {
12
+ "type": "string"
13
+ }
14
+ },
8
15
  "apiKeyId": {
9
16
  "description": "IDs of the api keys (tokens) that are allowed.",
10
17
  "type": "array",
@@ -5,7 +5,7 @@
5
5
  "type": "object",
6
6
  "title": "Helix Headers Config",
7
7
  "patternProperties": {
8
- "[a-zA-Z0-9-/._*]+": {
8
+ "^[a-zA-Z0-9-/._*]+$": {
9
9
  "type": "array",
10
10
  "items": {
11
11
  "$ref": "https://ns.adobe.com/helix/config/common#/definitions/keyValuePair"