chrome-types 0.1.383 → 0.1.384
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 -3
- package/index.d.ts +3 -3
- 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 Oct 23 2025 22:33:09 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 20b9e709d1ed3b45b1dbcdbaf58d70c20dd1a391
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -26691,7 +26691,7 @@ declare namespace chrome {
|
|
|
26691
26691
|
}
|
|
26692
26692
|
|
|
26693
26693
|
/**
|
|
26694
|
-
* @since
|
|
26694
|
+
* @since Chrome 142
|
|
26695
26695
|
*/
|
|
26696
26696
|
export interface PanelClosedInfo {
|
|
26697
26697
|
|
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 Oct 23 2025 22:33:05 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 20b9e709d1ed3b45b1dbcdbaf58d70c20dd1a391
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -18787,7 +18787,7 @@ declare namespace chrome {
|
|
|
18787
18787
|
}
|
|
18788
18788
|
|
|
18789
18789
|
/**
|
|
18790
|
-
* @since
|
|
18790
|
+
* @since Chrome 142
|
|
18791
18791
|
*/
|
|
18792
18792
|
export interface PanelClosedInfo {
|
|
18793
18793
|
|
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": "ea0b6b65833aca7f"
|
|
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.384"
|
|
20
20
|
}
|