openapi-typescript-validator
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "openapi-typescript-validator", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Generate typescript with ajv validation based on openapi schemas", | ||
@@ -13,3 +13,4 @@ "main": "dist/index.js", | ||
"build:watch": "tsc --build --watch", | ||
"prepublish": "rm -rf dist && npm run build" | ||
"prepublish": "rm -rf dist && npm run build", | ||
"postpublish": "git push && git push --tags" | ||
}, | ||
@@ -16,0 +17,0 @@ "author": "Q42", |
19011