@xuda.io/drive_module 1.1.1401 → 1.1.1402

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 -12
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -32,20 +32,9 @@ const module_path = path.join(process.env.XUDA_HOME, 'cpi') + (!_conf.is_debug ?
32
32
  const fs_module = await import(`${module_path}/fs_module/index.mjs`);
33
33
  const db_module = await import(`${module_path}/db_module/index.mjs`);
34
34
 
35
- const jobs_ms = await import(`${module_path}/jobs_module/index_ms.mjs`);
36
- const plugins_ms = await import(`${module_path}/plugins_module/index_ms.mjs`);
37
- const email_ms = await import(`${module_path}/email_module/index_ms.mjs`);
38
- const deploy_ms = await import(`${module_path}/deploy_module/index_ms.mjs`);
39
- const notification_ms = await import(`${module_path}/notification_module/index_ms.mjs`);
40
- const drive_ms = await import(`${module_path}/drive_module/index_ms.mjs`);
41
- const session_ms = await import(`${module_path}/session_module/index_ms.mjs`);
42
35
  const account_ms = await import(`${module_path}/account_module/index_ms.mjs`);
43
- const marketplace_ms = await import(`${module_path}/marketplace_module/index_ms.mjs`);
36
+
44
37
  const misc_ms = await import(`${module_path}/misc_module/index_ms.mjs`);
45
- const support_ms = await import(`${module_path}/support_module/index_ms.mjs`);
46
- const build_ms = await import(`${module_path}/build_module/index_ms.mjs`);
47
- const backup_ms = await import(`${module_path}/backup_module/index_ms.mjs`);
48
- const team_ms = await import(`${module_path}/team_module/index_ms.mjs`);
49
38
 
50
39
  ////////////////////////////////////////////
51
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1401",
3
+ "version": "1.1.1402",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {