chrome-types 0.1.191 → 0.1.192
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.
- package/_all.d.ts +3 -3
- package/index.d.ts +2 -2
- 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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue May 09 2023 22:27:36 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 2d00d2416d75c698e4cc37c7dd15f5add8e13704
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -3881,8 +3881,8 @@ declare namespace chrome {
|
|
|
3881
3881
|
* @chrome-manifest bluetooth
|
|
3882
3882
|
* @chrome-platform-apps
|
|
3883
3883
|
* @chrome-platform chromeos
|
|
3884
|
-
* @chrome-platform linux
|
|
3885
3884
|
* @chrome-platform lacros
|
|
3885
|
+
* @chrome-platform linux
|
|
3886
3886
|
* @chrome-platform win
|
|
3887
3887
|
* @chrome-platform mac
|
|
3888
3888
|
*/
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Tue May
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue May 09 2023 22:27:31 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 2d00d2416d75c698e4cc37c7dd15f5add8e13704
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "bded382456fc4e8d"
|
|
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.
|
|
19
|
+
"version": "0.1.192"
|
|
20
20
|
}
|