@adobe/helix-config-storage 1.9.1 → 1.9.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 +14 -0
- package/package.json +2 -2
- package/src/schemas/content.schema.json +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.9.3](https://github.com/adobe/helix-config-storage/compare/v1.9.2...v1.9.3) (2024-10-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add overlay config docu ([#56](https://github.com/adobe/helix-config-storage/issues/56)) ([8b5a1bf](https://github.com/adobe/helix-config-storage/commit/8b5a1bf194e6f3e345db83df7ca1b38d38e3587e))
|
|
7
|
+
|
|
8
|
+
## [1.9.2](https://github.com/adobe/helix-config-storage/compare/v1.9.1...v1.9.2) (2024-10-29)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @adobe/helix-shared-config to v11.0.7 ([#55](https://github.com/adobe/helix-config-storage/issues/55)) ([5feceba](https://github.com/adobe/helix-config-storage/commit/5feceba00175a8bf505026a49bede39147ab9299))
|
|
14
|
+
|
|
1
15
|
## [1.9.1](https://github.com/adobe/helix-config-storage/compare/v1.9.0...v1.9.1) (2024-10-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.9.
|
|
3
|
+
"version": "1.9.3",
|
|
4
4
|
"description": "Helix Config Storage",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@adobe/fetch": "4.1.9",
|
|
63
|
-
"@adobe/helix-shared-config": "11.0.
|
|
63
|
+
"@adobe/helix-shared-config": "11.0.7",
|
|
64
64
|
"@adobe/helix-shared-git": "3.0.15",
|
|
65
65
|
"@adobe/helix-shared-storage": "1.1.0",
|
|
66
66
|
"@adobe/helix-shared-utils": "3.0.2",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
"overlay": {
|
|
20
|
+
"description": "Overlay from a BYOM source. Previewing resources will try the overlay source first. Please note, that the overlay config is tied to the base content and not to the site config. I.e. it's not possible to have multiple sites with different overlays on the same base content.",
|
|
20
21
|
"oneOf": [
|
|
21
22
|
{ "$ref": "https://ns.adobe.com/helix/config/content-source/markup" }
|
|
22
23
|
]
|