@adobe/helix-config-storage 1.9.2 → 1.9.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 +14 -0
- package/package.json +3 -3
- package/src/schemas/content.schema.json +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.9.4](https://github.com/adobe/helix-config-storage/compare/v1.9.3...v1.9.4) (2024-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @adobe/helix-shared-config to v11.0.8 ([8a956b8](https://github.com/adobe/helix-config-storage/commit/8a956b89e0aa3f2c5dd550a7c206967959bdc41b))
|
|
7
|
+
|
|
8
|
+
## [1.9.3](https://github.com/adobe/helix-config-storage/compare/v1.9.2...v1.9.3) (2024-10-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add overlay config docu ([#56](https://github.com/adobe/helix-config-storage/issues/56)) ([8b5a1bf](https://github.com/adobe/helix-config-storage/commit/8b5a1bf194e6f3e345db83df7ca1b38d38e3587e))
|
|
14
|
+
|
|
1
15
|
## [1.9.2](https://github.com/adobe/helix-config-storage/compare/v1.9.1...v1.9.2) (2024-10-29)
|
|
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.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
|
"json-schema-to-typescript": "15.0.2",
|
|
48
48
|
"junit-report-builder": "5.1.1",
|
|
49
49
|
"lint-staged": "15.2.10",
|
|
50
|
-
"mocha": "10.
|
|
50
|
+
"mocha": "10.8.2",
|
|
51
51
|
"mocha-multi-reporters": "1.5.1",
|
|
52
52
|
"mocha-suppress-logs": "0.5.1",
|
|
53
53
|
"nock": "13.5.5",
|
|
@@ -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.8",
|
|
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
|
]
|