chrome-types 0.1.412 → 0.1.414

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 +6 -6
  2. package/index.d.ts +6 -6
  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 Wed Jan 14 2026 22:25:59 GMT+0000 (Coordinated Universal Time)
18
- // Built at f87719ddef88220ac76dfe8849f12079c559ff60
17
+ // Generated on Fri Jan 16 2026 22:25:38 GMT+0000 (Coordinated Universal Time)
18
+ // Built at d848dfaecedc6a6d47988fa2f68932d934dd9275
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -26604,7 +26604,7 @@ declare namespace chrome {
26604
26604
  windowId?: number;
26605
26605
 
26606
26606
  /**
26607
- * The tab in which to close the side panel. If a tab-specific side panel is open in the specified tab, it will be closed for that tab. At least one of this or `windowId` must be provided.
26607
+ * The tab in which to close the side panel. If a tab-specific side panel is open in the specified tab, it will be closed for that tab. If only the global side panel is open, the promise returned by the call to `close()` will reject with an error. This behavior was changed in Chrome 145, with prior versions falling back to closing the global panel. At least one of this or `windowId` must be provided.
26608
26608
  */
26609
26609
  tabId?: number;
26610
26610
  }
@@ -26663,7 +26663,7 @@ declare namespace chrome {
26663
26663
  /**
26664
26664
  * Fired when the extension's side panel is closed.
26665
26665
  *
26666
- * @since Chrome 144
26666
+ * @since Chrome 142
26667
26667
  */
26668
26668
  export const onClosed: events.Event<(
26669
26669
  info: PanelClosedInfo,
@@ -26807,7 +26807,7 @@ declare namespace chrome {
26807
26807
  *
26808
26808
  * @param options Specifies the context in which to close the side panel.
26809
26809
  * @returns Returns a Promise which resolves when the side panel has been closed.
26810
- * @since Pending
26810
+ * @since Chrome 141
26811
26811
  */
26812
26812
  export function close(
26813
26813
 
@@ -26818,7 +26818,7 @@ declare namespace chrome {
26818
26818
  * Closes the extension's side panel. This is a no-op if the panel is already closed.
26819
26819
  *
26820
26820
  * @param options Specifies the context in which to close the side panel.
26821
- * @since Pending
26821
+ * @since Chrome 141
26822
26822
  */
26823
26823
  export function close(
26824
26824
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Jan 14 2026 22:25:54 GMT+0000 (Coordinated Universal Time)
18
- // Built at f87719ddef88220ac76dfe8849f12079c559ff60
17
+ // Generated on Fri Jan 16 2026 22:25:33 GMT+0000 (Coordinated Universal Time)
18
+ // Built at d848dfaecedc6a6d47988fa2f68932d934dd9275
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -18780,7 +18780,7 @@ declare namespace chrome {
18780
18780
  windowId?: number;
18781
18781
 
18782
18782
  /**
18783
- * The tab in which to close the side panel. If a tab-specific side panel is open in the specified tab, it will be closed for that tab. At least one of this or `windowId` must be provided.
18783
+ * The tab in which to close the side panel. If a tab-specific side panel is open in the specified tab, it will be closed for that tab. If only the global side panel is open, the promise returned by the call to `close()` will reject with an error. This behavior was changed in Chrome 145, with prior versions falling back to closing the global panel. At least one of this or `windowId` must be provided.
18784
18784
  */
18785
18785
  tabId?: number;
18786
18786
  }
@@ -18839,7 +18839,7 @@ declare namespace chrome {
18839
18839
  /**
18840
18840
  * Fired when the extension's side panel is closed.
18841
18841
  *
18842
- * @since Chrome 144
18842
+ * @since Chrome 142
18843
18843
  */
18844
18844
  export const onClosed: events.Event<(
18845
18845
  info: PanelClosedInfo,
@@ -18983,7 +18983,7 @@ declare namespace chrome {
18983
18983
  *
18984
18984
  * @param options Specifies the context in which to close the side panel.
18985
18985
  * @returns Returns a Promise which resolves when the side panel has been closed.
18986
- * @since Pending
18986
+ * @since Chrome 141
18987
18987
  */
18988
18988
  export function close(
18989
18989
 
@@ -18994,7 +18994,7 @@ declare namespace chrome {
18994
18994
  * Closes the extension's side panel. This is a no-op if the panel is already closed.
18995
18995
  *
18996
18996
  * @param options Specifies the context in which to close the side panel.
18997
- * @since Pending
18997
+ * @since Chrome 141
18998
18998
  */
18999
18999
  export function close(
19000
19000
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "40e7177851a140df"
8
+ "build-hash": "7eea3cf22ff2c311"
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.412"
19
+ "version": "0.1.414"
20
20
  }