@xuda.io/runtime-bundle 1.0.1298 → 1.0.1299
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
|
@@ -3276,7 +3276,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
3276
3276
|
console.log('DATASOURCE_REFRESH', dataSourceNoP);
|
|
3277
3277
|
IS_DATASOURCE_REFRESH = true;
|
|
3278
3278
|
_ds.refreshed = true;
|
|
3279
|
-
|
|
3279
|
+
|
|
3280
3280
|
if (_ds.watcher) {
|
|
3281
3281
|
_.set(_ds, _ds.watcher.path, _ds.watcher.newValue);
|
|
3282
3282
|
}
|
|
@@ -3277,7 +3277,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
3277
3277
|
console.log('DATASOURCE_REFRESH', dataSourceNoP);
|
|
3278
3278
|
IS_DATASOURCE_REFRESH = true;
|
|
3279
3279
|
_ds.refreshed = true;
|
|
3280
|
-
|
|
3280
|
+
|
|
3281
3281
|
if (_ds.watcher) {
|
|
3282
3282
|
_.set(_ds, _ds.watcher.path, _ds.watcher.newValue);
|
|
3283
3283
|
}
|