lighthouse 10.0.2-dev.20230322 → 10.1.0

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/cli/run.js +1 -1
  2. package/package.json +1 -1
package/cli/run.js CHANGED
@@ -241,7 +241,7 @@ async function runLighthouse(url, flags, config) {
241
241
  if (flags.legacyNavigation) {
242
242
  log.warn('CLI', 'Legacy navigation CLI is deprecated');
243
243
  flags.channel = 'legacy-navigation-cli';
244
- } else {
244
+ } else if (!flags.channel) {
245
245
  flags.channel = 'cli';
246
246
  }
247
247
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "10.0.2-dev.20230322",
4
+ "version": "10.1.0",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {