chrome-types 0.1.343 → 0.1.344

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 Fri Feb 21 2025 22:31:00 GMT+0000 (Coordinated Universal Time)
18
- // Built at f337823fd070e0aa73af37b4ade86cf4c01d887a
17
+ // Generated on Tue Feb 25 2025 22:32:11 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 315c95485c4aae5a199aef5b42b837451ff426db
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 `<all_urls>`.
6411
+ * When calling `set()`, the primary URL pattern must be `<all_urls>`. The secondary URL is not used.
6412
6412
  *
6413
6413
  * @since Chrome 113
6414
6414
  */
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Fri Feb 21 2025 22:30:55 GMT+0000 (Coordinated Universal Time)
18
- // Built at f337823fd070e0aa73af37b4ade86cf4c01d887a
17
+ // Generated on Tue Feb 25 2025 22:32:06 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 315c95485c4aae5a199aef5b42b837451ff426db
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 `<all_urls>`.
3170
+ * When calling `set()`, the primary URL pattern must be `<all_urls>`. The secondary URL is not used.
3171
3171
  *
3172
3172
  * @since Chrome 113
3173
3173
  */
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "c4c2da43f3f7ab15"
8
+ "build-hash": "3c6f0c5c969c7920"
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.343"
19
+ "version": "0.1.344"
20
20
  }