@types/chrome 0.0.268 → 0.0.269
Sign up to get free protection for your applications and to get access to all the features.
- chrome/README.md +1 -1
- chrome/index.d.ts +1 -3
- chrome/package.json +3 -3
chrome/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for chrome (http://developer.chrome.com/e
|
|
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, 23 Jul 2024 23:09:03 GMT
|
12
12
|
* Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
|
13
13
|
|
14
14
|
# Credits
|
chrome/index.d.ts
CHANGED
@@ -2622,9 +2622,7 @@ declare namespace chrome.devtools.panels {
|
|
2622
2622
|
onSelectionChanged: SelectionChangedEvent;
|
2623
2623
|
}
|
2624
2624
|
|
2625
|
-
export interface ExtensionSidebarPaneShownEvent
|
2626
|
-
extends chrome.events.Event<(window: chrome.windows.Window) => void>
|
2627
|
-
{}
|
2625
|
+
export interface ExtensionSidebarPaneShownEvent extends chrome.events.Event<(window: Window) => void> {}
|
2628
2626
|
|
2629
2627
|
export interface ExtensionSidebarPaneHiddenEvent extends chrome.events.Event<() => void> {}
|
2630
2628
|
|
chrome/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/chrome",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.269",
|
4
4
|
"description": "TypeScript definitions for chrome",
|
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": "
|
97
|
-
"typeScriptVersion": "4.
|
96
|
+
"typesPublisherContentHash": "5e7f4748f181d84a1ea4365c040d7bc0f6b5169e243304216c4866a0b911f7b2",
|
97
|
+
"typeScriptVersion": "4.8"
|
98
98
|
}
|