chrome-types 0.1.393 → 0.1.394
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 +3 -2
- package/index.d.ts +2 -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 Thu Dec 04 2025 22:33:56 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 9603e7feda67cf521577f506ec5e9673afbba66b
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -19437,6 +19437,7 @@ declare namespace chrome {
|
|
|
19437
19437
|
*
|
|
19438
19438
|
* @chrome-permission mediaGalleries
|
|
19439
19439
|
* @chrome-platform-apps
|
|
19440
|
+
* @chrome-platform chromeos
|
|
19440
19441
|
*/
|
|
19441
19442
|
export namespace mediaGalleries {
|
|
19442
19443
|
|
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 Thu Dec 04 2025 22:33:51 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 9603e7feda67cf521577f506ec5e9673afbba66b
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
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": "5b05dad1f2f11d67"
|
|
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.394"
|
|
20
20
|
}
|