chrome-types 0.1.305 → 0.1.306
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 +4 -3
- package/index.d.ts +4 -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 Fri Sep 13 2024
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Sep 13 2024 22:31:24 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 5b5f5f056a1ea5580fb938a5c6060ce9cb3c5562
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -24222,9 +24222,10 @@ declare namespace chrome {
|
|
|
24222
24222
|
* @chrome-enum "BACKGROUND" Specifies the context type as a service worker.
|
|
24223
24223
|
* @chrome-enum "OFFSCREEN\_DOCUMENT" Specifies the context type as an offscreen document.
|
|
24224
24224
|
* @chrome-enum "SIDE\_PANEL" Specifies the context type as a side panel.
|
|
24225
|
+
* @chrome-enum "DEVELOPER\_TOOLS" Specifies the context type as developer tools.
|
|
24225
24226
|
* @since Chrome 114
|
|
24226
24227
|
*/
|
|
24227
|
-
export type ContextType = "TAB" | "POPUP" | "BACKGROUND" | "OFFSCREEN_DOCUMENT" | "SIDE_PANEL";
|
|
24228
|
+
export type ContextType = "TAB" | "POPUP" | "BACKGROUND" | "OFFSCREEN_DOCUMENT" | "SIDE_PANEL" | "DEVELOPER_TOOLS";
|
|
24228
24229
|
|
|
24229
24230
|
/**
|
|
24230
24231
|
* A context hosting extension content.
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Fri Sep 13 2024
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Sep 13 2024 22:31:19 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 5b5f5f056a1ea5580fb938a5c6060ce9cb3c5562
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -18978,9 +18978,10 @@ declare namespace chrome {
|
|
|
18978
18978
|
* @chrome-enum "BACKGROUND" Specifies the context type as a service worker.
|
|
18979
18979
|
* @chrome-enum "OFFSCREEN\_DOCUMENT" Specifies the context type as an offscreen document.
|
|
18980
18980
|
* @chrome-enum "SIDE\_PANEL" Specifies the context type as a side panel.
|
|
18981
|
+
* @chrome-enum "DEVELOPER\_TOOLS" Specifies the context type as developer tools.
|
|
18981
18982
|
* @since Chrome 114
|
|
18982
18983
|
*/
|
|
18983
|
-
export type ContextType = "TAB" | "POPUP" | "BACKGROUND" | "OFFSCREEN_DOCUMENT" | "SIDE_PANEL";
|
|
18984
|
+
export type ContextType = "TAB" | "POPUP" | "BACKGROUND" | "OFFSCREEN_DOCUMENT" | "SIDE_PANEL" | "DEVELOPER_TOOLS";
|
|
18984
18985
|
|
|
18985
18986
|
/**
|
|
18986
18987
|
* A context hosting extension content.
|
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": "0a3f2673585fc1d9"
|
|
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.306"
|
|
20
20
|
}
|