chrome-types 0.1.216 → 0.1.217

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 Fri Jul 14 2023 22:29:55 GMT+0000 (Coordinated Universal Time)
18
- // Built at 82807cea945a45bf398a25d8e93b3a3e16ba415f
17
+ // Generated on Tue Jul 18 2023 22:30:55 GMT+0000 (Coordinated Universal Time)
18
+ // Built at b630402640aa61a0daf8c3f93961f2c3efdb309e
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -14987,7 +14987,7 @@ declare namespace chrome {
14987
14987
  /**
14988
14988
  * True if the visit originated on this device. False if it was synced from a different device.
14989
14989
  *
14990
- * @since Pending
14990
+ * @since Chrome 115
14991
14991
  */
14992
14992
  isLocal: boolean;
14993
14993
  }
@@ -32702,7 +32702,7 @@ declare namespace chrome {
32702
32702
  /**
32703
32703
  * The `chrome.webAuthenticationProxy` API lets remote desktop software running on a remote host intercept Web Authentication API (WebAuthn) requests in order to handle them on a local client.
32704
32704
  *
32705
- * @since Pending
32705
+ * @since Chrome 115
32706
32706
  * @chrome-permission webAuthenticationProxy
32707
32707
  * @chrome-min-manifest MV3
32708
32708
  * @chrome-platform win
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Fri Jul 14 2023 22:29:50 GMT+0000 (Coordinated Universal Time)
18
- // Built at 82807cea945a45bf398a25d8e93b3a3e16ba415f
17
+ // Generated on Tue Jul 18 2023 22:30:49 GMT+0000 (Coordinated Universal Time)
18
+ // Built at b630402640aa61a0daf8c3f93961f2c3efdb309e
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -10348,7 +10348,7 @@ declare namespace chrome {
10348
10348
  /**
10349
10349
  * True if the visit originated on this device. False if it was synced from a different device.
10350
10350
  *
10351
- * @since Pending
10351
+ * @since Chrome 115
10352
10352
  */
10353
10353
  isLocal: boolean;
10354
10354
  }
@@ -25571,7 +25571,7 @@ declare namespace chrome {
25571
25571
  /**
25572
25572
  * The `chrome.webAuthenticationProxy` API lets remote desktop software running on a remote host intercept Web Authentication API (WebAuthn) requests in order to handle them on a local client.
25573
25573
  *
25574
- * @since Pending
25574
+ * @since Chrome 115
25575
25575
  * @chrome-permission webAuthenticationProxy
25576
25576
  * @chrome-min-manifest MV3
25577
25577
  * @chrome-platform win
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "a878c948f2488161"
8
+ "build-hash": "80cebf7571de3400"
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.216"
19
+ "version": "0.1.217"
20
20
  }