@xuda.io/drive_module 1.1.469 → 1.1.470

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
@@ -2281,7 +2281,7 @@ const get_folder_docs = async function (dir, drive_type, app_id) {
2281
2281
  docType: `${drive_type}_drive`,
2282
2282
  stat: 3,
2283
2283
 
2284
- file_path: dirPath,
2284
+ file_path: path.join("/", dirPath),
2285
2285
  },
2286
2286
  limit: 99999,
2287
2287
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.469",
3
+ "version": "1.1.470",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {