@types/chrome 0.0.244 → 0.0.245
Sign up to get free protection for your applications and to get access to all the features.
- 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 +784 -605
- chrome/package.json +2 -2
chrome/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/chrome",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.245",
|
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": "
|
96
|
+
"typesPublisherContentHash": "1681e11b9d44dd962039169af8b8f1b073e1b060dcdd20f7ba10c1550f20c3d9",
|
97
97
|
"typeScriptVersion": "4.3"
|
98
98
|
}
|