@web/test-runner-chrome
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -61,3 +61,5 @@ "use strict"; | ||
// when https://github.com/puppeteer/puppeteer/issues/2136 is resolved | ||
const response = (await this.puppeteerPage._client.send('Profiler.takePreciseCoverage')); | ||
const response = (await this.puppeteerPage | ||
._client() | ||
.send('Profiler.takePreciseCoverage')); | ||
const v8Coverage = response.result | ||
@@ -64,0 +66,0 @@ // remove puppeteer specific scripts |
{ | ||
"name": "@web/test-runner-chrome", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"publishConfig": { | ||
@@ -48,6 +48,6 @@ "access": "public" | ||
"dependencies": { | ||
"@web/test-runner-core": "^0.10.20", | ||
"@web/test-runner-core": "^0.10.29", | ||
"@web/test-runner-coverage-v8": "^0.5.0", | ||
"chrome-launcher": "^0.15.0", | ||
"puppeteer-core": "^18.2.1" | ||
"puppeteer-core": "^19.8.1" | ||
}, | ||
@@ -54,0 +54,0 @@ "devDependencies": { |
@@ -86,5 +86,5 @@ import { Page } from 'puppeteer-core'; | ||
// when https://github.com/puppeteer/puppeteer/issues/2136 is resolved | ||
const response = (await (this.puppeteerPage as any)._client.send( | ||
'Profiler.takePreciseCoverage', | ||
)) as { | ||
const response = (await (this.puppeteerPage as any) | ||
._client() | ||
.send('Profiler.takePreciseCoverage')) as { | ||
result: V8Coverage[]; | ||
@@ -91,0 +91,0 @@ }; |
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
44017
700
+ Added@puppeteer/browsers@0.5.0(transitive)
+ Addedchromium-bidi@0.4.7(transitive)
+ Addedcliui@8.0.1(transitive)
+ Addeddevtools-protocol@0.0.1107588(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedmitt@3.0.0(transitive)
+ Addedprogress@2.0.3(transitive)
+ Addedpuppeteer-core@19.11.1(transitive)
+ Addedrequire-directory@2.1.1(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedws@8.13.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@17.7.1(transitive)
+ Addedyargs-parser@21.1.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removeddevtools-protocol@0.0.1045489(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedpuppeteer-core@18.2.1(transitive)
- Removedrimraf@3.0.2(transitive)
- Removedws@8.9.0(transitive)
Updatedpuppeteer-core@^19.8.1