@xuda.io/drive_module 1.1.525 → 1.1.526

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -238,7 +238,7 @@ exports.get_drive_files = async function (req) {
238
238
  : path.join(_conf.studio_drive_path, app_id_master);
239
239
 
240
240
  const options = {
241
- stat: false,
241
+ stat: true,
242
242
 
243
243
  symbolicLinks: false,
244
244
  size: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.525",
3
+ "version": "1.1.526",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {