chrome-types 0.1.400 → 0.1.401
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 -9
- package/index.d.ts +2 -9
- 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 Dec 18 2025 11:39:03 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at d13e4ae9afa3843b7ccdef86e8f72044617dc8ba
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -24931,9 +24931,6 @@ declare namespace chrome {
|
|
|
24931
24931
|
* @param response The response to return to the message sender.
|
|
24932
24932
|
*/
|
|
24933
24933
|
sendResponse: (
|
|
24934
|
-
/**
|
|
24935
|
-
* @since Pending
|
|
24936
|
-
*/
|
|
24937
24934
|
response?: any,
|
|
24938
24935
|
) => void,
|
|
24939
24936
|
) => boolean | undefined>;
|
|
@@ -30757,10 +30754,6 @@ declare namespace chrome {
|
|
|
30757
30754
|
* @since Chrome 89
|
|
30758
30755
|
* @chrome-permission tabGroups
|
|
30759
30756
|
* @chrome-min-manifest MV3
|
|
30760
|
-
* @chrome-platform chromeos
|
|
30761
|
-
* @chrome-platform linux
|
|
30762
|
-
* @chrome-platform mac
|
|
30763
|
-
* @chrome-platform win
|
|
30764
30757
|
*/
|
|
30765
30758
|
export namespace tabGroups {
|
|
30766
30759
|
|
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 Dec 18 2025 11:38:58 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at d13e4ae9afa3843b7ccdef86e8f72044617dc8ba
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -17641,9 +17641,6 @@ declare namespace chrome {
|
|
|
17641
17641
|
* @param response The response to return to the message sender.
|
|
17642
17642
|
*/
|
|
17643
17643
|
sendResponse: (
|
|
17644
|
-
/**
|
|
17645
|
-
* @since Pending
|
|
17646
|
-
*/
|
|
17647
17644
|
response?: any,
|
|
17648
17645
|
) => void,
|
|
17649
17646
|
) => boolean | undefined>;
|
|
@@ -21920,10 +21917,6 @@ declare namespace chrome {
|
|
|
21920
21917
|
* @since Chrome 89
|
|
21921
21918
|
* @chrome-permission tabGroups
|
|
21922
21919
|
* @chrome-min-manifest MV3
|
|
21923
|
-
* @chrome-platform chromeos
|
|
21924
|
-
* @chrome-platform linux
|
|
21925
|
-
* @chrome-platform mac
|
|
21926
|
-
* @chrome-platform win
|
|
21927
21920
|
*/
|
|
21928
21921
|
export namespace tabGroups {
|
|
21929
21922
|
|
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": "5a5e532f521fb2c6"
|
|
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.401"
|
|
20
20
|
}
|