@xuda.io/account_module 1.2.2047 → 1.2.2048

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 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -44,7 +44,7 @@ const module_path = path.join(process.env.XUDA_HOME, 'cpi') + (!_conf.is_debug ?
44
44
  const db_module = await import(`${module_path}/db_module/index.mjs`);
45
45
  const ai_ms = await import(`${module_path}/ai_module/index_ms.mjs`);
46
46
  const drive_ms = await import(`${module_path}/drive_module/index_ms.mjs`);
47
- const jobs_ms = await import(`${module_path}/jobs_module/index_ms.mjs`);
47
+
48
48
  const team_ms = await import(`${module_path}/team_module/index_ms.mjs`);
49
49
  const email_ms = await import(`${module_path}/email_module/index_ms.mjs`);
50
50
  const marketplace_ms = await import(`${module_path}/marketplace_module/index_ms.mjs`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.2047",
3
+ "version": "1.2.2048",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {