@xuda.io/xuda-worker-bundle-min 1.3.886 → 1.3.888

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
@@ -2853,7 +2853,7 @@ func.datasource.execute = async function (
2853
2853
  const init_count = await func.datasource.get_field_init_count(
2854
2854
  SESSION_ID,
2855
2855
  dataSourceSession,
2856
- _ROWID,
2856
+ raw_data_row.id,
2857
2857
  false,
2858
2858
  _ds.oninit_triggers_to_run
2859
2859
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.886",
3
+ "version": "1.3.888",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {