@xuda.io/xuda-api-library 1.0.127 → 1.0.128

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
@@ -67,7 +67,7 @@ export class XudaModule {
67
67
  let ds_val = val;
68
68
  let ds_key = ds_val.dsSession;
69
69
  const _view_obj = await this.func.utils.VIEWS_OBJ.get(this.SESSION_ID, ds_val.prog_id);
70
- if (_.isEmpty(_view_obj.progEvents)) continue;
70
+ if (xu_isEmpty(_view_obj.progEvents)) continue;
71
71
  if (ds) break;
72
72
 
73
73
  for await (const [key, val] of Object.entries(_view_obj.progEvents)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-api-library",
3
- "version": "1.0.127",
3
+ "version": "1.0.128",
4
4
  "main": "index.mjs",
5
5
  "type": "module",
6
6
  "description": "Auto-generated build for xuda-api-library.mjs",