@xuda.io/ai_module 1.1.5303 → 1.1.5304
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.
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -46,7 +46,7 @@ setDefaultOpenAIKey(_conf.OPENAI_API_KEY);
|
|
|
46
46
|
import JSON5 from 'json5';
|
|
47
47
|
import UglifyJS from 'uglify-js';
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
global._ = _;
|
|
50
50
|
|
|
51
51
|
const _common = await import(path.join(process.env.XUDA_HOME, 'common', 'xuda_node_common.mjs'));
|
|
52
52
|
const _utils = await import(path.join(process.env.XUDA_HOME, 'common', 'xuda-cpi-utils.mjs'));
|