easy-template-x 4.1.2 → 4.1.3
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.
|
@@ -3010,7 +3010,7 @@ class TemplateHandler {
|
|
|
3010
3010
|
/**
|
|
3011
3011
|
* Version number of the `easy-template-x` library.
|
|
3012
3012
|
*/
|
|
3013
|
-
version = "4.1.
|
|
3013
|
+
version = "4.1.3" ;
|
|
3014
3014
|
xmlParser = new XmlParser();
|
|
3015
3015
|
constructor(options) {
|
|
3016
3016
|
this.options = new TemplateHandlerOptions(options);
|
|
@@ -3008,7 +3008,7 @@ class TemplateHandler {
|
|
|
3008
3008
|
/**
|
|
3009
3009
|
* Version number of the `easy-template-x` library.
|
|
3010
3010
|
*/
|
|
3011
|
-
version = "4.1.
|
|
3011
|
+
version = "4.1.3" ;
|
|
3012
3012
|
xmlParser = new XmlParser();
|
|
3013
3013
|
constructor(options) {
|
|
3014
3014
|
this.options = new TemplateHandlerOptions(options);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-template-x",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "Generate docx documents from templates, in Node or in the browser.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docx",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"module": "dist/es/easy-template-x.mjs",
|
|
26
26
|
"exports": {
|
|
27
27
|
"require": {
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"types": "./dist/types/index.d.ts",
|
|
29
|
+
"default": "./dist/cjs/easy-template-x.cjs"
|
|
30
30
|
},
|
|
31
31
|
"import": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"types": "./dist/types/index.d.ts",
|
|
33
|
+
"default": "./dist/es/easy-template-x.mjs"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"typings": "dist/types/index.d.ts",
|