@activepieces/piece-sftp
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@activepieces/piece-sftp", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@sinclair/typebox": "^0.26.3", |
@@ -33,3 +33,3 @@ "use strict"; | ||
return files.map(file => ({ | ||
data: file, | ||
data: Object.assign(Object.assign({}, file), { path: `${propsValue.path}/${file.name}` }), | ||
epochMilliSeconds: (0, dayjs_1.default)(file.modifyTime).valueOf() | ||
@@ -36,0 +36,0 @@ })); |
Sorry, the diff of this file is not supported yet
21320