chrome-types 0.1.331 → 0.1.332

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 Sat Jan 11 2025 22:30:53 GMT+0000 (Coordinated Universal Time)
18
- // Built at 709b63dc2291dd44a9e643a54b34005f1a8fe80d
17
+ // Generated on Tue Jan 14 2025 22:30:51 GMT+0000 (Coordinated Universal Time)
18
+ // Built at ed9d1ef33d9e104f92310a1d6f40d165dbd39cda
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -34546,7 +34546,7 @@ declare namespace chrome {
34546
34546
  world?: ExecutionWorld;
34547
34547
 
34548
34548
  /**
34549
- * If specified, specifies a specific user script world ID to execute in. Only valid if `world` is omitted or is `USER_SCRIPT`. If omitted, the script will execute in the default user script world. Values with leading underscores (`_`) are reserved.
34549
+ * Specifies the user script world ID to execute in. If omitted, the script will execute in the default user script world. Only valid if `world` is omitted or is `USER_SCRIPT`. Values with leading underscores (`_`) are reserved.
34550
34550
  *
34551
34551
  * @since Pending
34552
34552
  */
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Sat Jan 11 2025 22:30:48 GMT+0000 (Coordinated Universal Time)
18
- // Built at 709b63dc2291dd44a9e643a54b34005f1a8fe80d
17
+ // Generated on Tue Jan 14 2025 22:30:47 GMT+0000 (Coordinated Universal Time)
18
+ // Built at ed9d1ef33d9e104f92310a1d6f40d165dbd39cda
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -27352,7 +27352,7 @@ declare namespace chrome {
27352
27352
  world?: ExecutionWorld;
27353
27353
 
27354
27354
  /**
27355
- * If specified, specifies a specific user script world ID to execute in. Only valid if `world` is omitted or is `USER_SCRIPT`. If omitted, the script will execute in the default user script world. Values with leading underscores (`_`) are reserved.
27355
+ * Specifies the user script world ID to execute in. If omitted, the script will execute in the default user script world. Only valid if `world` is omitted or is `USER_SCRIPT`. Values with leading underscores (`_`) are reserved.
27356
27356
  *
27357
27357
  * @since Pending
27358
27358
  */
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "f5674fa331a2d332"
8
+ "build-hash": "3492456e551b8320"
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.331"
19
+ "version": "0.1.332"
20
20
  }