cross-platform-pdf-generator
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "cross-platform-pdf-generator", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "pulsation pdg generator for web and ios", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -441,3 +441,3 @@ import { PDFDocument, StandardFonts, rgb, PDFFont, PDFPage, PDFTextField } from 'pdf-lib'; | ||
values.forEach(v => { | ||
flatResult.push({ type: v?.type ?? "unknown", title: v?.title, value: v?.value }); | ||
flatResult.push({ type: v?.type ?? "unknown", title: v?.title, value: v?.value, id: v?.id }); | ||
}) | ||
@@ -450,3 +450,3 @@ }) | ||
other.forEach(o => { | ||
flatResult.push({ type: o?.type ?? "unknown", title: o?.title, value: o?.value }); | ||
flatResult.push({ type: o?.type ?? "unknown", title: o?.title, value: o?.value, id: o?.id }); | ||
}) | ||
@@ -453,0 +453,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66746