@xuda.io/ai_module 1.1.5421 → 1.1.5423

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 +2 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -49,12 +49,12 @@ import UglifyJS from 'uglify-js';
49
49
  global._ = _;
50
50
 
51
51
  const _common = await import(path.join(process.env.XUDA_HOME, 'common', 'xuda_node_common.mjs'));
52
- const _utils = await import(path.join(process.env.XUDA_HOME, 'common', 'xuda-cpi-utils.mjs'));
52
+ // const _utils = await import(path.join(process.env.XUDA_HOME, 'common', 'xuda-cpi-utils.mjs'));
53
53
 
54
54
  const { get_active_account_profile_info, get_user_card, get_account_name, get_contact_info, get_account_default_project_id } = await import(path.join(process.env.XUDA_HOME, 'common', 'cache_cpi.mjs'));
55
55
 
56
56
  const { createDoc, valid_menuType } = await import(`${runtime_modules_path}/xuda-studio-doc-utils.mjs`);
57
- const { xudaPrase } = await import(`${runtime_modules_path}/xuda-cli-plugin-html-parser-module.esm.mjs`);
57
+ // const { xudaPrase } = await import(`${runtime_modules_path}/xuda-cli-plugin-html-parser-module.esm.mjs`);
58
58
  const { cast } = await import(`${runtime_modules_path}/xuda-get-cast-util-module.mjs`);
59
59
 
60
60
  const { init, check, check_structure, get_zod_schema, get_fields_z_schema } = await import(`${runtime_modules_path}/xuda-studio-checker.mjs`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5421",
3
+ "version": "1.1.5423",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",