@xuda.io/runtime-bundle 1.0.1296 → 1.0.1297
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 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -1
- package/js/xuda-runtime-slim.min.es.js +1 -1
- 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 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -4814,7 +4814,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
4814
4814
|
datasource_changed.push(dataSource);
|
|
4815
4815
|
}
|
|
4816
4816
|
|
|
4817
|
-
if (field_id === 'watcher') {
|
|
4817
|
+
if (!glb.IS_WORKER && field_id === 'watcher') {
|
|
4818
4818
|
if (!server_datasource_changes[dataSource]) {
|
|
4819
4819
|
server_datasource_changes[dataSource] = {};
|
|
4820
4820
|
}
|
|
@@ -4815,7 +4815,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
4815
4815
|
datasource_changed.push(dataSource);
|
|
4816
4816
|
}
|
|
4817
4817
|
|
|
4818
|
-
if (field_id === 'watcher') {
|
|
4818
|
+
if (!glb.IS_WORKER && field_id === 'watcher') {
|
|
4819
4819
|
if (!server_datasource_changes[dataSource]) {
|
|
4820
4820
|
server_datasource_changes[dataSource] = {};
|
|
4821
4821
|
}
|