@supernova-studio/client 0.36.1 → 0.36.2

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.
package/dist/index.js CHANGED
@@ -7987,7 +7987,7 @@ function parseItem(rawItem, definition) {
7987
7987
  if (validationResult.success) {
7988
7988
  sanitizedProps[property.id] = validationResult.data;
7989
7989
  } else {
7990
- console.log(new String(validationResult.error.flatten()));
7990
+ console.log(validationResult.error.toString());
7991
7991
  }
7992
7992
  }
7993
7993
  return {