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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "10.2.0-dev.20230504",
4
+ "version": "10.2.0-dev.20230505",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -48,7 +48,6 @@ Array [
48
48
  "navigatorUserAgentIssueDetails",
49
49
  "quirksModeIssueDetails",
50
50
  "sharedArrayBufferIssueDetails",
51
- "twaQualityEnforcementDetails",
52
51
  ]
53
52
  `);
54
53
  });
@@ -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.