lighthouse 11.3.0-dev.20231202 → 11.3.0-dev.20231204

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,7 @@ case "${unameOut}" in
31
31
  esac
32
32
 
33
33
  # Only set this to true when actual ToT is broken and we can't fix it yet.
34
- should_hardcode_ci=true
34
+ should_hardcode_ci=false
35
35
 
36
36
  if [[ "${CI:-}" ]] && [ "$should_hardcode_ci" == true ]; then
37
37
  rev=1228630
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "11.3.0-dev.20231202",
4
+ "version": "11.3.0-dev.20231204",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {