@hey-api/client-fetch
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -151,2 +151,2 @@ type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited'; | ||
export { type Client, type Options, client, createClient, formDataBodySerializer, jsonBodySerializer }; | ||
export { type Client, type Options, type RequestResult, client, createClient, formDataBodySerializer, jsonBodySerializer }; |
{ | ||
"name": "@hey-api/client-fetch", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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 } from '../types'; | ||
export type { Client, Options, RequestResult } from '../types'; | ||
export { formDataBodySerializer, jsonBodySerializer } from '../utils'; |
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
42523