chrome-types 0.1.107 → 0.1.108
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 +3 -3
- package/index.d.ts +3 -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 Fri May 06 2022 22:29:08 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 26ccfbe1726242734603208c6866138080086114
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -31910,7 +31910,7 @@ declare namespace chrome {
|
|
|
31910
31910
|
matches?: string[];
|
|
31911
31911
|
|
|
31912
31912
|
/**
|
|
31913
|
-
* List of extension IDs the "resources" are accessible to.
|
|
31913
|
+
* List of extension IDs the "resources" are accessible to. A wildcard can be used, denoted by "\*".
|
|
31914
31914
|
*/
|
|
31915
31915
|
extension_ids?: string[];
|
|
31916
31916
|
|
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 Fri May 06 2022 22:29:04 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 26ccfbe1726242734603208c6866138080086114
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -25144,7 +25144,7 @@ declare namespace chrome {
|
|
|
25144
25144
|
matches?: string[];
|
|
25145
25145
|
|
|
25146
25146
|
/**
|
|
25147
|
-
* List of extension IDs the "resources" are accessible to.
|
|
25147
|
+
* List of extension IDs the "resources" are accessible to. A wildcard can be used, denoted by "\*".
|
|
25148
25148
|
*/
|
|
25149
25149
|
extension_ids?: string[];
|
|
25150
25150
|
|
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": "c775af485d60fbd2"
|
|
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.108"
|
|
20
20
|
}
|