typera-openapi
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "typera-openapi", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Generate OpenAPI spec from typera routes", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"bin": { | ||
"sqltyper": "./dist/cli.js" | ||
"typera-openapi": "./dist/cli.js" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
20791