@ai-sdk-tool/parser 4.1.21 → 4.1.22

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.
@@ -2062,7 +2062,7 @@ function handleOpeningTagSegment(src, lt, out, stack) {
2062
2062
  function extractSchemaProperties(schema) {
2063
2063
  const unwrapped = unwrapJsonSchema(schema);
2064
2064
  if (!unwrapped || typeof unwrapped !== "object") {
2065
- return void 0;
2065
+ return;
2066
2066
  }
2067
2067
  return unwrapped.properties;
2068
2068
  }
@@ -2219,4 +2219,4 @@ export {
2219
2219
  escapeRegExp,
2220
2220
  parse2 as parse
2221
2221
  };
2222
- //# sourceMappingURL=chunk-NU2CVJEB.js.map
2222
+ //# sourceMappingURL=chunk-2I56ZDEY.js.map