@turbodocx/html-to-docx 1.9.8 → 1.10.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.
@@ -1654,6 +1654,7 @@ const htmlString = `<!DOCTYPE html>
1654
1654
  table: { row: { cantSplit: true } },
1655
1655
  footer: true,
1656
1656
  pageNumber: true,
1657
+ preprocessing: { skipHTMLMinify: false }
1657
1658
  });
1658
1659
 
1659
1660
  fs.writeFile(filePath, fileBuffer, (error) => {
@@ -1627,6 +1627,7 @@ const htmlString = `<!DOCTYPE html>
1627
1627
  table: { row: { cantSplit: true } },
1628
1628
  footer: true,
1629
1629
  pageNumber: true,
1630
+ preprocessing: { skipHTMLMinify: false }
1630
1631
  });
1631
1632
 
1632
1633
  fs.writeFile(filePath, fileBuffer, (error) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbodocx/html-to-docx",
3
- "version": "1.9.8",
3
+ "version": "1.10.0",
4
4
  "description": "HTML to DOCX converter",
5
5
  "keywords": [
6
6
  "html",
@@ -102,10 +102,11 @@
102
102
  "standard-version": "^9.3.1"
103
103
  },
104
104
  "dependencies": {
105
- "@oozcitak/util": "8.3.4",
106
105
  "@oozcitak/dom": "1.15.6",
106
+ "@oozcitak/util": "8.3.4",
107
107
  "color-name": "^1.1.4",
108
108
  "html-entities": "^2.3.3",
109
+ "html-minifier-terser": "^7.2.0",
109
110
  "html-to-vdom": "^0.7.0",
110
111
  "image-size": "^1.0.0",
111
112
  "image-to-base64": "^2.2.0",