@xuda.io/xuda-worker-bundle-min 1.3.2143 → 1.3.2145

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 +6 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1054,7 +1054,7 @@ func.common.sha256 = async function (str) {
1054
1054
  return [...bytes].map((b) => b.toString(16).padStart(2, '0')).join('');
1055
1055
  };
1056
1056
 
1057
- glb.new_xu_render = true;
1057
+ glb.new_xu_render = false;
1058
1058
  glb.DEBUG_INFO_OBJ = {};
1059
1059
  // var CONNECTION_ATTEMPTS = 0;
1060
1060
  glb.APP_INFO = {};
@@ -3031,13 +3031,11 @@ func.datasource.del = function (SESSION_ID, dsP) {
3031
3031
 
3032
3032
  delete_pending_jobs();
3033
3033
 
3034
- for (const [ui_cache_key, ui_cache_val] of Object.entries(UI_WORKER_OBJ.xu_render_cache)) {
3035
- // for (const [cache_key, cache_val] of Object.entries(ui_cache_val)) {
3036
- if (ui_cache_val.paramsP.dsSessionP === dsP) {
3037
- delete UI_WORKER_OBJ.xu_render_cache[ui_cache_key];
3038
- }
3039
- // }
3040
- }
3034
+ // for (const [ui_cache_key, ui_cache_val] of Object.entries(UI_WORKER_OBJ.xu_render_cache)) {
3035
+ // if (ui_cache_val.paramsP.dsSessionP === dsP) {
3036
+ // delete UI_WORKER_OBJ.xu_render_cache[ui_cache_key];
3037
+ // }
3038
+ // }
3041
3039
  }
3042
3040
  if ($(SESSION_OBJ[SESSION_ID].root_element).find('xu-nav').length) {
3043
3041
  var ds_obj = $(SESSION_OBJ[SESSION_ID].root_element).find('xu-nav')?.data()?.xuData.nav_params;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.2143",
3
+ "version": "1.3.2145",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {