Comparing version 6.3.0 to 6.3.1
@@ -149,3 +149,3 @@ /// <reference types="node" /> | ||
*/ | ||
readonly beforeScreenShot?: BeforeScreenshot; | ||
readonly beforeScreenshot?: BeforeScreenshot; | ||
} | ||
@@ -152,0 +152,0 @@ /** |
@@ -212,3 +212,3 @@ "use strict"; | ||
launchOptions: options.launchOptions, | ||
beforeScreenShot: options.beforeScreenShot | ||
beforeScreenshot: options.beforeScreenshot | ||
}; | ||
@@ -215,0 +215,0 @@ if (options.username && options.password) { |
{ | ||
"name": "pageres", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "Capture website screenshots", | ||
@@ -59,3 +59,3 @@ "license": "MIT", | ||
"array-uniq": "^2.1.0", | ||
"capture-website": "^1.2.6", | ||
"capture-website": "^1.4.0", | ||
"date-fns": "^2.16.1", | ||
@@ -96,4 +96,4 @@ "filenamify": "^4.2.0", | ||
"sinon": "^9.2.2", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.2", | ||
"xo": "^0.38.2" | ||
@@ -100,0 +100,0 @@ }, |
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
27283
Updatedcapture-website@^1.4.0