@types/chrome 0.0.267 → 0.0.268

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 +2 -0
  3. chrome/package.json +2 -2
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: Fri, 10 May 2024 22:07:01 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
@@ -3894,6 +3894,8 @@ declare namespace chrome.fileSystemProvider {
3894
3894
  entryPath: string;
3895
3895
  /** The type of the change which happened to the entry. */
3896
3896
  changeType: string;
3897
+ /** Information relating to the file if backed by a cloud file system. */
3898
+ cloudFileInfo?: CloudFileInfo | undefined;
3897
3899
  }
3898
3900
 
3899
3901
  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.268",
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",
96
+ "typesPublisherContentHash": "0ddb1da999194f310815426823ddcaaada0e59180472d2cdaf035bab9a85bb25",
97
97
  "typeScriptVersion": "4.7"
98
98
  }