@types/chrome 0.0.162 → 0.0.163
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: Thu, 04 Nov 2021 15:01:20 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
|
@@ -774,7 +774,7 @@ declare namespace chrome.browserAction {
|
|
|
774
774
|
|
|
775
775
|
export interface BadgeTextDetails {
|
|
776
776
|
/** Any number of characters can be passed, but only about four can fit in the space. */
|
|
777
|
-
text?: string |
|
|
777
|
+
text?: string | null;
|
|
778
778
|
/** Optional. Limits the change to when a particular tab is selected. Automatically resets when the tab is closed. */
|
|
779
779
|
tabId?: number | undefined;
|
|
780
780
|
}
|
chrome/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/chrome",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.163",
|
|
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": "df61c999cd8799c3394d14be5688ce2983588774b1ecfaab9392e3ce448e8ed8",
|
|
102
102
|
"typeScriptVersion": "3.7"
|
|
103
103
|
}
|