@xuda.io/drive_module 1.1.1073 → 1.1.1074

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 +5 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2318,7 +2318,7 @@ export default {
2318
2318
 
2319
2319
  misc_module.rsync_drive_resources_to_remote_servers("studio", app_id);
2320
2320
  /////////////////////
2321
- doc.vite_build_res = {
2321
+ const vite_build_res = {
2322
2322
  code: 1,
2323
2323
  data: {
2324
2324
  build_ret,
@@ -2326,8 +2326,11 @@ export default {
2326
2326
  },
2327
2327
  };
2328
2328
  if (job_id) {
2329
- return doc.vite_build_res;
2329
+ return vite_build_res;
2330
2330
  }
2331
+
2332
+ doc.vite_build_res = vite_build_res;
2333
+
2331
2334
  db_module.save_app_couch_doc(app_id, doc);
2332
2335
  } catch (err) {
2333
2336
  doc.vite_build_res = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1073",
3
+ "version": "1.1.1074",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {