@types/chrome 0.0.231 → 0.0.232
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 +0 -6
- chrome/package.json +2 -2
chrome/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Chrome extension development (http://
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Tue, 18 Apr 2023 17:33:12 GMT
|
12
12
|
* Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
|
13
13
|
* Global values: `chrome`
|
14
14
|
|
chrome/chrome-cast/index.d.ts
CHANGED
@@ -1,9 +1,3 @@
|
|
1
|
-
// Type definitions for Chrome Cast application development
|
2
|
-
// Project: https://developers.google.com/cast/
|
3
|
-
// Definitions by: Thomas Stig Jacobsen <https://github.com/eXeDK>
|
4
|
-
// Stefan Ullinger <https://github.com/stefanullinger>
|
5
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
6
|
-
|
7
1
|
////////////////////
|
8
2
|
// Cast
|
9
3
|
// @see https://code.google.com/p/chromium/codesearch#chromium/src/ui/file_manager/externs/chrome_cast.js
|
chrome/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/chrome",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.232",
|
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": "82aac51c8d56ea334dcb27fb6528b71eed3cb5fa54f8c690ba2a157fc4c26d9b",
|
97
97
|
"typeScriptVersion": "4.3"
|
98
98
|
}
|