chrome-types 0.1.349 → 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 +4 -2
- package/index.d.ts +4 -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 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
|
|
|
@@ -10234,9 +10234,11 @@ declare namespace chrome {
|
|
|
10234
10234
|
|
|
10235
10235
|
/**
|
|
10236
10236
|
* @param resource A {@link devtools.inspectedWindow.Resource} object for the resource that was clicked.
|
|
10237
|
+
* @param lineNumber Specifies the line number within the resource that was clicked.
|
|
10237
10238
|
*/
|
|
10238
10239
|
callback?: (
|
|
10239
10240
|
resource: devtools.inspectedWindow.Resource,
|
|
10241
|
+
lineNumber: number,
|
|
10240
10242
|
) => void,
|
|
10241
10243
|
): void;
|
|
10242
10244
|
|
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 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
|
|
|
@@ -6444,9 +6444,11 @@ declare namespace chrome {
|
|
|
6444
6444
|
|
|
6445
6445
|
/**
|
|
6446
6446
|
* @param resource A {@link devtools.inspectedWindow.Resource} object for the resource that was clicked.
|
|
6447
|
+
* @param lineNumber Specifies the line number within the resource that was clicked.
|
|
6447
6448
|
*/
|
|
6448
6449
|
callback?: (
|
|
6449
6450
|
resource: devtools.inspectedWindow.Resource,
|
|
6451
|
+
lineNumber: number,
|
|
6450
6452
|
) => void,
|
|
6451
6453
|
): void;
|
|
6452
6454
|
|
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
|
}
|