@kubb/plugin-zod 5.0.0-alpha.30 → 5.0.0-alpha.31

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/index.cjs CHANGED
@@ -1432,7 +1432,7 @@ const zodGeneratorLegacy = (0, _kubb_core.defineGenerator)({
1432
1432
  });
1433
1433
  //#endregion
1434
1434
  //#region package.json
1435
- var version = "5.0.0-alpha.30";
1435
+ var version = "5.0.0-alpha.31";
1436
1436
  //#endregion
1437
1437
  //#region src/resolvers/resolverZod.ts
1438
1438
  /**
package/dist/index.js CHANGED
@@ -1431,7 +1431,7 @@ const zodGeneratorLegacy = defineGenerator({
1431
1431
  });
1432
1432
  //#endregion
1433
1433
  //#region package.json
1434
- var version = "5.0.0-alpha.30";
1434
+ var version = "5.0.0-alpha.31";
1435
1435
  //#endregion
1436
1436
  //#region src/resolvers/resolverZod.ts
1437
1437
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-zod",
3
- "version": "5.0.0-alpha.30",
3
+ "version": "5.0.0-alpha.31",
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",
@@ -55,8 +55,8 @@
55
55
  "@kubb/fabric-core": "0.15.1",
56
56
  "@kubb/react-fabric": "0.15.1",
57
57
  "remeda": "^2.33.7",
58
- "@kubb/ast": "5.0.0-alpha.30",
59
- "@kubb/core": "5.0.0-alpha.30"
58
+ "@kubb/ast": "5.0.0-alpha.31",
59
+ "@kubb/core": "5.0.0-alpha.31"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@internals/utils": "0.0.0"