chrome-types 0.1.90 → 0.1.91
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 +6 -6
- package/index.d.ts +6 -6
- 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 Wed Mar 02 2022 22:28:11 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a3f419cb3268f372f2f366d9c03c5d88ad660e99
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -32214,7 +32214,7 @@ declare namespace chrome {
|
|
|
32214
32214
|
/**
|
|
32215
32215
|
* The ID of the tab in which the frame is.
|
|
32216
32216
|
*/
|
|
32217
|
-
tabId
|
|
32217
|
+
tabId: number,
|
|
32218
32218
|
|
|
32219
32219
|
/**
|
|
32220
32220
|
* The ID of the process that runs the renderer for this tab.
|
|
@@ -32227,7 +32227,7 @@ declare namespace chrome {
|
|
|
32227
32227
|
/**
|
|
32228
32228
|
* The ID of the frame in the given tab.
|
|
32229
32229
|
*/
|
|
32230
|
-
frameId
|
|
32230
|
+
frameId: number,
|
|
32231
32231
|
},
|
|
32232
32232
|
): Promise<{
|
|
32233
32233
|
|
|
@@ -32259,7 +32259,7 @@ declare namespace chrome {
|
|
|
32259
32259
|
/**
|
|
32260
32260
|
* The ID of the tab in which the frame is.
|
|
32261
32261
|
*/
|
|
32262
|
-
tabId
|
|
32262
|
+
tabId: number,
|
|
32263
32263
|
|
|
32264
32264
|
/**
|
|
32265
32265
|
* The ID of the process that runs the renderer for this tab.
|
|
@@ -32272,7 +32272,7 @@ declare namespace chrome {
|
|
|
32272
32272
|
/**
|
|
32273
32273
|
* The ID of the frame in the given tab.
|
|
32274
32274
|
*/
|
|
32275
|
-
frameId
|
|
32275
|
+
frameId: number,
|
|
32276
32276
|
},
|
|
32277
32277
|
|
|
32278
32278
|
/**
|
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 Wed Mar 02 2022 22:28:06 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a3f419cb3268f372f2f366d9c03c5d88ad660e99
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -21495,7 +21495,7 @@ declare namespace chrome {
|
|
|
21495
21495
|
/**
|
|
21496
21496
|
* The ID of the tab in which the frame is.
|
|
21497
21497
|
*/
|
|
21498
|
-
tabId
|
|
21498
|
+
tabId: number,
|
|
21499
21499
|
|
|
21500
21500
|
/**
|
|
21501
21501
|
* The ID of the process that runs the renderer for this tab.
|
|
@@ -21508,7 +21508,7 @@ declare namespace chrome {
|
|
|
21508
21508
|
/**
|
|
21509
21509
|
* The ID of the frame in the given tab.
|
|
21510
21510
|
*/
|
|
21511
|
-
frameId
|
|
21511
|
+
frameId: number,
|
|
21512
21512
|
},
|
|
21513
21513
|
): Promise<{
|
|
21514
21514
|
|
|
@@ -21540,7 +21540,7 @@ declare namespace chrome {
|
|
|
21540
21540
|
/**
|
|
21541
21541
|
* The ID of the tab in which the frame is.
|
|
21542
21542
|
*/
|
|
21543
|
-
tabId
|
|
21543
|
+
tabId: number,
|
|
21544
21544
|
|
|
21545
21545
|
/**
|
|
21546
21546
|
* The ID of the process that runs the renderer for this tab.
|
|
@@ -21553,7 +21553,7 @@ declare namespace chrome {
|
|
|
21553
21553
|
/**
|
|
21554
21554
|
* The ID of the frame in the given tab.
|
|
21555
21555
|
*/
|
|
21556
|
-
frameId
|
|
21556
|
+
frameId: number,
|
|
21557
21557
|
},
|
|
21558
21558
|
|
|
21559
21559
|
/**
|
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": "21231b17eb475d39"
|
|
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.91"
|
|
20
20
|
}
|