chrome-types 0.1.415 → 0.1.416
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 Thu
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Feb 19 2026 22:27:09 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 301af2ced25c43c50bc4c344cfb45785057198ca
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -29490,10 +29490,6 @@ declare namespace chrome {
|
|
|
29490
29490
|
* Use the `system.display` API to query display metadata.
|
|
29491
29491
|
*
|
|
29492
29492
|
* @chrome-permission system.display
|
|
29493
|
-
* @chrome-platform chromeos
|
|
29494
|
-
* @chrome-platform linux
|
|
29495
|
-
* @chrome-platform mac
|
|
29496
|
-
* @chrome-platform win
|
|
29497
29493
|
*/
|
|
29498
29494
|
export namespace system.display {
|
|
29499
29495
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Thu
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Feb 19 2026 22:27:04 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 301af2ced25c43c50bc4c344cfb45785057198ca
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -20782,10 +20782,6 @@ declare namespace chrome {
|
|
|
20782
20782
|
* Use the `system.display` API to query display metadata.
|
|
20783
20783
|
*
|
|
20784
20784
|
* @chrome-permission system.display
|
|
20785
|
-
* @chrome-platform chromeos
|
|
20786
|
-
* @chrome-platform linux
|
|
20787
|
-
* @chrome-platform mac
|
|
20788
|
-
* @chrome-platform win
|
|
20789
20785
|
*/
|
|
20790
20786
|
export namespace system.display {
|
|
20791
20787
|
|
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": "8afb6bc26ad694fe"
|
|
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.416"
|
|
20
20
|
}
|