chrome-types 0.1.95 → 0.1.96

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 Mar 22 2022 22:29:06 GMT+0000 (Coordinated Universal Time)
18
- // Built at ab924fb35a3eaa31d3b91243a24a0040c270b0d1
17
+ // Generated on Tue Mar 29 2022 22:29:30 GMT+0000 (Coordinated Universal Time)
18
+ // Built at e26ffa0b1fb00ae5ad8e88894e72ec0c948ee9c1
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -20799,7 +20799,7 @@ declare namespace chrome {
20799
20799
  suggestion: DefaultSuggestResult,
20800
20800
 
20801
20801
  /**
20802
- * @since Pending
20802
+ * @since Chrome 100
20803
20803
  */
20804
20804
  callback?: () => void,
20805
20805
  ): void;
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Mar 22 2022 22:29:00 GMT+0000 (Coordinated Universal Time)
18
- // Built at ab924fb35a3eaa31d3b91243a24a0040c270b0d1
17
+ // Generated on Tue Mar 29 2022 22:29:26 GMT+0000 (Coordinated Universal Time)
18
+ // Built at e26ffa0b1fb00ae5ad8e88894e72ec0c948ee9c1
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -15983,7 +15983,7 @@ declare namespace chrome {
15983
15983
  suggestion: DefaultSuggestResult,
15984
15984
 
15985
15985
  /**
15986
- * @since Pending
15986
+ * @since Chrome 100
15987
15987
  */
15988
15988
  callback?: () => void,
15989
15989
  ): void;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "a01a7a0a46ae7476"
8
+ "build-hash": "38b2d96cc3c7570e"
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.95"
19
+ "version": "0.1.96"
20
20
  }