idea-html2pdf
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -129,3 +129,3 @@ "use strict"; | ||
const { Payload } = await lambda.send(command); | ||
return Buffer.from(Payload); | ||
return Buffer.from(Payload, 'base64'); | ||
} | ||
@@ -132,0 +132,0 @@ catch (err) { |
{ | ||
"name": "idea-html2pdf", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "IDEA helper for generating a PDF from HTML contents", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
27254