@magic-xpa/utils 4.1300.0-dev4130.228 → 4.1300.0-dev4130.233

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.
@@ -5034,7 +5034,7 @@ const parser = new XMLParser({
5034
5034
  return false;
5035
5035
  }
5036
5036
  // Keep root object shape as xml2js default; force arrays for child elements.
5037
- return jPath.indexOf(".") !== -1;
5037
+ return String(jPath).indexOf(".") !== -1;
5038
5038
  }
5039
5039
  });
5040
5040
  class JSON_Utils {