chrome-types 0.1.351 → 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 -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 May 20 2025 18:25:00 GMT+0000 (Coordinated Universal Time)
18
- // Built at 2e2a3db10eeaeaf022abe807bef30bd785639496
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
 
@@ -30436,7 +30436,7 @@ declare namespace chrome {
30436
30436
  /**
30437
30437
  * Whether the group is shared.
30438
30438
  *
30439
- * @since Pending
30439
+ * @since Chrome 137
30440
30440
  */
30441
30441
  shared: boolean;
30442
30442
  }
@@ -30523,7 +30523,7 @@ declare namespace chrome {
30523
30523
  /**
30524
30524
  * Whether the group is shared.
30525
30525
  *
30526
- * @since Pending
30526
+ * @since Chrome 137
30527
30527
  */
30528
30528
  shared?: boolean,
30529
30529
 
@@ -30559,7 +30559,7 @@ declare namespace chrome {
30559
30559
  /**
30560
30560
  * Whether the group is shared.
30561
30561
  *
30562
- * @since Pending
30562
+ * @since Chrome 137
30563
30563
  */
30564
30564
  shared?: boolean,
30565
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 20 2025 18:24:56 GMT+0000 (Coordinated Universal Time)
18
- // Built at 2e2a3db10eeaeaf022abe807bef30bd785639496
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
 
@@ -23657,7 +23657,7 @@ declare namespace chrome {
23657
23657
  /**
23658
23658
  * Whether the group is shared.
23659
23659
  *
23660
- * @since Pending
23660
+ * @since Chrome 137
23661
23661
  */
23662
23662
  shared: boolean;
23663
23663
  }
@@ -23744,7 +23744,7 @@ declare namespace chrome {
23744
23744
  /**
23745
23745
  * Whether the group is shared.
23746
23746
  *
23747
- * @since Pending
23747
+ * @since Chrome 137
23748
23748
  */
23749
23749
  shared?: boolean,
23750
23750
 
@@ -23780,7 +23780,7 @@ declare namespace chrome {
23780
23780
  /**
23781
23781
  * Whether the group is shared.
23782
23782
  *
23783
- * @since Pending
23783
+ * @since Chrome 137
23784
23784
  */
23785
23785
  shared?: boolean,
23786
23786
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "22bb5a9614280418"
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.351"
19
+ "version": "0.1.352"
20
20
  }