@goast/kotlin 0.3.7 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -85,7 +85,7 @@ open class ApiClient(val baseUrl: String, val client: OkHttpClient = defaultClie
85
85
  ("Content-Disposition" to "form-data; name=\"$name\"")
86
86
  addPart(
87
87
  partHeaders.toHeaders(),
88
- Serializer.jacksonObjectMapper.writeValueAsString(content)
88
+ Serializer.jacksonObjectMapper.writeValueAsString(part.body)
89
89
  .toRequestBody(JsonMediaType.toMediaTypeOrNull())
90
90
  )
91
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goast/kotlin",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "repository": "https://github.com/MaSch0212/goast.git",
5
5
  "description": "Provides gOAst generators for generating Kotlin code from OpenAPI specifications.",
6
6
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "fs-extra": "^11.2.0",
26
26
  "node-fetch": "^2.7.0",
27
27
  "yaml": "^2.4.5",
28
- "@goast/core": "0.3.4",
28
+ "@goast/core": "0.3.5",
29
29
  "tslib": "2.6.3"
30
30
  },
31
31
  "packageManager": "pnpm@9.5.0",