@xuda.io/xuda-worker-bundle-min 1.3.860 → 1.3.862

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5172,7 +5172,7 @@ func.utils.clean_returned_datasource = function (SESSION_ID, DS) {
5172
5172
  var _session = SESSION_OBJ[SESSION_ID];
5173
5173
  if (!_session.DS_GLB[DS]) return;
5174
5174
 
5175
- var obj = _.cloneDeep(_session.DS_GLB[DS]);
5175
+ var obj = _.clone(_session.DS_GLB[DS]);
5176
5176
  // if (obj.data_system) {
5177
5177
  // if (obj.data_system["SYS_OBJ_DS_DATA"])
5178
5178
  // delete obj.data_system["SYS_OBJ_DS_DATA"]["SYS_OBJ_DS_DATA"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.860",
3
+ "version": "1.3.862",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {