@wdio/lighthouse-service 9.1.0 → 9.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -23,7 +23,7 @@ In order to use the service you just need to add the service to your service lis
23
23
  // wdio.conf.js
24
24
  export const config = {
25
25
  // ...
26
- services: ['devtools'],
26
+ services: ['lighthouse'],
27
27
  // ...
28
28
  };
29
29
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/lighthouse-service",
3
- "version": "9.1.0",
3
+ "version": "9.1.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",
@@ -44,7 +44,7 @@
44
44
  "@tracerbench/trace-event": "^8.0.0",
45
45
  "@types/node": "^20.1.0",
46
46
  "@wdio/logger": "9.1.0",
47
- "@wdio/types": "9.1.0",
47
+ "@wdio/types": "9.1.2",
48
48
  "babel-plugin-istanbul": "^6.1.1",
49
49
  "devtools-protocol": "^0.0.1358005",
50
50
  "istanbul-lib-coverage": "^3.2.0",
@@ -52,7 +52,7 @@
52
52
  "istanbul-reports": "^3.1.4",
53
53
  "lighthouse": "8.6.0",
54
54
  "puppeteer-core": "23.4.0",
55
- "webdriverio": "9.1.0"
55
+ "webdriverio": "9.1.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.1.0"
65
+ "@wdio/globals": "9.1.2"
66
66
  },
67
- "gitHead": "e6b005f5a150c335a105cfc2e386d43ac526adac"
67
+ "gitHead": "e009b5102f9f98b99fa62df870ce7f3f5bc1b99a"
68
68
  }