idea-html2pdf
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -128,4 +128,5 @@ "use strict"; | ||
}); | ||
const { Payload } = await lambda.send(command); | ||
return Buffer.from(Payload.transformToString(), 'base64'); | ||
const result = await lambda.send(command); | ||
console.log(result); | ||
return Buffer.from(result.Payload.transformToString(), 'base64'); | ||
} | ||
@@ -132,0 +133,0 @@ catch (err) { |
{ | ||
"name": "idea-html2pdf", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"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
27309
536