@types/chrome 0.0.244 → 0.0.246
Sign up to get free protection for your applications and to get access to all the features.
- chrome/LICENSE +0 -0
- chrome/README.md +1 -1
- chrome/chrome-cast/index.d.ts +83 -83
- chrome/har-format/index.d.ts +1 -1
- chrome/index.d.ts +808 -618
- chrome/package.json +3 -3
chrome/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/chrome",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.246",
|
4
4
|
"description": "TypeScript definitions for Chrome extension development",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
|
6
6
|
"license": "MIT",
|
@@ -93,6 +93,6 @@
|
|
93
93
|
"@types/filesystem": "*",
|
94
94
|
"@types/har-format": "*"
|
95
95
|
},
|
96
|
-
"typesPublisherContentHash": "
|
97
|
-
"typeScriptVersion": "4.
|
96
|
+
"typesPublisherContentHash": "d34ba23465c02e7a99227f0693cc1dc72ebb90df2f125628f9d2e76ed11c2d03",
|
97
|
+
"typeScriptVersion": "4.5"
|
98
98
|
}
|