@turbodocx/html-to-docx 1.9.6 → 1.9.7

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.
Files changed (1) hide show
  1. package/package.json +28 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbodocx/html-to-docx",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "HTML to DOCX converter",
5
5
  "keywords": [
6
6
  "html",
@@ -8,7 +8,32 @@
8
8
  "html-to-docx",
9
9
  "html to docx",
10
10
  "office",
11
- "word"
11
+ "word",
12
+ "pptx",
13
+ "templates",
14
+ "template",
15
+ "templater",
16
+ "templating",
17
+ "report",
18
+ "xlsx",
19
+ "generation",
20
+ "generate",
21
+ "generator",
22
+ "document generation",
23
+ "document creator",
24
+ "document automation",
25
+ "dynamic document generation",
26
+ "microsoft office",
27
+ "microsoft word",
28
+ "microsoft powerpoint",
29
+ "microsoft excel",
30
+ "create",
31
+ "make",
32
+ "Office Open XML",
33
+ "document generation software",
34
+ "automated document creation",
35
+ "batch document generation",
36
+ "document templating"
12
37
  ],
13
38
  "main": "dist/html-to-docx.umd.js",
14
39
  "module": "dist/html-to-docx.esm.js",
@@ -104,4 +129,4 @@
104
129
  "@oozcitak/util": "8.3.4",
105
130
  "@oozcitak/dom": "1.15.6"
106
131
  }
107
- }
132
+ }