@xuda.io/xuda-worker-bundle-min 1.3.1522 → 1.3.1524

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
@@ -8107,7 +8107,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
8107
8107
  return new_class.get();
8108
8108
  };
8109
8109
 
8110
- func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP, rowIdP, sourceActionP, secondPassP, calling_fieldIdP, fieldsP = {}, debug_infoP, iterate_info, js_script_callback, jobNo, api_output_type) {
8110
+ func.expression.get_bad1 = async function (SESSION_ID, valP, dsSessionP, sourceP, rowIdP, sourceActionP, secondPassP, calling_fieldIdP, fieldsP = {}, debug_infoP, iterate_info, js_script_callback, jobNo, api_output_type) {
8111
8111
  const evalJson = (text) => eval(`(${text})`);
8112
8112
  const replaceQuotes = (str) => {
8113
8113
  for (const [key, val] of Object.entries(fields)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1522",
3
+ "version": "1.3.1524",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {