@seafile/sdoc-editor 2.0.186 → 2.0.187
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.
|
@@ -102,7 +102,7 @@ var ListView = function ListView(_ref) {
|
|
|
102
102
|
}, fileList.map(function (file) {
|
|
103
103
|
var fileTypeIcon = (0, _helpers.parcelFileTypeIcon)(file._name);
|
|
104
104
|
var dirPath = repoName + (file._parent_dir === '/' ? '' : file._parent_dir);
|
|
105
|
-
var date = new Date(file.
|
|
105
|
+
var date = new Date(file._file_mtime);
|
|
106
106
|
var fileAdjustTime = (0, _dayjs["default"])(date).format('YYYY-MM-DD HH:mm:ss');
|
|
107
107
|
var username = file.file_creator_nickname;
|
|
108
108
|
var selected = (currentActiveItem === null || currentActiveItem === void 0 ? void 0 : currentActiveItem.id) === file._id;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/sdoc-editor",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.187",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "890257cf23d92c3a22e3be20be22deb8017e3d48"
|
|
75
75
|
}
|