lighthouse 10.2.0-dev.20230504 → 10.2.0-dev.20230505
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.
|
@@ -75,7 +75,6 @@ class InspectorIssues extends FRGatherer {
|
|
|
75
75
|
quirksModeIssue: [],
|
|
76
76
|
cookieIssue: [],
|
|
77
77
|
sharedArrayBufferIssue: [],
|
|
78
|
-
twaQualityEnforcement: [],
|
|
79
78
|
};
|
|
80
79
|
const keys = /** @type {Array<keyof LH.Artifacts['InspectorIssues']>} */(Object.keys(artifact));
|
|
81
80
|
for (const key of keys) {
|
package/package.json
CHANGED
package/types/artifacts.d.ts
CHANGED
|
@@ -617,7 +617,6 @@ declare module Artifacts {
|
|
|
617
617
|
quirksModeIssue: Crdp.Audits.QuirksModeIssueDetails[];
|
|
618
618
|
cookieIssue: Crdp.Audits.CookieIssueDetails[];
|
|
619
619
|
sharedArrayBufferIssue: Crdp.Audits.SharedArrayBufferIssueDetails[];
|
|
620
|
-
twaQualityEnforcement: Crdp.Audits.TrustedWebActivityIssueDetails[];
|
|
621
620
|
}
|
|
622
621
|
|
|
623
622
|
// Computed artifact types below.
|