chrome-types 0.1.151 → 0.1.152

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 Tue Nov 22 2022 22:31:08 GMT+0000 (Coordinated Universal Time)
18
- // Built at 5220e2b954a14017eb44362e55580fbe5a15b3b5
17
+ // Generated on Thu Nov 24 2022 22:28:45 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 09d45f8fe87de5bad6f31b01c2c0716c55ef5a05
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -13000,7 +13000,7 @@ declare namespace chrome {
13000
13000
  fetchProperties?: {
13001
13001
 
13002
13002
  /**
13003
- * The type of view to get. If omitted, returns all views (including background pages and tabs). Valid values: 'tab', 'notification', 'popup'.
13003
+ * The type of view to get. If omitted, returns all views (including background pages and tabs).
13004
13004
  */
13005
13005
  type?: ViewType,
13006
13006
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Nov 22 2022 22:31:03 GMT+0000 (Coordinated Universal Time)
18
- // Built at 5220e2b954a14017eb44362e55580fbe5a15b3b5
17
+ // Generated on Thu Nov 24 2022 22:28:40 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 09d45f8fe87de5bad6f31b01c2c0716c55ef5a05
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -9065,7 +9065,7 @@ declare namespace chrome {
9065
9065
  fetchProperties?: {
9066
9066
 
9067
9067
  /**
9068
- * The type of view to get. If omitted, returns all views (including background pages and tabs). Valid values: 'tab', 'notification', 'popup'.
9068
+ * The type of view to get. If omitted, returns all views (including background pages and tabs).
9069
9069
  */
9070
9070
  type?: ViewType,
9071
9071
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "1ed48c59bf4093d3"
8
+ "build-hash": "685db37ee7194004"
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.151"
19
+ "version": "0.1.152"
20
20
  }