@kubb/plugin-ts 3.12.0 → 3.13.0
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-DM7GVDDP.cjs → chunk-ET7NPWRZ.cjs} +4 -4
- package/dist/{chunk-DM7GVDDP.cjs.map → chunk-ET7NPWRZ.cjs.map} +1 -1
- package/dist/{chunk-XKUNRASY.js → chunk-FANJV56Z.js} +3 -3
- package/dist/{chunk-XKUNRASY.js.map → chunk-FANJV56Z.js.map} +1 -1
- package/dist/{chunk-F5AASAQW.js → chunk-HWPTXYQW.js} +5 -3
- package/dist/chunk-HWPTXYQW.js.map +1 -0
- package/dist/{chunk-72QLVJKT.cjs → chunk-IAF3HXKE.cjs} +12 -10
- package/dist/chunk-IAF3HXKE.cjs.map +1 -0
- package/dist/components.cjs +3 -3
- package/dist/components.d.cts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/components.js +1 -1
- package/dist/generators.cjs +4 -4
- package/dist/generators.d.cts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/generators.js +2 -2
- package/dist/index.cjs +5 -5
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/{types-DOx63BPA.d.cts → types-DkvPgLAK.d.cts} +6 -0
- package/dist/{types-DOx63BPA.d.ts → types-DkvPgLAK.d.ts} +6 -0
- package/package.json +9 -9
- package/src/generators/__snapshots__/createPet.ts +1 -1
- package/src/generators/__snapshots__/createPetWithEmptySchemaTypeUnknown.ts +43 -0
- package/src/generators/__snapshots__/createPetWithEmptySchemaTypeVoid.ts +43 -0
- package/src/generators/__snapshots__/createPetWithUnknownTypeVoid.ts +1 -1
- package/src/generators/__snapshots__/deletePet.ts +1 -1
- package/src/generators/__snapshots__/enumArray20.ts +1 -1
- package/src/plugin.ts +2 -0
- package/src/types.ts +6 -0
- package/dist/chunk-72QLVJKT.cjs.map +0 -1
- package/dist/chunk-F5AASAQW.js.map +0 -1
|
@@ -59,9 +59,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
59
59
|
mod
|
|
60
60
|
));
|
|
61
61
|
|
|
62
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@20.19.
|
|
62
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@20.19.2__jiti@2.4.2_postcss@8.5.6_typescript@5.8.3_yaml@2.7.1/node_modules/tsup/assets/cjs_shims.js
|
|
63
63
|
var init_cjs_shims = __esm({
|
|
64
|
-
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@20.19.
|
|
64
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@20.19.2__jiti@2.4.2_postcss@8.5.6_typescript@5.8.3_yaml@2.7.1/node_modules/tsup/assets/cjs_shims.js"() {
|
|
65
65
|
}
|
|
66
66
|
});
|
|
67
67
|
|
|
@@ -2607,5 +2607,5 @@ react/cjs/react.development.js:
|
|
|
2607
2607
|
exports.OasType = OasType;
|
|
2608
2608
|
exports.Type = Type2;
|
|
2609
2609
|
exports.init_cjs_shims = init_cjs_shims;
|
|
2610
|
-
//# sourceMappingURL=chunk-
|
|
2611
|
-
//# sourceMappingURL=chunk-
|
|
2610
|
+
//# sourceMappingURL=chunk-ET7NPWRZ.cjs.map
|
|
2611
|
+
//# sourceMappingURL=chunk-ET7NPWRZ.cjs.map
|