@xuda.io/runtime-bundle 1.0.706 → 1.0.707

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.
@@ -31857,7 +31857,7 @@ const get_params_obj_new = async function (SESSION_ID, prog_id, nodeP, dsSession
31857
31857
  // in parameter
31858
31858
  let ret = await func.expression.get(SESSION_ID, nodeP.attributes[`xu-exp:${val.data.parameter}`], dsSession, 'parameters');
31859
31859
  params_res[val.data.parameter] = ret.result;
31860
- params_raw[val.data.parameter] = `xu-exp:${val.data.parameter}`;
31860
+ params_raw[val.data.parameter] = val.data.parameter;
31861
31861
  }
31862
31862
  }
31863
31863
  continue;