@hey-api/client-fetch
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -159,2 +159,2 @@ type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited'; | ||
export { type Client, type Options, type RequestResult, client, createClient, formDataBodySerializer, jsonBodySerializer, urlSearchParamsBodySerializer }; | ||
export { type Client, type Config, type Options, type RequestResult, client, createClient, formDataBodySerializer, jsonBodySerializer, urlSearchParamsBodySerializer }; |
{ | ||
"name": "@hey-api/client-fetch", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Typesafe Fetch API client for your @hey-api/openapi-ts types", |
export { client, createClient } from '../'; | ||
export type { Client, Options, RequestResult } from '../types'; | ||
export type { Client, Config, Options, RequestResult } from '../types'; | ||
export { | ||
@@ -4,0 +4,0 @@ formDataBodySerializer, |
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
44642