lighthouse 9.5.0-dev.20220907-2 → 9.5.0-dev.20220908
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/changelog.md +5902 -0
- package/cli/test/smokehouse/core-tests.js +2 -3
- package/dist/report/flow.js +11 -11
- package/package.json +2 -2
- package/lol.report.json +0 -5856
- package/shared/localization/locales/en-US.ctc.json +0 -8059
- package/shared/localization/locales/en-XL.ctc.json +0 -8036
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "9.5.0-dev.
|
|
4
|
+
"version": "9.5.0-dev.20220908",
|
|
5
5
|
"description": "Automated auditing, performance metrics, and best practices for the web.",
|
|
6
6
|
"main": "./core/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"jsdom": "^12.2.0",
|
|
160
160
|
"jsonld": "^5.2.0",
|
|
161
161
|
"jsonlint-mod": "^1.7.6",
|
|
162
|
-
"lighthouse-plugin-publisher-ads": "
|
|
162
|
+
"lighthouse-plugin-publisher-ads": "1.5.7-beta",
|
|
163
163
|
"magic-string": "^0.25.7",
|
|
164
164
|
"mime-types": "^2.1.30",
|
|
165
165
|
"mocha": "^10.0.0",
|