chrome-types 0.1.328 → 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.
Files changed (3) hide show
  1. package/_all.d.ts +3 -3
  2. package/index.d.ts +3 -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 Wed Jan 01 2025 22:31:10 GMT+0000 (Coordinated Universal Time)
18
- // Built at c318291f2b36c727f89fe269b3f87dfe0a62cad9
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 was accessed as the number of milliseconds since epoch.
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
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Jan 01 2025 22:31:05 GMT+0000 (Coordinated Universal Time)
18
- // Built at c318291f2b36c727f89fe269b3f87dfe0a62cad9
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 was accessed as the number of milliseconds since epoch.
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": "17c72f0738cccf74"
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.328"
19
+ "version": "0.1.329"
20
20
  }