@journeyapps/pdf-reports
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -78,2 +78,3 @@ "use strict"; | ||
super(); | ||
this.s3Options = options.credentials; | ||
this.bucket = options.bucket; | ||
@@ -80,0 +81,0 @@ this.path = path; |
{ | ||
"name": "@journeyapps/pdf-reports", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/journeyapps/pdf-reports", |
@@ -80,2 +80,3 @@ import { generatePdf, PdfGeneratorOptions, PdfResult } from "./pdf"; | ||
super(); | ||
this.s3Options = options.credentials; | ||
this.bucket = options.bucket; | ||
@@ -82,0 +83,0 @@ this.path = path; |
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
51098
977