chrome-types 0.1.327 → 0.1.329
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 -4
- package/index.d.ts +4 -4
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025 Google LLC
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Fri
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Jan 03 2025 22:30:46 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at b985dd9dd7673857bec65e838f75bec4eff229e0
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -30716,7 +30716,7 @@ declare namespace chrome {
|
|
|
30716
30716
|
selected: boolean;
|
|
30717
30717
|
|
|
30718
30718
|
/**
|
|
30719
|
-
* The last time the tab
|
|
30719
|
+
* The last time the tab became active in its window as the number of milliseconds since epoch.
|
|
30720
30720
|
*
|
|
30721
30721
|
* @since Chrome 121
|
|
30722
30722
|
*/
|
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025 Google LLC
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Fri
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Jan 03 2025 22:30:41 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at b985dd9dd7673857bec65e838f75bec4eff229e0
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -23914,7 +23914,7 @@ declare namespace chrome {
|
|
|
23914
23914
|
selected: boolean;
|
|
23915
23915
|
|
|
23916
23916
|
/**
|
|
23917
|
-
* The last time the tab
|
|
23917
|
+
* The last time the tab became active in its window as the number of milliseconds since epoch.
|
|
23918
23918
|
*
|
|
23919
23919
|
* @since Chrome 121
|
|
23920
23920
|
*/
|
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": "1303218adc43c193"
|
|
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.329"
|
|
20
20
|
}
|