@xuda.io/xuda-worker-bundle-min 1.3.867 → 1.3.868

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3194,8 +3194,8 @@ func.datasource.run_rows_form = async function (
3194
3194
  var idx = rowIdxP;
3195
3195
 
3196
3196
  const find_ROWID_idx_from_raw_data_arr = function (rowId) {
3197
- if (!_raw_data_rows) {
3198
- throw new Error("_raw_data_rows not found");
3197
+ if (!ds?.v?.raw_data?.rows) {
3198
+ throw new Error("ds.v.raw_data.rows not found");
3199
3199
  }
3200
3200
 
3201
3201
  const index = _ds.v.raw_data.rows.findIndex((item) => item.id === rowId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.867",
3
+ "version": "1.3.868",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {