lighthouse 12.4.0-dev.20250304 → 12.4.0-dev.20250305

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.
@@ -30,7 +30,7 @@ const UIStrings = {
30
30
 
31
31
  const str_ = i18n.createIcuMessageFn(import.meta.url, UIStrings);
32
32
 
33
- const IGNORE_THRESHOLD_IN_BYTES = 1024;
33
+ const IGNORE_THRESHOLD_IN_BYTES = 1024 * 10;
34
34
 
35
35
  /**
36
36
  * @param {string} haystack
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.4.0-dev.20250304",
4
+ "version": "12.4.0-dev.20250305",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {