@types/chrome 0.0.283 → 0.0.285
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 +1057 -1055
- chrome/index.d.ts +12300 -12250
- 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.285",
|
4
4
|
"description": "TypeScript definitions for chrome",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
|
6
6
|
"license": "MIT",
|
@@ -99,6 +99,6 @@
|
|
99
99
|
"@types/har-format": "*"
|
100
100
|
},
|
101
101
|
"peerDependencies": {},
|
102
|
-
"typesPublisherContentHash": "
|
103
|
-
"typeScriptVersion": "
|
102
|
+
"typesPublisherContentHash": "66fb26687dceac5efaa411cb4031c78b60de7d7b07397a88be43a0e783553f8e",
|
103
|
+
"typeScriptVersion": "5.0"
|
104
104
|
}
|