chrome-types 0.1.189 → 0.1.190
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 +5 -2
- 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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Apr 28 2023 22:27:41 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at ab1ac2cee252f4a4850c67e056d3b44b3fae38cb
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -3552,6 +3552,7 @@ declare namespace chrome {
|
|
|
3552
3552
|
* @chrome-manifest bluetooth
|
|
3553
3553
|
* @chrome-platform-apps
|
|
3554
3554
|
* @chrome-platform chromeos
|
|
3555
|
+
* @chrome-platform lacros
|
|
3555
3556
|
* @chrome-platform win
|
|
3556
3557
|
* @chrome-platform mac
|
|
3557
3558
|
*/
|
|
@@ -3876,6 +3877,7 @@ declare namespace chrome {
|
|
|
3876
3877
|
* @chrome-platform-apps
|
|
3877
3878
|
* @chrome-platform chromeos
|
|
3878
3879
|
* @chrome-platform linux
|
|
3880
|
+
* @chrome-platform lacros
|
|
3879
3881
|
* @chrome-platform win
|
|
3880
3882
|
* @chrome-platform mac
|
|
3881
3883
|
*/
|
|
@@ -4935,6 +4937,7 @@ declare namespace chrome {
|
|
|
4935
4937
|
* @chrome-manifest bluetooth
|
|
4936
4938
|
* @chrome-platform-apps
|
|
4937
4939
|
* @chrome-platform chromeos
|
|
4940
|
+
* @chrome-platform lacros
|
|
4938
4941
|
* @chrome-platform win
|
|
4939
4942
|
* @chrome-platform mac
|
|
4940
4943
|
*/
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Apr 28 2023 22:27:36 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at ab1ac2cee252f4a4850c67e056d3b44b3fae38cb
|
|
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": "9cdca4290e18f9c1"
|
|
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.190"
|
|
20
20
|
}
|