@types/chrome 0.0.267 → 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 +3 -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: Sat, 27 Apr 2024 23:07:26 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
 
@@ -3894,6 +3892,8 @@ declare namespace chrome.fileSystemProvider {
3894
3892
  entryPath: string;
3895
3893
  /** The type of the change which happened to the entry. */
3896
3894
  changeType: string;
3895
+ /** Information relating to the file if backed by a cloud file system. */
3896
+ cloudFileInfo?: CloudFileInfo | undefined;
3897
3897
  }
3898
3898
 
3899
3899
  export interface NotificationOptions {
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.267",
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": "d21a90653c0ee65ac9a146a42fa7c837263588b5706b4100fcae0979c795ab40",
97
- "typeScriptVersion": "4.7"
96
+ "typesPublisherContentHash": "5e7f4748f181d84a1ea4365c040d7bc0f6b5169e243304216c4866a0b911f7b2",
97
+ "typeScriptVersion": "4.8"
98
98
  }