@ai-sdk-tool/parser 4.1.20 → 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.
package/dist/index.js CHANGED
@@ -34,10 +34,10 @@ import {
34
34
  wrapStream,
35
35
  yamlXmlProtocol,
36
36
  yamlXmlToolMiddleware
37
- } from "./chunk-AELRIRO2.js";
37
+ } from "./chunk-DKZ4GAQM.js";
38
38
  import {
39
39
  escapeRegExp
40
- } from "./chunk-TLZV6QE3.js";
40
+ } from "./chunk-2I56ZDEY.js";
41
41
  import {
42
42
  parse,
43
43
  stringify,
package/dist/rxml.cjs CHANGED
@@ -2848,7 +2848,7 @@ function handleOpeningTagSegment(src, lt, out, stack) {
2848
2848
  function extractSchemaProperties(schema) {
2849
2849
  const unwrapped = unwrapJsonSchema(schema);
2850
2850
  if (!unwrapped || typeof unwrapped !== "object") {
2851
- return void 0;
2851
+ return;
2852
2852
  }
2853
2853
  return unwrapped.properties;
2854
2854
  }