chrome-types 0.1.388 → 0.1.389
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 +2 -6
- package/index.d.ts +2 -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 Tue Nov 18 2025 22:34:14 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 9df7cf391ea739bf580164ed3748aeb62737359f
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -30551,10 +30551,6 @@ declare namespace chrome {
|
|
|
30551
30551
|
* Use the `chrome.tabCapture` API to interact with tab media streams.
|
|
30552
30552
|
*
|
|
30553
30553
|
* @chrome-permission tabCapture
|
|
30554
|
-
* @chrome-platform chromeos
|
|
30555
|
-
* @chrome-platform linux
|
|
30556
|
-
* @chrome-platform mac
|
|
30557
|
-
* @chrome-platform win
|
|
30558
30554
|
*/
|
|
30559
30555
|
export namespace tabCapture {
|
|
30560
30556
|
|
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 Tue Nov 18 2025 22:34:10 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 9df7cf391ea739bf580164ed3748aeb62737359f
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -21715,10 +21715,6 @@ declare namespace chrome {
|
|
|
21715
21715
|
* Use the `chrome.tabCapture` API to interact with tab media streams.
|
|
21716
21716
|
*
|
|
21717
21717
|
* @chrome-permission tabCapture
|
|
21718
|
-
* @chrome-platform chromeos
|
|
21719
|
-
* @chrome-platform linux
|
|
21720
|
-
* @chrome-platform mac
|
|
21721
|
-
* @chrome-platform win
|
|
21722
21718
|
*/
|
|
21723
21719
|
export namespace tabCapture {
|
|
21724
21720
|
|
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": "19a7d88395b50b53"
|
|
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.389"
|
|
20
20
|
}
|