@types/chrome 0.0.239 → 0.0.240
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 +1 -1
- chrome/index.d.ts +2 -0
- 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: Thu, 06 Jul 2023 22:02:43 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/index.d.ts
CHANGED
|
@@ -7024,6 +7024,7 @@ declare namespace chrome.runtime {
|
|
|
7024
7024
|
| 'declarativeContent'
|
|
7025
7025
|
| 'declarativeNetRequest'
|
|
7026
7026
|
| 'declarativeNetRequestFeedback'
|
|
7027
|
+
| 'declarativeNetRequestWithHostAccess'
|
|
7027
7028
|
| 'declarativeWebRequest'
|
|
7028
7029
|
| 'desktopCapture'
|
|
7029
7030
|
| 'documentScan'
|
|
@@ -7062,6 +7063,7 @@ declare namespace chrome.runtime {
|
|
|
7062
7063
|
| 'scripting'
|
|
7063
7064
|
| 'search'
|
|
7064
7065
|
| 'sessions'
|
|
7066
|
+
| 'sidePanel'
|
|
7065
7067
|
| 'signedInDevices'
|
|
7066
7068
|
| 'storage'
|
|
7067
7069
|
| 'system.cpu'
|
chrome/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/chrome",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.240",
|
|
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": "25f4c5f64b3a77d8ad23243a6f514fe501302c9894d2b07645c054d8ee5f8ac0",
|
|
97
97
|
"typeScriptVersion": "4.3"
|
|
98
98
|
}
|