@xuda.io/runtime-bundle 1.0.1297 → 1.0.1298
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
|
@@ -28680,7 +28680,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
28680
28680
|
_ds.refreshed = true;
|
|
28681
28681
|
debugger;
|
|
28682
28682
|
if (_ds.watcher) {
|
|
28683
|
-
_.set(_ds, watcher.path, watcher.newValue);
|
|
28683
|
+
_.set(_ds, _ds.watcher.path, _ds.watcher.newValue);
|
|
28684
28684
|
}
|
|
28685
28685
|
try {
|
|
28686
28686
|
if (!_ds.v) _ds.v = {};
|