@xapp/arachne
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -205,2 +205,3 @@ "use strict"; | ||
if (customBrowser) { | ||
(0, stentor_logger_1.log)().debug(`Launching custom browser provided on constructor.`); | ||
browser = this.browser; | ||
@@ -212,2 +213,3 @@ } | ||
} | ||
(0, stentor_logger_1.log)().debug(`Launching browser with options: \n${JSON.stringify(this.launchOptions, undefined, 2)}`); | ||
browser = yield puppeteer_extra_1.default.launch(this.launchOptions); | ||
@@ -214,0 +216,0 @@ } |
{ | ||
"name": "@xapp/arachne", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"types": "lib/index", | ||
@@ -17,7 +17,7 @@ "main": "lib/index", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "7.43.4", | ||
"@microsoft/api-extractor": "7.43.7", | ||
"@types/chai": "4.3.16", | ||
"@types/generic-pool": "3.8.1", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.12.11", | ||
"@types/node": "20.12.12", | ||
"@types/sinon": "17.0.3", | ||
@@ -28,4 +28,4 @@ "@types/sinon-chai": "3.2.12", | ||
"mocha": "10.4.0", | ||
"puppeteer": "22.8.1", | ||
"sinon": "17.0.1", | ||
"puppeteer": "22.9.0", | ||
"sinon": "18.0.0", | ||
"sinon-chai": "3.7.0", | ||
@@ -37,3 +37,3 @@ "ts-node": "10.9.2", | ||
"dependencies": { | ||
"@xapp/arachne-utils": "1.7.4", | ||
"@xapp/arachne-utils": "1.7.5", | ||
"generic-pool": "3.9.0", | ||
@@ -44,3 +44,3 @@ "puppeteer-extra": "3.3.6", | ||
"peerDependencies": { | ||
"puppeteer": "22.6.3" | ||
"puppeteer": "22.9.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "scripts": { | ||
}, | ||
"gitHead": "92cf07392910e80fb6c9e24845df1d58d11610aa" | ||
"gitHead": "dcec662fb06541f710d351f3c4c7515f7d5a2eb4" | ||
} |
Sorry, the diff of this file is not supported yet
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
73568
1006
+ Added@puppeteer/browsers@2.2.3(transitive)
+ Added@xapp/arachne-utils@1.7.5(transitive)
+ Addedchromium-bidi@0.5.19(transitive)
+ Addeddevtools-protocol@0.0.1286932(transitive)
+ Addedpuppeteer@22.9.0(transitive)
+ Addedpuppeteer-core@22.9.0(transitive)
+ Addedstreamx@2.20.2(transitive)
+ Addedws@8.17.0(transitive)
- Removed@puppeteer/browsers@2.2.1(transitive)
- Removed@xapp/arachne-utils@1.7.4(transitive)
- Removedchromium-bidi@0.5.16(transitive)
- Removeddevtools-protocol@0.0.1262051(transitive)
- Removedpuppeteer@22.6.3(transitive)
- Removedpuppeteer-core@22.6.3(transitive)
- Removedstreamx@2.21.0(transitive)
- Removedws@8.16.0(transitive)
Updated@xapp/arachne-utils@1.7.5