lighthouse 10.0.2-dev.20230306 → 10.0.2-dev.20230308

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.
@@ -25,8 +25,6 @@ const exclusions = {
25
25
  'metrics-tricky-tti', 'metrics-tricky-tti-late-fcp', 'screenshot',
26
26
  // Disabled because of differences that need further investigation
27
27
  'byte-efficiency', 'byte-gzip', 'perf-preload',
28
- // https://bugs.chromium.org/p/chromium/issues/detail?id=1420418
29
- 'issues-mixed-content',
30
28
  ],
31
29
  };
32
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "10.0.2-dev.20230306",
4
+ "version": "10.0.2-dev.20230308",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {