chrome-types 0.1.376 → 0.1.377

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 +2 -6
  2. package/index.d.ts +2 -6
  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 Tue Sep 16 2025 22:31:53 GMT+0000 (Coordinated Universal Time)
18
- // Built at 3cfe84abeda8f35a27d0fe52cf9dba97c3d41a30
17
+ // Generated on Wed Sep 17 2025 22:33:05 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 8371ad7bb8fe4359a4515e60de1700fd77516384
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -35891,10 +35891,6 @@ declare namespace chrome {
35891
35891
  * Use the `chrome.webNavigation` API to receive notifications about the status of navigation requests in-flight.
35892
35892
  *
35893
35893
  * @chrome-permission webNavigation
35894
- * @chrome-platform chromeos
35895
- * @chrome-platform linux
35896
- * @chrome-platform mac
35897
- * @chrome-platform win
35898
35894
  */
35899
35895
  export namespace webNavigation {
35900
35896
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Sep 16 2025 22:31:48 GMT+0000 (Coordinated Universal Time)
18
- // Built at 3cfe84abeda8f35a27d0fe52cf9dba97c3d41a30
17
+ // Generated on Wed Sep 17 2025 22:33:00 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 8371ad7bb8fe4359a4515e60de1700fd77516384
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -28678,10 +28678,6 @@ declare namespace chrome {
28678
28678
  * Use the `chrome.webNavigation` API to receive notifications about the status of navigation requests in-flight.
28679
28679
  *
28680
28680
  * @chrome-permission webNavigation
28681
- * @chrome-platform chromeos
28682
- * @chrome-platform linux
28683
- * @chrome-platform mac
28684
- * @chrome-platform win
28685
28681
  */
28686
28682
  export namespace webNavigation {
28687
28683
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "a72a8c85497e5a2f"
8
+ "build-hash": "fe073f2ebb4d9a3e"
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.376"
19
+ "version": "0.1.377"
20
20
  }