@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.
- package/dist/{chunk-NU2CVJEB.js → chunk-2I56ZDEY.js} +2 -2
- package/dist/{chunk-NU2CVJEB.js.map → chunk-2I56ZDEY.js.map} +1 -1
- package/dist/{chunk-GAJX7HXU.js → chunk-DKZ4GAQM.js} +314 -318
- package/dist/chunk-DKZ4GAQM.js.map +1 -0
- package/dist/community.cjs +313 -317
- package/dist/community.cjs.map +1 -1
- package/dist/community.js +2 -2
- package/dist/index.cjs +313 -317
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/rxml.cjs +1 -1
- package/dist/rxml.cjs.map +1 -1
- package/dist/rxml.js +1 -1
- package/package.json +13 -13
- package/dist/chunk-GAJX7HXU.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -34,10 +34,10 @@ import {
|
|
|
34
34
|
wrapStream,
|
|
35
35
|
yamlXmlProtocol,
|
|
36
36
|
yamlXmlToolMiddleware
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-DKZ4GAQM.js";
|
|
38
38
|
import {
|
|
39
39
|
escapeRegExp
|
|
40
|
-
} from "./chunk-
|
|
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
|
|
2851
|
+
return;
|
|
2852
2852
|
}
|
|
2853
2853
|
return unwrapped.properties;
|
|
2854
2854
|
}
|