chrome-types 0.1.186 → 0.1.187

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 Wed Apr 19 2023 22:29:46 GMT+0000 (Coordinated Universal Time)
18
- // Built at 1382885bd70c67c16c82d005e4e6337a5f42c87c
17
+ // Generated on Fri Apr 21 2023 22:31:22 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 5db3431aa475c1eb4da343e636d3dd6c811c2287
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -25551,7 +25551,7 @@ declare namespace chrome {
25551
25551
  export interface PanelOptions {
25552
25552
 
25553
25553
  /**
25554
- * If specified, the side panel options will only apply to the tab with this id. If omitted, these options set the default behavior (used for any tab that doesn't have specific settings).
25554
+ * If specified, the side panel options will only apply to the tab with this id. If omitted, these options set the default behavior (used for any tab that doesn't have specific settings). Note: if the same path is set for this tabId and the default tabId, then the panel for this tabId will be a different instance than the panel for the default tabId.
25555
25555
  */
25556
25556
  tabId?: number;
25557
25557
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Apr 19 2023 22:29:41 GMT+0000 (Coordinated Universal Time)
18
- // Built at 1382885bd70c67c16c82d005e4e6337a5f42c87c
17
+ // Generated on Fri Apr 21 2023 22:31:17 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 5db3431aa475c1eb4da343e636d3dd6c811c2287
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -19988,7 +19988,7 @@ declare namespace chrome {
19988
19988
  export interface PanelOptions {
19989
19989
 
19990
19990
  /**
19991
- * If specified, the side panel options will only apply to the tab with this id. If omitted, these options set the default behavior (used for any tab that doesn't have specific settings).
19991
+ * If specified, the side panel options will only apply to the tab with this id. If omitted, these options set the default behavior (used for any tab that doesn't have specific settings). Note: if the same path is set for this tabId and the default tabId, then the panel for this tabId will be a different instance than the panel for the default tabId.
19992
19992
  */
19993
19993
  tabId?: number;
19994
19994
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "e1c63c4a8546f8b2"
8
+ "build-hash": "aa1bef9d18799a86"
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.186"
19
+ "version": "0.1.187"
20
20
  }