@types/chrome 0.0.268 → 0.0.269

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.
Files changed (3) hide show
  1. chrome/README.md +1 -1
  2. chrome/index.d.ts +1 -3
  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: Fri, 10 May 2024 22:07:01 GMT
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.268",
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": "0ddb1da999194f310815426823ddcaaada0e59180472d2cdaf035bab9a85bb25",
97
- "typeScriptVersion": "4.7"
96
+ "typesPublisherContentHash": "5e7f4748f181d84a1ea4365c040d7bc0f6b5169e243304216c4866a0b911f7b2",
97
+ "typeScriptVersion": "4.8"
98
98
  }