swagger-axios-codegen
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -1,2 +0,2 @@ | ||
## 0.13.0 | ||
## 0.13.1 | ||
@@ -3,0 +3,0 @@ - feat: |
@@ -171,4 +171,5 @@ "use strict"; | ||
${parsedParameters && queryParameters.length > 0 ? 'configs.params = {' + queryParameters.join(',') + '}' : ''} | ||
${contentType === 'multipart/form-data' ? formData : ''} | ||
${requestBodyString(method, parsedParameters, bodyParameter, requestBody)} | ||
${contentType === 'multipart/form-data' ? formData : ''} | ||
@@ -175,0 +176,0 @@ axios(configs, ${resolveString}, reject); |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"main": "./dist/index", | ||
@@ -41,2 +41,2 @@ "typings": "./dist/", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
199758
78