chrome-types 0.1.229 → 0.1.230
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 -4
- package/index.d.ts +4 -4
- 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 Aug 30 2023 22:29:46 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at d1be98aed8a701f49db15fa11f43490413fbab99
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -29302,14 +29302,14 @@ declare namespace chrome {
|
|
|
29302
29302
|
): void;
|
|
29303
29303
|
|
|
29304
29304
|
/**
|
|
29305
|
-
* Gets the tab that this script call is being made from.
|
|
29305
|
+
* Gets the tab that this script call is being made from. Returns `undefined` if called from a non-tab context (for example, a background page or popup view).
|
|
29306
29306
|
*
|
|
29307
29307
|
* @chrome-returns-extra since Chrome 88
|
|
29308
29308
|
*/
|
|
29309
29309
|
export function getCurrent(): Promise<Tab | undefined>;
|
|
29310
29310
|
|
|
29311
29311
|
/**
|
|
29312
|
-
* Gets the tab that this script call is being made from.
|
|
29312
|
+
* Gets the tab that this script call is being made from. Returns `undefined` if called from a non-tab context (for example, a background page or popup view).
|
|
29313
29313
|
*/
|
|
29314
29314
|
export function getCurrent(
|
|
29315
29315
|
|
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 Aug 30 2023 22:29:41 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at d1be98aed8a701f49db15fa11f43490413fbab99
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -22510,14 +22510,14 @@ declare namespace chrome {
|
|
|
22510
22510
|
): void;
|
|
22511
22511
|
|
|
22512
22512
|
/**
|
|
22513
|
-
* Gets the tab that this script call is being made from.
|
|
22513
|
+
* Gets the tab that this script call is being made from. Returns `undefined` if called from a non-tab context (for example, a background page or popup view).
|
|
22514
22514
|
*
|
|
22515
22515
|
* @chrome-returns-extra since Chrome 88
|
|
22516
22516
|
*/
|
|
22517
22517
|
export function getCurrent(): Promise<Tab | undefined>;
|
|
22518
22518
|
|
|
22519
22519
|
/**
|
|
22520
|
-
* Gets the tab that this script call is being made from.
|
|
22520
|
+
* Gets the tab that this script call is being made from. Returns `undefined` if called from a non-tab context (for example, a background page or popup view).
|
|
22521
22521
|
*/
|
|
22522
22522
|
export function getCurrent(
|
|
22523
22523
|
|
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": "2f00a3cc24ef18fd"
|
|
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.230"
|
|
20
20
|
}
|