chrome-types 0.1.401 → 0.1.402
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 Tue Dec 23 2025 22:24:17 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 47e91dae52bfc3b7152772cfbdcade7ed01c124d
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -24933,7 +24933,7 @@ declare namespace chrome {
|
|
|
24933
24933
|
sendResponse: (
|
|
24934
24934
|
response?: any,
|
|
24935
24935
|
) => void,
|
|
24936
|
-
) => boolean | undefined>;
|
|
24936
|
+
) => (boolean | Promise<any>) | undefined>;
|
|
24937
24937
|
|
|
24938
24938
|
/**
|
|
24939
24939
|
* Fired when a message is sent from another extension (by {@link runtime.sendMessage}). Cannot be used in a content script.
|
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 Dec 23 2025 22:24:12 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 47e91dae52bfc3b7152772cfbdcade7ed01c124d
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -17643,7 +17643,7 @@ declare namespace chrome {
|
|
|
17643
17643
|
sendResponse: (
|
|
17644
17644
|
response?: any,
|
|
17645
17645
|
) => void,
|
|
17646
|
-
) => boolean | undefined>;
|
|
17646
|
+
) => (boolean | Promise<any>) | undefined>;
|
|
17647
17647
|
|
|
17648
17648
|
/**
|
|
17649
17649
|
* Fired when a message is sent from another extension (by {@link runtime.sendMessage}). Cannot be used in a content script.
|
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": "474b35e935f6d976"
|
|
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.402"
|
|
20
20
|
}
|