chrome-types 0.1.113 → 0.1.114
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 -2
- package/index.d.ts +3 -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 Thu Jun 02 2022 22:30:14 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e98977311644dc7d04846cbb11353130b306279a
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -6724,6 +6724,7 @@ declare namespace chrome {
|
|
|
6724
6724
|
* @since Chrome 46
|
|
6725
6725
|
* @chrome-permission certificateProvider
|
|
6726
6726
|
* @chrome-platform chromeos
|
|
6727
|
+
* @chrome-platform lacros
|
|
6727
6728
|
*/
|
|
6728
6729
|
export namespace certificateProvider {
|
|
6729
6730
|
|
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 Thu Jun 02 2022 22:30:07 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e98977311644dc7d04846cbb11353130b306279a
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -3656,6 +3656,7 @@ declare namespace chrome {
|
|
|
3656
3656
|
* @since Chrome 46
|
|
3657
3657
|
* @chrome-permission certificateProvider
|
|
3658
3658
|
* @chrome-platform chromeos
|
|
3659
|
+
* @chrome-platform lacros
|
|
3659
3660
|
*/
|
|
3660
3661
|
export namespace certificateProvider {
|
|
3661
3662
|
|
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": "c77cd0d3b8275f7e"
|
|
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.114"
|
|
20
20
|
}
|