@file-services/types
Advanced tools
Comparing version 9.3.1 to 9.4.0
@@ -58,8 +58,12 @@ export type BufferEncoding = "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex"; | ||
/** | ||
* Creation time | ||
* The timestamp indicating the creation time of this file. | ||
*/ | ||
birthtime: Date; | ||
/** | ||
* Modification time | ||
* The timestamp indicating the last time the file status was changed. | ||
*/ | ||
ctime: Date; | ||
/** | ||
* The timestamp indicating the last time this file was modified. | ||
*/ | ||
mtime: Date; | ||
@@ -66,0 +70,0 @@ /** |
{ | ||
"name": "@file-services/types", | ||
"description": "Common file system interfaces", | ||
"version": "9.3.1", | ||
"version": "9.4.0", | ||
"main": "./dist/fs-types.cjs", | ||
@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts", |
@@ -85,3 +85,3 @@ export type BufferEncoding = | ||
/** | ||
* Creation time | ||
* The timestamp indicating the creation time of this file. | ||
*/ | ||
@@ -91,4 +91,9 @@ birthtime: Date; | ||
/** | ||
* Modification time | ||
* The timestamp indicating the last time the file status was changed. | ||
*/ | ||
ctime: Date; | ||
/** | ||
* The timestamp indicating the last time this file was modified. | ||
*/ | ||
mtime: Date; | ||
@@ -95,0 +100,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86882
1679