@hey-api/client-fetch
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@hey-api/client-fetch", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Typesafe Fetch API client for your @hey-api/openapi-ts types", |
@@ -335,3 +335,3 @@ import type { Config } from './types'; | ||
if (content === 'application/json' || content.endsWith('+json')) { | ||
if (content.startsWith('application/json') || content.endsWith('+json')) { | ||
return 'json'; | ||
@@ -338,0 +338,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
45539