@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.
|
@@ -34587,7 +34587,7 @@ const get_xu_render_cache_str = async function (SESSION_ID, dsSessionP) {
|
|
|
34587
34587
|
str += await get_xu_render_cache_str(SESSION_ID, _ds.parentDataSourceNo);
|
|
34588
34588
|
}
|
|
34589
34589
|
|
|
34590
|
-
return await func.common.sha256(str);
|
|
34590
|
+
return 'C-' + (await func.common.sha256(str));
|
|
34591
34591
|
};
|
|
34592
34592
|
func.UI.component = {};
|
|
34593
34593
|
|