chrome-types 0.1.392 → 0.1.393
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 Wed Dec 03 2025 22:33:46 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at df92613a44bc6f65eefc8680f8f0cabb276bcfe8
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -9667,10 +9667,6 @@ declare namespace chrome {
|
|
|
9667
9667
|
* The Desktop Capture API captures the content of the screen, individual windows, or individual tabs.
|
|
9668
9668
|
*
|
|
9669
9669
|
* @chrome-permission desktopCapture
|
|
9670
|
-
* @chrome-platform chromeos
|
|
9671
|
-
* @chrome-platform linux
|
|
9672
|
-
* @chrome-platform mac
|
|
9673
|
-
* @chrome-platform win
|
|
9674
9670
|
*/
|
|
9675
9671
|
export namespace desktopCapture {
|
|
9676
9672
|
|
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 Dec 03 2025 22:33:41 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at df92613a44bc6f65eefc8680f8f0cabb276bcfe8
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -5863,10 +5863,6 @@ declare namespace chrome {
|
|
|
5863
5863
|
* The Desktop Capture API captures the content of the screen, individual windows, or individual tabs.
|
|
5864
5864
|
*
|
|
5865
5865
|
* @chrome-permission desktopCapture
|
|
5866
|
-
* @chrome-platform chromeos
|
|
5867
|
-
* @chrome-platform linux
|
|
5868
|
-
* @chrome-platform mac
|
|
5869
|
-
* @chrome-platform win
|
|
5870
5866
|
*/
|
|
5871
5867
|
export namespace desktopCapture {
|
|
5872
5868
|
|
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": "d007378fee589ae6"
|
|
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.393"
|
|
20
20
|
}
|