eslint-plugin-zod-to-openapi
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -26,3 +26,3 @@ "use strict"; | ||
messageId: 'open-api-required', | ||
node: declarator, | ||
node: declarator.id, | ||
}); | ||
@@ -40,3 +40,3 @@ } | ||
messageId: 'open-api-required', | ||
node, | ||
node: node.key, | ||
}); | ||
@@ -43,0 +43,0 @@ } |
@@ -29,3 +29,2 @@ "use strict"; | ||
'ZodNumber', | ||
'ZodEnum', | ||
'ZodBoolean', | ||
@@ -32,0 +31,0 @@ 'ZodRecord', |
{ | ||
"name": "eslint-plugin-zod-to-openapi", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Eslint rules for zod-to-openapi", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57629
767