chrome-types 0.1.318 → 0.1.319
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 +9 -2
- package/index.d.ts +9 -2
- 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 Mon Nov 11 2024 22:31:15 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 00286af3592f11a16ef120d0213b361c39a63720
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -30819,6 +30819,13 @@ declare namespace chrome {
|
|
|
30819
30819
|
*/
|
|
30820
30820
|
audible?: boolean,
|
|
30821
30821
|
|
|
30822
|
+
/**
|
|
30823
|
+
* The tab's new frozen state.
|
|
30824
|
+
*
|
|
30825
|
+
* @since Pending
|
|
30826
|
+
*/
|
|
30827
|
+
frozen?: boolean,
|
|
30828
|
+
|
|
30822
30829
|
/**
|
|
30823
30830
|
* The tab's new discarded state.
|
|
30824
30831
|
*
|
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 Mon Nov 11 2024 22:31:10 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 00286af3592f11a16ef120d0213b361c39a63720
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -24017,6 +24017,13 @@ declare namespace chrome {
|
|
|
24017
24017
|
*/
|
|
24018
24018
|
audible?: boolean,
|
|
24019
24019
|
|
|
24020
|
+
/**
|
|
24021
|
+
* The tab's new frozen state.
|
|
24022
|
+
*
|
|
24023
|
+
* @since Pending
|
|
24024
|
+
*/
|
|
24025
|
+
frozen?: boolean,
|
|
24026
|
+
|
|
24020
24027
|
/**
|
|
24021
24028
|
* The tab's new discarded state.
|
|
24022
24029
|
*
|
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": "d82c231e89b7003f"
|
|
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.319"
|
|
20
20
|
}
|