@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
|
@@ -1649,7 +1649,7 @@ func.datasource.create = async function (
|
|
|
1649
1649
|
if (static_refreshP) old_dataSource_vars.in_parameters = _ds.in_parameters;
|
|
1650
1650
|
|
|
1651
1651
|
await func.datasource.update(SESSION_ID, {
|
|
1652
|
-
[
|
|
1652
|
+
[dataSourceNoP]: {
|
|
1653
1653
|
['datasource_main']: {
|
|
1654
1654
|
stat: 'busy',
|
|
1655
1655
|
stat_ts: Date.now(),
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -1649,7 +1649,7 @@ func.datasource.create = async function (
|
|
|
1649
1649
|
if (static_refreshP) old_dataSource_vars.in_parameters = _ds.in_parameters;
|
|
1650
1650
|
|
|
1651
1651
|
await func.datasource.update(SESSION_ID, {
|
|
1652
|
-
[
|
|
1652
|
+
[dataSourceNoP]: {
|
|
1653
1653
|
['datasource_main']: {
|
|
1654
1654
|
stat: 'busy',
|
|
1655
1655
|
stat_ts: Date.now(),
|