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

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2101,6 +2101,7 @@ func.datasource.execute = async function (
2101
2101
  dataSourceSession,
2102
2102
  IS_DATASOURCE_REFRESH
2103
2103
  ) {
2104
+ debugger
2104
2105
  var _session = SESSION_OBJ[SESSION_ID];
2105
2106
  var _ds = _session.DS_GLB[dataSourceSession];
2106
2107
  var args = _ds.args;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1100",
3
+ "version": "1.3.1101",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {