@xuda.io/runtime-bundle 1.0.511 → 1.0.512
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
|
@@ -3273,7 +3273,7 @@ func.datasource.create = async function (
|
|
|
3273
3273
|
if (static_refreshP) old_dataSource_vars.in_parameters = _ds.in_parameters;
|
|
3274
3274
|
|
|
3275
3275
|
await func.datasource.update(SESSION_ID, {
|
|
3276
|
-
[
|
|
3276
|
+
[dataSourceNoP]: {
|
|
3277
3277
|
['datasource_main']: {
|
|
3278
3278
|
stat: 'busy',
|
|
3279
3279
|
stat_ts: Date.now(),
|
|
@@ -3274,7 +3274,7 @@ func.datasource.create = async function (
|
|
|
3274
3274
|
if (static_refreshP) old_dataSource_vars.in_parameters = _ds.in_parameters;
|
|
3275
3275
|
|
|
3276
3276
|
await func.datasource.update(SESSION_ID, {
|
|
3277
|
-
[
|
|
3277
|
+
[dataSourceNoP]: {
|
|
3278
3278
|
['datasource_main']: {
|
|
3279
3279
|
stat: 'busy',
|
|
3280
3280
|
stat_ts: Date.now(),
|