@adobe/helix-shared-config 10.4.5 → 10.5.0
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
|
+
# [@adobe/helix-shared-config-v10.5.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v10.4.6...@adobe/helix-shared-config-v10.5.0) (2024-06-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* support extension in sitemap location ([#945](https://github.com/adobe/helix-shared/issues/945)) ([9615dcd](https://github.com/adobe/helix-shared/commit/9615dcda5bbd550189739183bd43eceb079ef5aa))
|
|
7
|
+
|
|
8
|
+
# [@adobe/helix-shared-config-v10.4.6](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v10.4.5...@adobe/helix-shared-config-v10.4.6) (2024-06-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update external fixes ([#943](https://github.com/adobe/helix-shared/issues/943)) ([bc19295](https://github.com/adobe/helix-shared/commit/bc19295b2714bdf418499011151172ae61d1c2c9))
|
|
14
|
+
|
|
1
15
|
# [@adobe/helix-shared-config-v10.4.5](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config-v10.4.4...@adobe/helix-shared-config-v10.4.5) (2024-06-01)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-shared-config",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.5.0",
|
|
4
4
|
"description": "Shared modules of the Helix Project - config",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@adobe/helix-shared-git": "^3.0.0",
|
|
41
41
|
"@adobe/helix-shared-prune": "^1.0.5",
|
|
42
42
|
"@adobe/helix-shared-utils": "^2.1.0",
|
|
43
|
-
"ajv": "8.
|
|
43
|
+
"ajv": "8.15.0",
|
|
44
44
|
"ajv-formats": "3.0.1",
|
|
45
45
|
"cookie": "0.6.0",
|
|
46
46
|
"fs-extra": "11.2.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"lru-cache": "10.2.2",
|
|
49
49
|
"object-hash": "3.0.0",
|
|
50
50
|
"uri-js": "4.4.1",
|
|
51
|
-
"yaml": "2.4.
|
|
51
|
+
"yaml": "2.4.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@adobe/helix-shared-wrap": "^1.0.5",
|
|
@@ -55,6 +55,14 @@
|
|
|
55
55
|
"/en/{path}",
|
|
56
56
|
"/german/{path}"
|
|
57
57
|
]
|
|
58
|
+
},
|
|
59
|
+
"extension": {
|
|
60
|
+
"type": "string",
|
|
61
|
+
"title": "Location extension",
|
|
62
|
+
"description": "Extension to append to every location generated for this sitemap. Default is empty",
|
|
63
|
+
"examples": [
|
|
64
|
+
".html"
|
|
65
|
+
]
|
|
58
66
|
}
|
|
59
67
|
},
|
|
60
68
|
"required": [
|
|
@@ -46,6 +46,14 @@
|
|
|
46
46
|
"additionalProperties": {
|
|
47
47
|
"$ref": "https://ns.adobe.com/helix/shared/sitemap-language"
|
|
48
48
|
}
|
|
49
|
+
},
|
|
50
|
+
"extension": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"title": "Location extension",
|
|
53
|
+
"description": "Extension to append to every location generated for this sitemap. Default is empty",
|
|
54
|
+
"examples": [
|
|
55
|
+
".html"
|
|
56
|
+
]
|
|
49
57
|
}
|
|
50
58
|
},
|
|
51
59
|
"required": []
|