@kubb/plugin-oas 3.0.0-alpha.12 → 3.0.0-alpha.13
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/README.md +13 -0
- package/dist/{chunk-2X5GZFQP.js → chunk-5QUCRUOD.js} +3 -3
- package/dist/{chunk-2X5GZFQP.js.map → chunk-5QUCRUOD.js.map} +1 -1
- package/dist/{chunk-47SNBYWH.cjs → chunk-FFFMYESV.cjs} +26 -26
- package/dist/{chunk-47SNBYWH.cjs.map → chunk-FFFMYESV.cjs.map} +1 -1
- package/dist/{chunk-S6RFFHLW.cjs → chunk-G35AGMCZ.cjs} +4 -4
- package/dist/{chunk-S6RFFHLW.cjs.map → chunk-G35AGMCZ.cjs.map} +1 -1
- package/dist/{chunk-XQPCA75E.cjs → chunk-JRZ3YURA.cjs} +4 -4
- package/dist/{chunk-XQPCA75E.cjs.map → chunk-JRZ3YURA.cjs.map} +1 -1
- package/dist/chunk-KW7GCBTZ.cjs +8 -0
- package/dist/{chunk-6AVEWDKE.cjs.map → chunk-KW7GCBTZ.cjs.map} +1 -1
- package/dist/chunk-N3GACHZX.js +6 -0
- package/dist/{chunk-WN5S6RCU.js.map → chunk-N3GACHZX.js.map} +1 -1
- package/dist/{chunk-4VKHSKYX.js → chunk-NW6726BC.js} +4 -4
- package/dist/{chunk-4VKHSKYX.js.map → chunk-NW6726BC.js.map} +1 -1
- package/dist/{chunk-4WUMV7QX.js → chunk-TEEWKGS3.js} +3 -3
- package/dist/{chunk-4WUMV7QX.js.map → chunk-TEEWKGS3.js.map} +1 -1
- package/dist/components.cjs +6 -6
- package/dist/components.js +3 -3
- package/dist/hooks.cjs +12 -12
- package/dist/hooks.js +3 -3
- package/dist/index.cjs +19 -19
- package/dist/index.js +5 -5
- package/dist/utils.cjs +9 -9
- package/dist/utils.js +3 -3
- package/package.json +9 -9
- package/dist/chunk-6AVEWDKE.cjs +0 -8
- package/dist/chunk-WN5S6RCU.js +0 -6
package/README.md
CHANGED
|
@@ -28,6 +28,19 @@
|
|
|
28
28
|
</h4>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
|
+
## Supporting Kubb
|
|
32
|
+
|
|
33
|
+
Kubb uses an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
|
|
34
|
+
|
|
35
|
+
- [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
|
|
36
|
+
|
|
37
|
+
<p align="center">
|
|
38
|
+
<a href="https://github.com/sponsors/stijnvanhulle">
|
|
39
|
+
<img src="https://raw.githubusercontent.com/stijnvanhulle/sponsors/main/sponsors.svg" alt="My sponsors" />
|
|
40
|
+
</a>
|
|
41
|
+
</p>
|
|
42
|
+
|
|
43
|
+
|
|
31
44
|
<!-- Badges -->
|
|
32
45
|
|
|
33
46
|
[npm-version-src]: https://img.shields.io/npm/v/@kubb/plugin-oas?flat&colorA=18181B&colorB=f58517
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __commonJS, init_esm_shims, __toESM, getSchemaFactory, getSchemas } from './chunk-
|
|
1
|
+
import { __commonJS, init_esm_shims, __toESM, getSchemaFactory, getSchemas } from './chunk-NW6726BC.js';
|
|
2
2
|
import { BaseGenerator } from '@kubb/core';
|
|
3
3
|
import transformers, { pascalCase } from '@kubb/core/transformers';
|
|
4
4
|
import { getUniqueName } from '@kubb/core/utils';
|
|
@@ -3929,5 +3929,5 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
3929
3929
|
*/
|
|
3930
3930
|
|
|
3931
3931
|
export { Oas, Operation, Schema, SchemaGenerator, isKeyword, require_jsx_runtime, schemaKeywords, useSchema };
|
|
3932
|
-
//# sourceMappingURL=chunk-
|
|
3933
|
-
//# sourceMappingURL=chunk-
|
|
3932
|
+
//# sourceMappingURL=chunk-5QUCRUOD.js.map
|
|
3933
|
+
//# sourceMappingURL=chunk-5QUCRUOD.js.map
|