@xuda.io/drive_module 1.1.1074 → 1.1.1076

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2330,6 +2330,7 @@ export default {
2330
2330
  }
2331
2331
 
2332
2332
  doc.vite_build_res = vite_build_res;
2333
+ doc.scriptData.dependencies = devDependencies;
2333
2334
 
2334
2335
  db_module.save_app_couch_doc(app_id, doc);
2335
2336
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1074",
3
+ "version": "1.1.1076",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {