@ovotech/laminar-cli
Advanced tools
Comparing version 0.13.13 to 0.13.14
@@ -107,3 +107,3 @@ "use strict"; | ||
const responseAst = convertResponses(astRequestBody.context, operation.responses); | ||
const hasData = method === 'post' || method === 'put'; | ||
const hasData = method === 'post' || method === 'put' || method === 'patch'; | ||
const configDataIdentifier = pathToIdentifier(method, path); | ||
@@ -110,0 +110,0 @@ const configDataContext = configParams.type.length |
@@ -15,3 +15,3 @@ "use strict"; | ||
.createCommand('laminar') | ||
.version('0.11.0') | ||
.version('0.13.14') | ||
.description(`Laminar CLI - a tool for converting OpenApi and Avro Schemas to appropriate typescript types | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "@ovotech/laminar-cli", | ||
"version": "0.13.13", | ||
"version": "0.13.14", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108294