Skip to content

Commit

Permalink
fix native enums
Browse files Browse the repository at this point in the history
  • Loading branch information
edbordin-linktree committed May 21, 2024
1 parent d90447c commit ff286fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-graphql-zod",
"version": "3.3.0",
"version": "3.4.0",
"description": "A library for integrating zod validation objects into nestjs graphql objects.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/helpers/get-field-info-from-zod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ export module getFieldInfoFromZod {
ZodBoolean,
ZodDefault,
ZodEnum,
ZodNativeEnum,
ZodNullable,
ZodNumber,
ZodObject,
Expand Down

0 comments on commit ff286fd

Please sign in to comment.