@xuda.io/xuda-worker-bundle-min 1.3.1753 → 1.3.1754

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
@@ -3231,7 +3231,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3231
3231
  try {
3232
3232
  const row_idx = func.common.find_ROWID_idx(_ds, record_id);
3233
3233
  // if (_ds.data_feed.rows[row_idx][field_id] !== value) {
3234
- if (true || !_.isEqual(_ds.data_feed.rows[row_idx][field_id], value)) {
3234
+ if (!_.isEqual(_ds.data_feed.rows[row_idx][field_id], value)) {
3235
3235
  _ds.data_feed.rows[row_idx][field_id] = value;
3236
3236
  await set_fieldComputed_dependencies(dataSource, field_id, null);
3237
3237
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1753",
3
+ "version": "1.3.1754",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {