easy-template-x 7.2.2 → 7.2.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.
|
@@ -5312,7 +5312,7 @@ class TemplateHandler {
|
|
|
5312
5312
|
/**
|
|
5313
5313
|
* Version number of the `easy-template-x` library.
|
|
5314
5314
|
*/
|
|
5315
|
-
version = "7.2.
|
|
5315
|
+
version = "7.2.3" ;
|
|
5316
5316
|
constructor(options) {
|
|
5317
5317
|
this.options = new TemplateHandlerOptions(options);
|
|
5318
5318
|
const delimiters = this.options.delimiters;
|
|
@@ -5310,7 +5310,7 @@ class TemplateHandler {
|
|
|
5310
5310
|
/**
|
|
5311
5311
|
* Version number of the `easy-template-x` library.
|
|
5312
5312
|
*/
|
|
5313
|
-
version = "7.2.
|
|
5313
|
+
version = "7.2.3" ;
|
|
5314
5314
|
constructor(options) {
|
|
5315
5315
|
this.options = new TemplateHandlerOptions(options);
|
|
5316
5316
|
const delimiters = this.options.delimiters;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-template-x",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.3",
|
|
4
4
|
"description": "Generate docx documents from templates, in Node or in the browser.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docx",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"packageManager": "yarn@4.3.1",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@xmldom/xmldom": "0.8.
|
|
62
|
+
"@xmldom/xmldom": "0.8.12",
|
|
63
63
|
"json5": "2.2.3",
|
|
64
64
|
"jszip": "3.10.1",
|
|
65
65
|
"lodash.get": "4.4.2"
|