@contrail/document-generation
Advanced tools
Comparing version 2.0.18 to 2.0.19
@@ -103,2 +103,7 @@ "use strict"; | ||
for (let element of templateElements) { | ||
delete element.id; | ||
delete element.updatedOn; | ||
delete element.updatedById; | ||
delete element.createdOn; | ||
delete element.createdById; | ||
const documentElement = documents_1.DocumentElementFactory.createElement(element.type, element); | ||
@@ -105,0 +110,0 @@ if (documentElement.type === 'text') { |
{ | ||
"name": "@contrail/document-generation", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"description": "Utilities for automatic generation of documents.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
787564
1849