@xuda.io/drive_module 1.1.1318 → 1.1.1319

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.mjs +1 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1246,6 +1246,7 @@ export const check_drive_file = async (req, job_id, headers, file_obj) => {
1246
1246
  type,
1247
1247
  file_path: path.dirname(file_path),
1248
1248
  stat: 3,
1249
+ uid,
1249
1250
  };
1250
1251
 
1251
1252
  if (type === 'file') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1318",
3
+ "version": "1.1.1319",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {