chrome-types 0.1.298 → 0.1.300

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 +4 -4
  2. package/index.d.ts +4 -4
  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 Thu Aug 15 2024 22:30:59 GMT+0000 (Coordinated Universal Time)
18
- // Built at 6f20f98bf0a6cffcf90b7bfea75406b993fdedf8
17
+ // Generated on Mon Aug 19 2024 22:32:28 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 468cfe614c11a9ca78d8a8e82a7e6510c88fc235
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -18379,7 +18379,7 @@ declare namespace chrome {
18379
18379
  }
18380
18380
 
18381
18381
  /**
18382
- * The `chrome.management` API provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that [override](https://developer.chrome.com/extensions/develop/ui/override-chrome-pages) the built-in New Tab page.
18382
+ * The `chrome.management` API provides ways to manage installed apps and extensions.
18383
18383
  *
18384
18384
  * @chrome-permission management
18385
18385
  */
@@ -30380,7 +30380,7 @@ declare namespace chrome {
30380
30380
  *
30381
30381
  * @since Chrome 121
30382
30382
  */
30383
- lastAccessed?: number;
30383
+ lastAccessed: number;
30384
30384
 
30385
30385
  /**
30386
30386
  * Whether the tab is highlighted.
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Aug 15 2024 22:30:54 GMT+0000 (Coordinated Universal Time)
18
- // Built at 6f20f98bf0a6cffcf90b7bfea75406b993fdedf8
17
+ // Generated on Mon Aug 19 2024 22:32:23 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 468cfe614c11a9ca78d8a8e82a7e6510c88fc235
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -13750,7 +13750,7 @@ declare namespace chrome {
13750
13750
  }
13751
13751
 
13752
13752
  /**
13753
- * The `chrome.management` API provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that [override](https://developer.chrome.com/extensions/develop/ui/override-chrome-pages) the built-in New Tab page.
13753
+ * The `chrome.management` API provides ways to manage installed apps and extensions.
13754
13754
  *
13755
13755
  * @chrome-permission management
13756
13756
  */
@@ -23592,7 +23592,7 @@ declare namespace chrome {
23592
23592
  *
23593
23593
  * @since Chrome 121
23594
23594
  */
23595
- lastAccessed?: number;
23595
+ lastAccessed: number;
23596
23596
 
23597
23597
  /**
23598
23598
  * Whether the tab is highlighted.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "f725319476082cc4"
8
+ "build-hash": "132711f0aa46ed86"
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.298"
19
+ "version": "0.1.300"
20
20
  }