@types/chrome 0.0.196 → 0.0.197
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.
- chrome/README.md +2 -2
- chrome/index.d.ts +0 -1
- chrome/package.json +2 -7
chrome/README.md
CHANGED
|
@@ -8,9 +8,9 @@ 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: Fri, 16 Sep 2022 22:02:46 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
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [Matthew Kimber](https://github.com/matthewkimber), [otiai10](https://github.com/otiai10), [sreimer15](https://github.com/sreimer15), [MatCarlson](https://github.com/MatCarlson), [ekinsol](https://github.com/ekinsol), [
|
|
16
|
+
These definitions were written by [Matthew Kimber](https://github.com/matthewkimber), [otiai10](https://github.com/otiai10), [sreimer15](https://github.com/sreimer15), [MatCarlson](https://github.com/MatCarlson), [ekinsol](https://github.com/ekinsol), [Brian Wilson](https://github.com/echoabstract), [Sebastiaan Pasma](https://github.com/spasma), [bdbai](https://github.com/bdbai), [pokutuna](https://github.com/pokutuna), [Jason Xian](https://github.com/JasonXian), [userTim](https://github.com/usertim), [Idan Zeierman](https://github.com/idan315), [Nicolas Rodriguez](https://github.com/nicolas377), and [Ido Salomon](https://github.com/idosal).
|
chrome/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
// sreimer15 <https://github.com/sreimer15>
|
|
6
6
|
// MatCarlson <https://github.com/MatCarlson>
|
|
7
7
|
// ekinsol <https://github.com/ekinsol>
|
|
8
|
-
// Thierry Régagnon <https://github.com/tregagnon>
|
|
9
8
|
// Brian Wilson <https://github.com/echoabstract>
|
|
10
9
|
// Sebastiaan Pasma <https://github.com/spasma>
|
|
11
10
|
// bdbai <https://github.com/bdbai>
|
chrome/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/chrome",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.197",
|
|
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",
|
|
@@ -30,11 +30,6 @@
|
|
|
30
30
|
"url": "https://github.com/ekinsol",
|
|
31
31
|
"githubUsername": "ekinsol"
|
|
32
32
|
},
|
|
33
|
-
{
|
|
34
|
-
"name": "Thierry Régagnon",
|
|
35
|
-
"url": "https://github.com/tregagnon",
|
|
36
|
-
"githubUsername": "tregagnon"
|
|
37
|
-
},
|
|
38
33
|
{
|
|
39
34
|
"name": "Brian Wilson",
|
|
40
35
|
"url": "https://github.com/echoabstract",
|
|
@@ -93,6 +88,6 @@
|
|
|
93
88
|
"@types/filesystem": "*",
|
|
94
89
|
"@types/har-format": "*"
|
|
95
90
|
},
|
|
96
|
-
"typesPublisherContentHash": "
|
|
91
|
+
"typesPublisherContentHash": "bd13d21f2df4fdeaa351f412a548bfabd73663dc02bf17daa103d08cae3aa2ed",
|
|
97
92
|
"typeScriptVersion": "4.1"
|
|
98
93
|
}
|