chrome-types 0.1.422 → 0.1.423
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 +2 -3
- package/index.d.ts +2 -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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Mar 10 2026 22:26:50 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 3a694d424609101a9e1beb1711a527929bb20537
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -35595,7 +35595,6 @@ declare namespace chrome {
|
|
|
35595
35595
|
* @since Chrome 115
|
|
35596
35596
|
* @chrome-permission webAuthenticationProxy
|
|
35597
35597
|
* @chrome-min-manifest MV3
|
|
35598
|
-
* @chrome-platform desktop_android
|
|
35599
35598
|
* @chrome-platform linux
|
|
35600
35599
|
* @chrome-platform mac
|
|
35601
35600
|
* @chrome-platform win
|
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 Tue Mar 10 2026 22:26:46 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 3a694d424609101a9e1beb1711a527929bb20537
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -25517,7 +25517,6 @@ declare namespace chrome {
|
|
|
25517
25517
|
* @since Chrome 115
|
|
25518
25518
|
* @chrome-permission webAuthenticationProxy
|
|
25519
25519
|
* @chrome-min-manifest MV3
|
|
25520
|
-
* @chrome-platform desktop_android
|
|
25521
25520
|
* @chrome-platform linux
|
|
25522
25521
|
* @chrome-platform mac
|
|
25523
25522
|
* @chrome-platform win
|
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": "3f068b5b34843254"
|
|
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.423"
|
|
20
20
|
}
|