@types/chrome 0.0.174 → 0.0.175
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 +1 -1
- 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: Sat, 08 Jan 2022 03:01:25 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
|
@@ -11210,7 +11210,7 @@ declare namespace chrome.declarativeNetRequest {
|
|
|
11210
11210
|
* An ID of {@link chrome.tabs.TAB_ID_NONE} excludes requests which don't originate from a tab.
|
|
11211
11211
|
* An empty list is not allowed. Only supported for session-scoped rules.
|
|
11212
11212
|
*/
|
|
11213
|
-
tabIds?: number | undefined;
|
|
11213
|
+
tabIds?: number[] | undefined;
|
|
11214
11214
|
|
|
11215
11215
|
/**
|
|
11216
11216
|
* The pattern which is matched against the network request url.
|
chrome/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/chrome",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.175",
|
|
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",
|
|
@@ -98,6 +98,6 @@
|
|
|
98
98
|
"@types/filesystem": "*",
|
|
99
99
|
"@types/har-format": "*"
|
|
100
100
|
},
|
|
101
|
-
"typesPublisherContentHash": "
|
|
101
|
+
"typesPublisherContentHash": "75f3038d56e494339750d42c31193c8d87c0c59a0a73626845c3b1b438748961",
|
|
102
102
|
"typeScriptVersion": "3.8"
|
|
103
103
|
}
|