@xuda.io/runtime-bundle 1.0.499 → 1.0.501

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.
@@ -35271,7 +35271,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
35271
35271
  return new_class.get();
35272
35272
  };
35273
35273
 
35274
- 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) {
35274
+ 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) {
35275
35275
  const evalJson = (text) => eval(`(${text})`);
35276
35276
  const replaceQuotes = (str) => {
35277
35277
  for (const [key, val] of Object.entries(fields)) {