lighthouse 12.0.0-dev.20240519 → 12.0.0-dev.20240521
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 +1 -1
- package/types/artifacts.d.ts +1 -0
- package/types/lhr/lhr.d.ts +2 -0
package/package.json
CHANGED
package/types/artifacts.d.ts
CHANGED
package/types/lhr/lhr.d.ts
CHANGED
|
@@ -103,6 +103,8 @@ declare module Result {
|
|
|
103
103
|
score: number|null;
|
|
104
104
|
/** An array of references to all the audit members of this category. */
|
|
105
105
|
auditRefs: AuditRef[];
|
|
106
|
+
/** An array of all the modes supported by the category. */
|
|
107
|
+
supportedModes?: Result.GatherMode[];
|
|
106
108
|
}
|
|
107
109
|
|
|
108
110
|
interface AuditRef {
|