@xuda.io/xuda-worker-bundle-min 1.3.1101 → 1.3.1102

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.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2101,7 +2101,7 @@ func.datasource.execute = async function (
2101
2101
  dataSourceSession,
2102
2102
  IS_DATASOURCE_REFRESH
2103
2103
  ) {
2104
- debugger
2104
+
2105
2105
  var _session = SESSION_OBJ[SESSION_ID];
2106
2106
  var _ds = _session.DS_GLB[dataSourceSession];
2107
2107
  var args = _ds.args;
@@ -2632,7 +2632,7 @@ func.datasource.execute = async function (
2632
2632
  }
2633
2633
 
2634
2634
  case "batch": {
2635
- debugger
2635
+
2636
2636
  let has_datasource = await calc_batch_loops();
2637
2637
 
2638
2638
  _raw_data_rows = _ds?.v.raw_data?.rows || [];
@@ -2671,7 +2671,7 @@ func.datasource.execute = async function (
2671
2671
  );
2672
2672
  }
2673
2673
  }
2674
-
2674
+ console.log("batch", _ds)
2675
2675
  break;
2676
2676
  }
2677
2677
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1101",
3
+ "version": "1.3.1102",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {