chrome-types 0.1.342 → 0.1.343

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 +5 -5
  2. package/index.d.ts +5 -5
  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 Feb 18 2025 22:32:51 GMT+0000 (Coordinated Universal Time)
18
- // Built at 7857ead51766b33094c81d87c20449a20e1ab634
17
+ // Generated on Fri Feb 21 2025 22:31:00 GMT+0000 (Coordinated Universal Time)
18
+ // Built at f337823fd070e0aa73af37b4ade86cf4c01d887a
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -6408,7 +6408,7 @@ declare namespace chrome {
6408
6408
  * `allow`: Allow sites to use the Private State Tokens API,
6409
6409
  * `block`: Block sites from using the Private State Tokens API.
6410
6410
  * Default is `allow`.
6411
- * The primary URL is the URL of the top-level frame. The secondary URL is not used. NOTE: When calling `set()`, the primary pattern must be .
6411
+ * The primary URL is the URL of the top-level frame. The secondary URL is not used. NOTE: When calling `set()`, the primary pattern must be `<all_urls>`.
6412
6412
  *
6413
6413
  * @since Chrome 113
6414
6414
  */
@@ -6493,7 +6493,7 @@ declare namespace chrome {
6493
6493
  * `ask`: Ask when a site wants to access the microphone.
6494
6494
  * Default is `ask`.
6495
6495
  * The primary URL is the URL of the document which requested microphone access. The secondary URL is not used.
6496
- * NOTE: The 'allow' setting is not valid if both patterns are ''.
6496
+ * NOTE: The 'allow' setting is not valid if both patterns are '<all\_urls>'.
6497
6497
  *
6498
6498
  * @since Chrome 46
6499
6499
  */
@@ -6518,7 +6518,7 @@ declare namespace chrome {
6518
6518
  * `ask`: Ask when a site wants to access the camera.
6519
6519
  * Default is `ask`.
6520
6520
  * The primary URL is the URL of the document which requested camera access. The secondary URL is not used.
6521
- * NOTE: The 'allow' setting is not valid if both patterns are ''.
6521
+ * NOTE: The 'allow' setting is not valid if both patterns are '<all\_urls>'.
6522
6522
  *
6523
6523
  * @since Chrome 46
6524
6524
  */
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Feb 18 2025 22:32:46 GMT+0000 (Coordinated Universal Time)
18
- // Built at 7857ead51766b33094c81d87c20449a20e1ab634
17
+ // Generated on Fri Feb 21 2025 22:30:55 GMT+0000 (Coordinated Universal Time)
18
+ // Built at f337823fd070e0aa73af37b4ade86cf4c01d887a
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -3167,7 +3167,7 @@ declare namespace chrome {
3167
3167
  * `allow`: Allow sites to use the Private State Tokens API,
3168
3168
  * `block`: Block sites from using the Private State Tokens API.
3169
3169
  * Default is `allow`.
3170
- * The primary URL is the URL of the top-level frame. The secondary URL is not used. NOTE: When calling `set()`, the primary pattern must be .
3170
+ * The primary URL is the URL of the top-level frame. The secondary URL is not used. NOTE: When calling `set()`, the primary pattern must be `<all_urls>`.
3171
3171
  *
3172
3172
  * @since Chrome 113
3173
3173
  */
@@ -3252,7 +3252,7 @@ declare namespace chrome {
3252
3252
  * `ask`: Ask when a site wants to access the microphone.
3253
3253
  * Default is `ask`.
3254
3254
  * The primary URL is the URL of the document which requested microphone access. The secondary URL is not used.
3255
- * NOTE: The 'allow' setting is not valid if both patterns are ''.
3255
+ * NOTE: The 'allow' setting is not valid if both patterns are '<all\_urls>'.
3256
3256
  *
3257
3257
  * @since Chrome 46
3258
3258
  */
@@ -3277,7 +3277,7 @@ declare namespace chrome {
3277
3277
  * `ask`: Ask when a site wants to access the camera.
3278
3278
  * Default is `ask`.
3279
3279
  * The primary URL is the URL of the document which requested camera access. The secondary URL is not used.
3280
- * NOTE: The 'allow' setting is not valid if both patterns are ''.
3280
+ * NOTE: The 'allow' setting is not valid if both patterns are '<all\_urls>'.
3281
3281
  *
3282
3282
  * @since Chrome 46
3283
3283
  */
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "9714241f2d69aa88"
8
+ "build-hash": "c4c2da43f3f7ab15"
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.342"
19
+ "version": "0.1.343"
20
20
  }