cross-platform-pdf-generator
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "cross-platform-pdf-generator", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "pulsation pdg generator for web and ios", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -190,3 +190,3 @@ import { GenericStorage } from "./utils/GenericUtils/GenericStorage.js"; | ||
if (value === undefined) return; | ||
if (value.isRemoved === true) return | ||
if (value.isRemoved === 1) return | ||
if (r?.is_not_printable ?? false) return; //do not print value | ||
@@ -193,0 +193,0 @@ const valueToPrint = value?.humanReadableDescription ?? "Ungültiger Wert im Druck" |
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
67094