@types/chrome 0.0.267 → 0.0.268
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 +2 -0
- 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:
|
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.
|
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": "
|
96
|
+
"typesPublisherContentHash": "0ddb1da999194f310815426823ddcaaada0e59180472d2cdaf035bab9a85bb25",
|
97
97
|
"typeScriptVersion": "4.7"
|
98
98
|
}
|