chrome-types 0.1.350 → 0.1.351
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 -5
- package/index.d.ts +2 -5
- 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 Tue May
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue May 20 2025 18:25:00 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 2e2a3db10eeaeaf022abe807bef30bd785639496
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -10238,9 +10238,6 @@ declare namespace chrome {
|
|
|
10238
10238
|
*/
|
|
10239
10239
|
callback?: (
|
|
10240
10240
|
resource: devtools.inspectedWindow.Resource,
|
|
10241
|
-
/**
|
|
10242
|
-
* @since Pending
|
|
10243
|
-
*/
|
|
10244
10241
|
lineNumber: number,
|
|
10245
10242
|
) => void,
|
|
10246
10243
|
): void;
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Tue May
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue May 20 2025 18:24:56 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 2e2a3db10eeaeaf022abe807bef30bd785639496
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -6448,9 +6448,6 @@ declare namespace chrome {
|
|
|
6448
6448
|
*/
|
|
6449
6449
|
callback?: (
|
|
6450
6450
|
resource: devtools.inspectedWindow.Resource,
|
|
6451
|
-
/**
|
|
6452
|
-
* @since Pending
|
|
6453
|
-
*/
|
|
6454
6451
|
lineNumber: number,
|
|
6455
6452
|
) => void,
|
|
6456
6453
|
): void;
|
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": "22bb5a9614280418"
|
|
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.351"
|
|
20
20
|
}
|