@xuda.io/xuda-worker-bundle-min 1.3.848 → 1.3.849

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2734,7 +2734,7 @@ func.datasource.execute = async function (
2734
2734
  _ds.viewRangeExp_rows_deleted = 0;
2735
2735
 
2736
2736
  let rows = _ds?.raw_data?.rows?.length;
2737
-
2737
+ _ds.data_feed.rows = [];
2738
2738
  _ds.data_feed.rows_changed = [];
2739
2739
  _ds.data_feed.rows_deleted = [];
2740
2740
  _ds.data_feed.rows_added = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.848",
3
+ "version": "1.3.849",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {