@xuda.io/xuda-studio-checker 1.0.124 → 1.0.125

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 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  // check unique index id
4
4
  // check unique field id
5
5
 
6
- var app_obj, progs_obj, _, progs_str, hide_not_in_use_check, is_server, deployments, UglifyJS, JSON5, _conf, warn_plugin_check, z;
6
+ var app_obj, progs_obj, progs_str, hide_not_in_use_check, is_server, deployments, UglifyJS, JSON5, _conf, warn_plugin_check, z;
7
7
  const PROTECTED_VARS = ['_NULL', '_THIS', '_FOR_KEY', '_FOR_VAL', '_ROWNO', '_ROWID', '_ROWDOC', '_KEY', '_VAL'];
8
8
  const ALL_MENU_TYPE = ['globals', 'component', 'ai_agent', 'batch', 'get_data', 'set_data', 'alert', 'javascript', 'api', 'table', 'folder'];
9
9
 
@@ -14,7 +14,6 @@ export const init = function (app_obj_in, progs_obj_in = {}, _in, _hide_not_in_u
14
14
  progs_obj = progs_obj_in;
15
15
  progs_str = JSON.stringify(progs_obj);
16
16
  hide_not_in_use_check = _hide_not_in_use_check;
17
- _ = _in;
18
17
  is_server = is_server_in;
19
18
  deployments = deployments_in;
20
19
  UglifyJS = UglifyJS_in;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-studio-checker",
3
- "version": "1.0.124",
3
+ "version": "1.0.125",
4
4
  "main": "index.mjs",
5
5
  "type": "module",
6
6
  "description": "Auto-generated build for xuda-studio-checker.mjs",