lighthouse 9.5.0-dev.20220915 → 9.5.0-dev.20220917

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.
@@ -31,7 +31,8 @@ const filterResistantAuditIds = ['full-page-screenshot'];
31
31
 
32
32
  // Some artifacts are used by the report for additional information.
33
33
  // Always run these artifacts even if audits do not request them.
34
- const filterResistantArtifactIds = ['HostUserAgent', 'HostFormFactor', 'Stacks', 'GatherContext'];
34
+ // These are similar to base artifacts but they cannot be run in all 3 modes.
35
+ const filterResistantArtifactIds = ['Stacks', 'NetworkUserAgent'];
35
36
 
36
37
  /**
37
38
  * Returns the set of audit IDs used in the list of categories.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "9.5.0-dev.20220915",
4
+ "version": "9.5.0-dev.20220917",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {