chrome-types 0.1.350 → 0.1.352

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 -8
  2. package/index.d.ts +5 -8
  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 May 13 2025 10:59:58 GMT+0000 (Coordinated Universal Time)
18
- // Built at e3687ca9aaa4383bd3200f5fd056fa07a90b6954
17
+ // Generated on Thu May 22 2025 22:35:39 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 64e1fdcf1de4d4678a8d1ce53727e62859935e9b
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -10238,9 +10238,6 @@ declare namespace chrome {
10238
10238
  */
10239
10239
  callback?: (
10240
10240
  resource: devtools.inspectedWindow.Resource,
10241
- /**
10242
- * @since Pending
10243
- */
10244
10241
  lineNumber: number,
10245
10242
  ) => void,
10246
10243
  ): void;
@@ -30439,7 +30436,7 @@ declare namespace chrome {
30439
30436
  /**
30440
30437
  * Whether the group is shared.
30441
30438
  *
30442
- * @since Pending
30439
+ * @since Chrome 137
30443
30440
  */
30444
30441
  shared: boolean;
30445
30442
  }
@@ -30526,7 +30523,7 @@ declare namespace chrome {
30526
30523
  /**
30527
30524
  * Whether the group is shared.
30528
30525
  *
30529
- * @since Pending
30526
+ * @since Chrome 137
30530
30527
  */
30531
30528
  shared?: boolean,
30532
30529
 
@@ -30562,7 +30559,7 @@ declare namespace chrome {
30562
30559
  /**
30563
30560
  * Whether the group is shared.
30564
30561
  *
30565
- * @since Pending
30562
+ * @since Chrome 137
30566
30563
  */
30567
30564
  shared?: boolean,
30568
30565
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue May 13 2025 10:59:53 GMT+0000 (Coordinated Universal Time)
18
- // Built at e3687ca9aaa4383bd3200f5fd056fa07a90b6954
17
+ // Generated on Thu May 22 2025 22:35:34 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 64e1fdcf1de4d4678a8d1ce53727e62859935e9b
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -6448,9 +6448,6 @@ declare namespace chrome {
6448
6448
  */
6449
6449
  callback?: (
6450
6450
  resource: devtools.inspectedWindow.Resource,
6451
- /**
6452
- * @since Pending
6453
- */
6454
6451
  lineNumber: number,
6455
6452
  ) => void,
6456
6453
  ): void;
@@ -23660,7 +23657,7 @@ declare namespace chrome {
23660
23657
  /**
23661
23658
  * Whether the group is shared.
23662
23659
  *
23663
- * @since Pending
23660
+ * @since Chrome 137
23664
23661
  */
23665
23662
  shared: boolean;
23666
23663
  }
@@ -23747,7 +23744,7 @@ declare namespace chrome {
23747
23744
  /**
23748
23745
  * Whether the group is shared.
23749
23746
  *
23750
- * @since Pending
23747
+ * @since Chrome 137
23751
23748
  */
23752
23749
  shared?: boolean,
23753
23750
 
@@ -23783,7 +23780,7 @@ declare namespace chrome {
23783
23780
  /**
23784
23781
  * Whether the group is shared.
23785
23782
  *
23786
- * @since Pending
23783
+ * @since Chrome 137
23787
23784
  */
23788
23785
  shared?: boolean,
23789
23786
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "5adafb56a337a092"
8
+ "build-hash": "67449db8b3206092"
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.350"
19
+ "version": "0.1.352"
20
20
  }