@xuda.io/ai_module 1.1.4918 → 1.1.4920

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 -4
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -61,10 +61,7 @@ const { init, check, check_structure, get_zod_schema, get_fields_z_schema } = aw
61
61
 
62
62
  const { get_xuda_couch } = _common;
63
63
 
64
- // const account_module = await import(`${module_path}/account_module/index.mjs`);
65
64
  const db_module = await import(`${module_path}/db_module/index.mjs`);
66
- // const drive_module = await import(`${module_path}/drive_module/index.mjs`);
67
- // const jobs_module = await import(`${module_path}/jobs_module/index.mjs`);
68
65
 
69
66
  const account_ms = await import(`${module_path}/account_module/index_ms.mjs`);
70
67
  const drive_ms = await import(`${module_path}/drive_module/index_ms.mjs`);
@@ -4015,7 +4012,7 @@ const ai_chat_conversation = async function (req, job_id, headers) {
4015
4012
  job_id,
4016
4013
  current_step_name: current_step_name,
4017
4014
  },
4018
- global[`_ai_module_ch`],
4015
+ // global[`_ai_module_ch`],
4019
4016
  );
4020
4017
  };
4021
4018
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4918",
3
+ "version": "1.1.4920",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",