@kubb/plugin-zod 4.7.3 → 4.7.4

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-zod",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
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,16 +69,16 @@
69
69
  ],
70
70
  "dependencies": {
71
71
  "@kubb/react-fabric": "0.5.2",
72
- "@kubb/core": "4.7.3",
73
- "@kubb/oas": "4.7.3",
74
- "@kubb/plugin-oas": "4.7.3",
75
- "@kubb/plugin-ts": "4.7.3"
72
+ "@kubb/core": "4.7.4",
73
+ "@kubb/oas": "4.7.4",
74
+ "@kubb/plugin-oas": "4.7.4",
75
+ "@kubb/plugin-ts": "4.7.4"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@asteasolutions/zod-to-openapi": "^8.1.0",
79
79
  "@hono/zod-openapi": "0.19.2",
80
80
  "zod": "^3.25.76",
81
- "@kubb/plugin-oas": "4.7.3"
81
+ "@kubb/plugin-oas": "4.7.4"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=20"