@adobe/helix-config-storage 1.3.0 → 1.3.1

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,10 @@
1
+ ## [1.3.1](https://github.com/adobe/helix-config-storage/compare/v1.3.0...v1.3.1) (2024-08-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add site access entry in the config store ([#11](https://github.com/adobe/helix-config-storage/issues/11)) ([9fa8439](https://github.com/adobe/helix-config-storage/commit/9fa843923a89ca6a360e122c7ebb94dbac1c09ce))
7
+
1
8
  # [1.3.0](https://github.com/adobe/helix-config-storage/compare/v1.2.3...v1.3.0) (2024-08-26)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config-storage",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Helix Config Storage",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -38,6 +38,7 @@ const FRAGMENTS_COMMON = {
38
38
  },
39
39
  access: {
40
40
  '.': 'object',
41
+ site: 'object',
41
42
  admin: 'object',
42
43
  preview: 'object',
43
44
  live: 'object',