@xuda.io/xuda-worker-bundle-min 1.3.1656 → 1.3.1658

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
@@ -7813,7 +7813,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
7813
7813
  }
7814
7814
  if (typeof retP.value !== 'undefined') {
7815
7815
  var_Arr[key].type = retP.type;
7816
- var_Arr[key].value = retP.value;
7816
+ var_Arr[key].value = typeof retP.value === 'string' ? retP.value.replaceAll('"', '\\"') : retP.value; // new Apr 6 2025 fixing "\"how much?\""
7817
7817
  if ((val.value.indexOf('[') > -1) | (val.value.indexOf('.') > -1)) {
7818
7818
  //get values from array '@var==="sss" && @var_B==="sss" && @obj.property===5 && @objA["value"]===123 | @objB["value"].property===1234'
7819
7819
  var data = retP.prop;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1656",
3
+ "version": "1.3.1658",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {