@code-pushup/lighthouse-plugin 0.69.2 → 0.69.3

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/CONTRIBUTING.md +1 -1
  2. package/package.json +3 -3
package/CONTRIBUTING.md CHANGED
@@ -98,7 +98,7 @@ _A helpful chromium setup is preconfigured with the following settings:_
98
98
 
99
99
  2. Increase Timeout
100
100
  Lighthouse has a longer runtime which can time out in different environments.
101
- **Try increasing the test timeout** in `lighthouse-plugin.integration.test.ts` for `runner creation and execution` test suite.
101
+ **Try increasing the test timeout** in `lighthouse-plugin.int.test.ts` for `runner creation and execution` test suite.
102
102
 
103
103
  3. Turn on debug mode
104
104
  Show debug logs of Lighthouse. Set the following environment variable: `DEBUG='*'`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/lighthouse-plugin",
3
- "version": "0.69.2",
3
+ "version": "0.69.3",
4
4
  "license": "MIT",
5
5
  "description": "Code PushUp plugin for measuring web performance and quality with Lighthouse 🔥",
6
6
  "homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-lighthouse#readme",
@@ -36,8 +36,8 @@
36
36
  },
37
37
  "type": "module",
38
38
  "dependencies": {
39
- "@code-pushup/models": "0.69.2",
40
- "@code-pushup/utils": "0.69.2",
39
+ "@code-pushup/models": "0.69.3",
40
+ "@code-pushup/utils": "0.69.3",
41
41
  "ansis": "^3.3.0",
42
42
  "chrome-launcher": "^1.1.1",
43
43
  "lighthouse": "^12.0.0",