@kubb/oas 4.11.0 → 4.11.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.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +58 -27
- package/dist/index.d.ts +58 -27
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/utils.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4359,7 +4359,11 @@ async function parse(pathOrApi, { oasClass = Oas, canBundle = true, enablePaths
|
|
|
4359
4359
|
ref: pathOrApi,
|
|
4360
4360
|
config: await loadConfig(),
|
|
4361
4361
|
base: pathOrApi
|
|
4362
|
-
})).bundle.parsed
|
|
4362
|
+
})).bundle.parsed, {
|
|
4363
|
+
oasClass,
|
|
4364
|
+
canBundle,
|
|
4365
|
+
enablePaths
|
|
4366
|
+
});
|
|
4363
4367
|
const document = await new oas_normalize.default(pathOrApi, {
|
|
4364
4368
|
enablePaths,
|
|
4365
4369
|
colorizeErrors: true
|