@adobe/helix-importer 3.4.69 → 3.4.70

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
+ ## [3.4.70](https://github.com/adobe/helix-importer/compare/v3.4.69...v3.4.70) (2025-03-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **sites-29937:** send customHeaders into md2docx ([#506](https://github.com/adobe/helix-importer/issues/506)) ([05fe738](https://github.com/adobe/helix-importer/commit/05fe7384d90cf48833db1390745bd0bfd9ad5b92))
7
+
1
8
  ## [3.4.69](https://github.com/adobe/helix-importer/compare/v3.4.68...v3.4.69) (2025-03-11)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-importer",
3
- "version": "3.4.69",
3
+ "version": "3.4.70",
4
4
  "description": "Helix Importer tool: create md / docx from html",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -161,6 +161,7 @@ async function html2x(
161
161
  mdast2docxOptions: {
162
162
  stylesXML: config.docxStylesXML,
163
163
  image2png: config.image2png,
164
+ customHeaders: params.customHeaders || {},
164
165
  },
165
166
  createDocumentFromString: config.createDocumentFromString,
166
167
  components: params.components,