chrome-types 0.1.339 → 0.1.340
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 Sat Feb 15 2025 22:30:48 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 70733890e6ccd273c88472fd5823612501a5d0fe
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -26292,7 +26292,7 @@ declare namespace chrome {
|
|
|
26292
26292
|
export interface Session {
|
|
26293
26293
|
|
|
26294
26294
|
/**
|
|
26295
|
-
* The time when the window or tab was closed or modified, represented in
|
|
26295
|
+
* The time when the window or tab was closed or modified, represented in seconds since the epoch.
|
|
26296
26296
|
*/
|
|
26297
26297
|
lastModified: number;
|
|
26298
26298
|
|
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 Sat Feb 15 2025 22:30:44 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 70733890e6ccd273c88472fd5823612501a5d0fe
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -20412,7 +20412,7 @@ declare namespace chrome {
|
|
|
20412
20412
|
export interface Session {
|
|
20413
20413
|
|
|
20414
20414
|
/**
|
|
20415
|
-
* The time when the window or tab was closed or modified, represented in
|
|
20415
|
+
* The time when the window or tab was closed or modified, represented in seconds since the epoch.
|
|
20416
20416
|
*/
|
|
20417
20417
|
lastModified: number;
|
|
20418
20418
|
|
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": "aae1e01036f12fe0"
|
|
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.340"
|
|
20
20
|
}
|