@xuda.io/ai_module 1.1.4975 → 1.1.4976

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
@@ -61,7 +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 db_ms = await import(`${module_path}/db_module/index_ms.mjs`);
64
+ const db_module = await import(`${module_path}/db_module/index.mjs`);
65
65
  const account_ms = await import(`${module_path}/account_module/index_ms.mjs`);
66
66
  const drive_ms = await import(`${module_path}/drive_module/index_ms.mjs`);
67
67
  const jobs_ms = await import(`${module_path}/jobs_module/index_ms.mjs`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4975",
3
+ "version": "1.1.4976",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",