@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.
@@ -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
- [dsSessionP]: {
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
- [dsSessionP]: {
3277
+ [dataSourceNoP]: {
3278
3278
  ['datasource_main']: {
3279
3279
  stat: 'busy',
3280
3280
  stat_ts: Date.now(),