@kubb/plugin-zod 0.0.0-canary-20251016113940 → 0.0.0-canary-20251020101055
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 +18 -16
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
+
<h1>Plugin Zod</h1>
|
|
3
|
+
<a href="https://kubb.dev" target="_blank" rel="noopener noreferrer">
|
|
4
|
+
<img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo">
|
|
5
|
+
</a>
|
|
2
6
|
|
|
3
|
-
<!-- <img src="assets/logo.png" alt="logo" width="200" height="auto" /> -->
|
|
4
|
-
<h1>@kubb/plugin-zod</h1>
|
|
5
|
-
|
|
6
|
-
<p>
|
|
7
|
-
Swagger integration for Zod to generate all the different schemas based on an OpenAPI specification.
|
|
8
|
-
</p>
|
|
9
|
-
<img src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/banner.png" alt="logo" height="auto" />
|
|
10
7
|
|
|
11
8
|
[![npm version][npm-version-src]][npm-version-href]
|
|
12
9
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
13
10
|
[![Coverage][coverage-src]][coverage-href]
|
|
14
11
|
[![License][license-src]][license-href]
|
|
15
|
-
|
|
12
|
+
[![Sponsors][sponsors-src]][sponsors-href]
|
|
16
13
|
<h4>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
14
|
+
<a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/main//examples/typescript" target="_blank">View Demo</a>
|
|
15
|
+
<span> · </span>
|
|
16
|
+
<a href="https://kubb.dev/" target="_blank">Documentation</a>
|
|
17
|
+
<span> · </span>
|
|
18
|
+
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
|
|
19
|
+
<span> · </span>
|
|
20
|
+
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Request Feature</a>
|
|
21
|
+
</h4>
|
|
25
22
|
</div>
|
|
26
23
|
|
|
24
|
+
Swagger integration for Zod to generate all the different schemas based on an OpenAPI specification.
|
|
25
|
+
|
|
26
|
+
|
|
27
27
|
## Supporting Kubb
|
|
28
28
|
|
|
29
29
|
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:
|
|
@@ -51,3 +51,5 @@ Kubb uses an MIT-licensed open source project with its ongoing development made
|
|
|
51
51
|
[minified-href]: https://www.npmjs.com/package/@kubb/plugin-zod
|
|
52
52
|
[coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
|
|
53
53
|
[coverage-href]: https://www.npmjs.com/package/@kubb/plugin-zod
|
|
54
|
+
[sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
|
|
55
|
+
[sponsors-href]: https://github.com/sponsors/stijnvanhulle/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-zod",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251020101055",
|
|
4
4
|
"description": "Zod schema generator plugin for Kubb, creating type-safe validation schemas from OpenAPI specifications for runtime data validation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"zod",
|
|
@@ -69,22 +69,22 @@
|
|
|
69
69
|
"!/**/__tests__/**"
|
|
70
70
|
],
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@kubb/
|
|
73
|
-
"@kubb/
|
|
74
|
-
"@kubb/parser-ts": "0.0.0-canary-
|
|
75
|
-
"@kubb/plugin-oas": "0.0.0-canary-
|
|
76
|
-
"@kubb/plugin-ts": "0.0.0-canary-
|
|
77
|
-
"@kubb/react": "0.0.0-canary-
|
|
72
|
+
"@kubb/oas": "0.0.0-canary-20251020101055",
|
|
73
|
+
"@kubb/core": "0.0.0-canary-20251020101055",
|
|
74
|
+
"@kubb/parser-ts": "0.0.0-canary-20251020101055",
|
|
75
|
+
"@kubb/plugin-oas": "0.0.0-canary-20251020101055",
|
|
76
|
+
"@kubb/plugin-ts": "0.0.0-canary-20251020101055",
|
|
77
|
+
"@kubb/react": "0.0.0-canary-20251020101055"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@asteasolutions/zod-to-openapi": "^7.3.4",
|
|
81
81
|
"@hono/zod-openapi": "0.19.2",
|
|
82
|
-
"tsdown": "^0.
|
|
82
|
+
"tsdown": "^0.14.2",
|
|
83
83
|
"zod": "^3.25.76",
|
|
84
|
-
"@kubb/plugin-oas": "0.0.0-canary-
|
|
84
|
+
"@kubb/plugin-oas": "0.0.0-canary-20251020101055"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@kubb/react": "0.0.0-canary-
|
|
87
|
+
"@kubb/react": "0.0.0-canary-20251020101055"
|
|
88
88
|
},
|
|
89
89
|
"engines": {
|
|
90
90
|
"node": ">=20"
|