Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "btrz-pdf", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Generates pdf documents based on a liquid template", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -135,2 +135,3 @@ const {timezones, BzDate} = require("bz-date"); | ||
this.propName = args[1] || "createdAt"; | ||
this.applyTimeZone = true; | ||
if (args.length > 2) { | ||
@@ -157,2 +158,3 @@ this.applyTimeZone = args[2] === "true" | ||
this.propName = args[1] || "createdAt"; | ||
this.applyTimeZone = true; | ||
if (args.length > 2) { | ||
@@ -159,0 +161,0 @@ this.applyTimeZone = args[2] === "true" |
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
390637
9595