chrome-types 0.1.83 → 0.1.84
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/_all.d.ts +2 -3
- package/index.d.ts +2 -3
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Jan 27 2022 22:27:05 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at cf396c239436e0250cece84a6ec008fcce6a6cff
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -15915,7 +15915,6 @@ declare namespace chrome {
|
|
|
15915
15915
|
* @param messageName The name of the message, as specified in the [`messages.json`](https://developer.chrome.com/extensions/i18n-messages) file.
|
|
15916
15916
|
* @param substitutions Up to 9 substitution strings, if the message requires any.
|
|
15917
15917
|
* @returns Message localized for current locale.
|
|
15918
|
-
* @chrome-disallow-service-workers
|
|
15919
15918
|
*/
|
|
15920
15919
|
export function getMessage(
|
|
15921
15920
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Jan 27 2022 22:27:00 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at cf396c239436e0250cece84a6ec008fcce6a6cff
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -11216,7 +11216,6 @@ declare namespace chrome {
|
|
|
11216
11216
|
* @param messageName The name of the message, as specified in the [`messages.json`](https://developer.chrome.com/extensions/i18n-messages) file.
|
|
11217
11217
|
* @param substitutions Up to 9 substitution strings, if the message requires any.
|
|
11218
11218
|
* @returns Message localized for current locale.
|
|
11219
|
-
* @chrome-disallow-service-workers
|
|
11220
11219
|
*/
|
|
11221
11220
|
export function getMessage(
|
|
11222
11221
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "51015783bc3937c8"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.84"
|
|
20
20
|
}
|