@xuda.io/xuda-worker-bundle 1.3.2583 → 1.3.2584

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4227,6 +4227,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
4227
4227
  dsSession_changed: findMin(datasource_changed),
4228
4228
  avoid_xu_for_refresh,
4229
4229
  trigger,
4230
+ ignore_screen_blocker: true,
4230
4231
  });
4231
4232
  // await removed from the below function cause to dead lock Mar 3 25
4232
4233
  await func.runtime.ui.refresh_screen({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle",
3
- "version": "1.3.2583",
3
+ "version": "1.3.2584",
4
4
  "description": "xuda framework",
5
5
  "main": "index.js",
6
6
  "scripts": {