lighthouse 11.6.0-dev.20240226 → 11.6.0-dev.20240228
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.
|
@@ -44,7 +44,6 @@ import perfFonts from './test-definitions/perf-fonts.js';
|
|
|
44
44
|
import perfFrameMetrics from './test-definitions/perf-frame-metrics.js';
|
|
45
45
|
import perfPreload from './test-definitions/perf-preload.js';
|
|
46
46
|
import perfTraceElements from './test-definitions/perf-trace-elements.js';
|
|
47
|
-
import pubads from './test-definitions/pubads.js';
|
|
48
47
|
import pwaAirhorner from './test-definitions/pwa-airhorner.js';
|
|
49
48
|
import pwaCaltrain from './test-definitions/pwa-caltrain.js';
|
|
50
49
|
import pwaChromestatus from './test-definitions/pwa-chromestatus.js';
|
|
@@ -109,7 +108,6 @@ const smokeTests = [
|
|
|
109
108
|
perfFrameMetrics,
|
|
110
109
|
perfPreload,
|
|
111
110
|
perfTraceElements,
|
|
112
|
-
pubads,
|
|
113
111
|
pwaAirhorner,
|
|
114
112
|
pwaCaltrain,
|
|
115
113
|
pwaChromestatus,
|
|
@@ -287,7 +287,7 @@ function requireAudit(auditPath, coreAuditList, configDir) {
|
|
|
287
287
|
let requirePath = `../audits/${auditPath}`;
|
|
288
288
|
if (!coreAudit) {
|
|
289
289
|
if (isBundledEnvironment()) {
|
|
290
|
-
// This is for
|
|
290
|
+
// This is for plugin bundling.
|
|
291
291
|
requirePath = auditPath;
|
|
292
292
|
} else {
|
|
293
293
|
// Otherwise, attempt to find it elsewhere. This throws if not found.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "11.6.0-dev.
|
|
4
|
+
"version": "11.6.0-dev.20240228",
|
|
5
5
|
"description": "Automated auditing, performance metrics, and best practices for the web.",
|
|
6
6
|
"main": "./core/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -156,7 +156,6 @@
|
|
|
156
156
|
"jest-mock": "^27.3.0",
|
|
157
157
|
"jest-snapshot": "^28.1.0",
|
|
158
158
|
"jsdom": "^12.2.0",
|
|
159
|
-
"lighthouse-plugin-publisher-ads": "1.5.7-beta",
|
|
160
159
|
"lighthouse-plugin-soft-navigation": "^1.0.1",
|
|
161
160
|
"magic-string": "^0.25.7",
|
|
162
161
|
"mime-types": "^2.1.30",
|