@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
|
@@ -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
|
|
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-
|
|
2222
|
+
//# sourceMappingURL=chunk-2I56ZDEY.js.map
|