@kubb/plugin-ts 3.10.9 → 3.10.10
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-NZ3KBMN7.js → chunk-3AQ7NZRA.js} +5 -5
- package/dist/{chunk-NZ3KBMN7.js.map → chunk-3AQ7NZRA.js.map} +1 -1
- package/dist/{chunk-K4X35QTP.cjs → chunk-FQ3R6LKA.cjs} +11 -11
- package/dist/{chunk-K4X35QTP.cjs.map → chunk-FQ3R6LKA.cjs.map} +1 -1
- package/dist/{chunk-K7MJNGKK.cjs → chunk-I4MED3S7.cjs} +5 -5
- package/dist/{chunk-K7MJNGKK.cjs.map → chunk-I4MED3S7.cjs.map} +1 -1
- package/dist/{chunk-MT54SLL6.js → chunk-ZO4SFTCS.js} +3 -3
- package/dist/{chunk-MT54SLL6.js.map → chunk-ZO4SFTCS.js.map} +1 -1
- package/dist/components.cjs +3 -3
- package/dist/components.js +1 -1
- package/dist/generators.cjs +4 -4
- package/dist/generators.js +2 -2
- package/dist/index.cjs +4 -4
- package/dist/index.js +2 -2
- package/package.json +9 -9
- package/src/components/Type.tsx +1 -1
|
@@ -35,9 +35,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
35
35
|
mod
|
|
36
36
|
));
|
|
37
37
|
|
|
38
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.7_@types+node@20.17.
|
|
38
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.7_@types+node@20.17.46__jiti@2.4.2_postcss@8.5.3_typescript@5.8.3_yaml@2.7.1/node_modules/tsup/assets/esm_shims.js
|
|
39
39
|
var init_esm_shims = __esm({
|
|
40
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.7_@types+node@20.17.
|
|
40
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.7_@types+node@20.17.46__jiti@2.4.2_postcss@8.5.3_typescript@5.8.3_yaml@2.7.1/node_modules/tsup/assets/esm_shims.js"() {
|
|
41
41
|
}
|
|
42
42
|
});
|
|
43
43
|
|
|
@@ -2540,7 +2540,7 @@ function Type2({ name, typedName, tree, keysToOmit, schema, optionalType, syntax
|
|
|
2540
2540
|
});
|
|
2541
2541
|
return /* @__PURE__ */ jsxs(import_react3.Fragment, { children: [
|
|
2542
2542
|
enums.map(({ name: name2, nameNode, typeName, typeNode }) => (
|
|
2543
|
-
// biome-ignore lint/correctness/useJsxKeyInIterable:
|
|
2543
|
+
// biome-ignore lint/correctness/useJsxKeyInIterable: oeps
|
|
2544
2544
|
/* @__PURE__ */ jsxs(import_react3.Fragment, { children: [
|
|
2545
2545
|
nameNode && /* @__PURE__ */ jsx(File.Source, { name: name2, isExportable: true, isIndexable: true, children: print([nameNode]) }),
|
|
2546
2546
|
/* @__PURE__ */ jsx(
|
|
@@ -2584,5 +2584,5 @@ react/cjs/react.development.js:
|
|
|
2584
2584
|
*/
|
|
2585
2585
|
|
|
2586
2586
|
export { OasType, Type2 as Type, init_esm_shims };
|
|
2587
|
-
//# sourceMappingURL=chunk-
|
|
2588
|
-
//# sourceMappingURL=chunk-
|
|
2587
|
+
//# sourceMappingURL=chunk-3AQ7NZRA.js.map
|
|
2588
|
+
//# sourceMappingURL=chunk-3AQ7NZRA.js.map
|