@xuda.io/runtime-bundle 1.0.401 → 1.0.403

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.
@@ -3560,10 +3560,6 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3560
3560
  }
3561
3561
  }
3562
3562
 
3563
- // } catch (err) {
3564
- // console.error(err);
3565
- // }
3566
-
3567
3563
  if (!fields_changed.includes(field_id)) {
3568
3564
  fields_changed.push(field_id);
3569
3565
  }
@@ -4102,6 +4098,7 @@ func.datasource.reset_jobs = function (SESSION_ID, dsSessionP, sourceP, errP) {
4102
4098
  // _ds_0.data_system[val] = await func.utils.get_dateTime(SESSION_ID, val, ts);
4103
4099
  // }
4104
4100
  // };
4101
+
4105
4102
  func.datasource.get_currentRecordId = function (SESSION_ID, dsSessionP, from_datasourceP) {
4106
4103
  var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[dsSessionP];
4107
4104
  if (_ds._dataSourceTableId !== '') {
@@ -3560,10 +3560,6 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3560
3560
  }
3561
3561
  }
3562
3562
 
3563
- // } catch (err) {
3564
- // console.error(err);
3565
- // }
3566
-
3567
3563
  if (!fields_changed.includes(field_id)) {
3568
3564
  fields_changed.push(field_id);
3569
3565
  }
@@ -4102,6 +4098,7 @@ func.datasource.reset_jobs = function (SESSION_ID, dsSessionP, sourceP, errP) {
4102
4098
  // _ds_0.data_system[val] = await func.utils.get_dateTime(SESSION_ID, val, ts);
4103
4099
  // }
4104
4100
  // };
4101
+
4105
4102
  func.datasource.get_currentRecordId = function (SESSION_ID, dsSessionP, from_datasourceP) {
4106
4103
  var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[dsSessionP];
4107
4104
  if (_ds._dataSourceTableId !== '') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/runtime-bundle",
3
- "version": "1.0.401",
3
+ "version": "1.0.403",
4
4
  "description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
5
5
  "scripts": {
6
6
  "pub": "npm version patch --force && npm publish --access public"