chrome-types 0.1.418 → 0.1.419
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 Feb 26 2026 22:27:58 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 4ce3725381b37053fe0dafa76914ba5cfed4f9ab
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -24813,7 +24813,7 @@ declare namespace chrome {
|
|
|
24813
24813
|
) => void>;
|
|
24814
24814
|
|
|
24815
24815
|
/**
|
|
24816
|
-
* Fired when a message is sent from either
|
|
24816
|
+
* Fired when a message is sent from either {@link runtime.sendMessage} or {@link tabs.sendMessage}.
|
|
24817
24817
|
*/
|
|
24818
24818
|
export const onMessage: events.Event<(
|
|
24819
24819
|
message: any,
|
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 Feb 26 2026 22:27:54 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 4ce3725381b37053fe0dafa76914ba5cfed4f9ab
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -17595,7 +17595,7 @@ declare namespace chrome {
|
|
|
17595
17595
|
) => void>;
|
|
17596
17596
|
|
|
17597
17597
|
/**
|
|
17598
|
-
* Fired when a message is sent from either
|
|
17598
|
+
* Fired when a message is sent from either {@link runtime.sendMessage} or {@link tabs.sendMessage}.
|
|
17599
17599
|
*/
|
|
17600
17600
|
export const onMessage: events.Event<(
|
|
17601
17601
|
message: any,
|
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": "e582f1ae6c0598e3"
|
|
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.419"
|
|
20
20
|
}
|