@xuda.io/account_module 1.2.2092 → 1.2.2093

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 +0 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -51,14 +51,12 @@ const team_ms = await import(`${module_path}/team_module/index_ms.mjs`);
51
51
  const email_ms = await import(`${module_path}/email_module/index_ms.mjs`);
52
52
  const marketplace_ms = await import(`${module_path}/marketplace_module/index_ms.mjs`);
53
53
  const stripe_ms = await import(`${module_path}/stripe_module/index_ms.mjs`);
54
- const logs_ms = await import(`${module_path}/logs_module/index_ms.mjs`);
55
54
 
56
55
  const ws_dashboard_msa = await import(`${module_path}/ws_dashboard_module/index_msa.mjs`);
57
56
  const drive_msa = await import(`${module_path}/drive_module/index_msa.mjs`);
58
57
  const email_msa = await import(`${module_path}/email_module/index_msa.mjs`);
59
58
  const logs_msa = await import(`${module_path}/logs_module/index_msa.mjs`);
60
59
  const ai_msa = await import(`${module_path}/ai_module/index_msa.mjs`);
61
- // const {get_active_account_profile_info} = await import(`${module_path}/ws_dashboard_module/get_active_account_profile_info.mjs`);
62
60
 
63
61
  export const update_account_info = async function (req, job_id, headers) {
64
62
  const { uid } = req;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.2092",
3
+ "version": "1.2.2093",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {