@xuda.io/xuda-worker-bundle-min 1.3.1394 → 1.3.1396

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7962,6 +7962,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
7962
7962
 
7963
7963
  const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
7964
7964
  console.log(valP, val.fieldId, ret);
7965
+ debugger;
7965
7966
  await replace_value_in_string(ret.ret, ret.fieldIdP);
7966
7967
  }
7967
7968
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1394",
3
+ "version": "1.3.1396",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {