@xuda.io/runtime-bundle 1.0.297 → 1.0.298
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.
- package/js/xuda-runtime-bundle.js +1 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -2
- package/js/xuda-runtime-slim.min.es.js +1 -2
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -2
- package/js/xuda-worker-bundle.js +1 -2
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -30294,7 +30294,6 @@ func.datasource.del = function (SESSION_ID, dsP) {
|
|
|
30294
30294
|
};
|
|
30295
30295
|
func.datasource.update = async function (SESSION_ID, datasource_changes, update_local_scope_only, avoid_refresh) {
|
|
30296
30296
|
return new Promise(async (resolve, reject) => {
|
|
30297
|
-
debugger;
|
|
30298
30297
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
30299
30298
|
|
|
30300
30299
|
if (_session.IS_API || typeof IS_MASTER_WEBSOCKET !== 'undefined' || typeof IS_PROCESS_SERVER !== 'undefined') {
|
|
@@ -30445,7 +30444,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
30445
30444
|
}
|
|
30446
30445
|
}
|
|
30447
30446
|
}
|
|
30448
|
-
|
|
30447
|
+
debugger;
|
|
30449
30448
|
if (glb.IS_WORKER) {
|
|
30450
30449
|
if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
|
|
30451
30450
|
func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
|