lighthouse 10.1.0-dev.20230409 → 10.1.0-dev.20230411
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.
|
@@ -109,6 +109,7 @@ export const UIStrings: {
|
|
|
109
109
|
/** Message logged when the web app has been uninstalled o desktop, signalling that the install banner state is being reset. */
|
|
110
110
|
'pipeline-restarted': string;
|
|
111
111
|
/**
|
|
112
|
+
* TODO: This error was removed in M114, we can remove this message when it hits stable.
|
|
112
113
|
* @description Error message explaining that the URL of the manifest uses a scheme that is not supported on Android.
|
|
113
114
|
* @example {data:} scheme
|
|
114
115
|
*/
|
|
@@ -97,6 +97,7 @@ const UIStrings = {
|
|
|
97
97
|
/** Message logged when the web app has been uninstalled o desktop, signalling that the install banner state is being reset. */
|
|
98
98
|
'pipeline-restarted': 'PWA has been uninstalled and installability checks resetting.',
|
|
99
99
|
/**
|
|
100
|
+
* TODO: This error was removed in M114, we can remove this message when it hits stable.
|
|
100
101
|
* @description Error message explaining that the URL of the manifest uses a scheme that is not supported on Android.
|
|
101
102
|
* @example {data:} scheme
|
|
102
103
|
*/
|
package/package.json
CHANGED
|
@@ -65,7 +65,6 @@ Array [
|
|
|
65
65
|
"platform-not-supported-on-android",
|
|
66
66
|
"prefer-related-applications",
|
|
67
67
|
"prefer-related-applications-only-beta-stable",
|
|
68
|
-
"scheme-not-supported-for-webapk",
|
|
69
68
|
"start-url-not-valid",
|
|
70
69
|
"url-not-supported-for-webapk",
|
|
71
70
|
"warn-not-offline-capable",
|