@wdio/lighthouse-service 9.7.0 → 9.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,6 @@ import CriConnection from 'lighthouse/lighthouse-core/gather/connections/cri.js'
|
|
|
5
5
|
* as it requires to attach to a session before.
|
|
6
6
|
*/
|
|
7
7
|
export default class ChromeProtocolPatched extends CriConnection {
|
|
8
|
-
static [x: string]: any;
|
|
9
8
|
private _sessionId?;
|
|
10
9
|
/**
|
|
11
10
|
* Add constructor for typing safety
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cri.d.ts","sourceRoot":"","sources":["../../src/lighthouse/cri.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,sDAAsD,CAAA;AAKhF;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,aAAa
|
|
1
|
+
{"version":3,"file":"cri.d.ts","sourceRoot":"","sources":["../../src/lighthouse/cri.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,sDAAsD,CAAA;AAKhF;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,aAAa;IAC5D,OAAO,CAAC,UAAU,CAAC,CAAQ;IAE3B;;;;;OAKG;gBACS,IAAI,GAAE,MAAqB,EAAE,QAAQ,GAAE,MAAyB;IAI5E,YAAY,CAAE,SAAS,EAAE,MAAM;IAI/B;;OAEG;IACH,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,EAAE,OAAO,EAAE;CAG1E"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/lighthouse-service",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.2",
|
|
4
4
|
"description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-lighthouse-service",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@wdio/logger": "9.4.4",
|
|
47
47
|
"@wdio/types": "9.6.3",
|
|
48
48
|
"babel-plugin-istanbul": "^6.1.1",
|
|
49
|
-
"devtools-protocol": "^0.0.
|
|
49
|
+
"devtools-protocol": "^0.0.1410712",
|
|
50
50
|
"istanbul-lib-coverage": "^3.2.0",
|
|
51
51
|
"istanbul-lib-report": "^3.0.0",
|
|
52
52
|
"istanbul-reports": "^3.1.4",
|
|
53
53
|
"lighthouse": "8.6.0",
|
|
54
54
|
"puppeteer-core": "23.11.1",
|
|
55
|
-
"webdriverio": "9.7.
|
|
55
|
+
"webdriverio": "9.7.2"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@types/istanbul-lib-coverage": "^2.0.6",
|
|
63
63
|
"@types/istanbul-lib-report": "^3.0.0",
|
|
64
64
|
"@types/istanbul-reports": "^3.0.4",
|
|
65
|
-
"@wdio/globals": "9.7.
|
|
65
|
+
"@wdio/globals": "9.7.2"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "63ac0e07bef1ac9e9075bbef24bd9c9340085bdc"
|
|
68
68
|
}
|