lighthouse 11.0.0-dev.20230803 → 11.0.0-dev.20230804
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.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "11.0.0-dev.
|
|
4
|
+
"version": "11.0.0-dev.20230804",
|
|
5
5
|
"description": "Automated auditing, performance metrics, and best practices for the web.",
|
|
6
6
|
"main": "./core/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"clean": "rm -r dist proto/scripts/*.json proto/scripts/*_pb2.* proto/scripts/*_pb.* proto/scripts/__pycache__ proto/scripts/*.pyc *.report.html *.report.dom.html *.report.json *.devtoolslog.json *.trace.json shared/localization/locales/*.ctc.json || true",
|
|
37
37
|
"clean-types": "git clean -xfq '*.d.ts' '*.d.cts' -e 'node_modules/' -e 'dist/' -e '.tmp/' -e '**/types/'",
|
|
38
38
|
"lint": "[ \"$CI\" = true ] && eslint --quiet -f codeframe . || eslint .",
|
|
39
|
-
"smoke": "node cli/test/smokehouse/frontends/smokehouse-bin.js",
|
|
39
|
+
"smoke": "node -r source-map-support/register cli/test/smokehouse/frontends/smokehouse-bin.js",
|
|
40
40
|
"debug": "node --inspect-brk ./cli/index.js",
|
|
41
41
|
"start": "yarn build-report --standalone && node ./cli/index.js",
|
|
42
42
|
"mocha": "node --loader=testdouble core/test/scripts/run-mocha-tests.js",
|
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
"resolve": "^1.22.1",
|
|
171
171
|
"rollup": "^2.52.7",
|
|
172
172
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
173
|
+
"source-map-support": "^0.5.21",
|
|
173
174
|
"tabulator-tables": "^4.9.3",
|
|
174
175
|
"terser": "^5.18.2",
|
|
175
176
|
"testdouble": "^3.18.0",
|