@xuda.io/xuda-worker-bundle-min 1.3.876 → 1.3.877

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
@@ -8399,7 +8399,7 @@ func.events.execute = async function (
8399
8399
  if (val.prop === "out") {
8400
8400
  try {
8401
8401
  const row_idx = func.common.find_ROWID_idx(
8402
- _ds,
8402
+ _ds_new,
8403
8403
  _ds_new.currentRecordId
8404
8404
  );
8405
8405
  data[val.details] =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.876",
3
+ "version": "1.3.877",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {