@xuda.io/runtime-bundle 1.0.1009 → 1.0.1010

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.
@@ -14903,7 +14903,7 @@ const get_xu_render_cache_str = async function (SESSION_ID, dsSessionP) {
14903
14903
  str += await get_xu_render_cache_str(SESSION_ID, _ds.parentDataSourceNo);
14904
14904
  }
14905
14905
 
14906
- return await func.common.sha256(str);
14906
+ return 'C-' + (await func.common.sha256(str));
14907
14907
  };
14908
14908
  func.UI.component = {};
14909
14909
 
@@ -12628,7 +12628,7 @@ const get_xu_render_cache_str = async function (SESSION_ID, dsSessionP) {
12628
12628
  str += await get_xu_render_cache_str(SESSION_ID, _ds.parentDataSourceNo);
12629
12629
  }
12630
12630
 
12631
- return await func.common.sha256(str);
12631
+ return 'C-' + (await func.common.sha256(str));
12632
12632
  };
12633
12633
  func.UI.component = {};
12634
12634