@opensdks/runtime
Advanced tools
Comparing version
@@ -28,3 +28,3 @@ "use strict"; | ||
const clientOptions = { | ||
baseUrl: oas?.servers?.[0]?.url, | ||
...(oas?.servers?.[0]?.url && { baseUrl: oas?.servers?.[0]?.url }), | ||
...defaultOptions, | ||
@@ -31,0 +31,0 @@ ...options, |
@@ -11,3 +11,3 @@ import { createClient } from './createClient.js'; | ||
const clientOptions = { | ||
baseUrl: oas?.servers?.[0]?.url, | ||
...(oas?.servers?.[0]?.url && { baseUrl: oas?.servers?.[0]?.url }), | ||
...defaultOptions, | ||
@@ -14,0 +14,0 @@ ...options, |
@@ -66,3 +66,3 @@ import type {oas30, oas31} from 'openapi3-ts' | ||
const clientOptions = { | ||
baseUrl: oas?.servers?.[0]?.url, | ||
...(oas?.servers?.[0]?.url && {baseUrl: oas?.servers?.[0]?.url}), | ||
...defaultOptions, | ||
@@ -69,0 +69,0 @@ ...options, |
{ | ||
"name": "@opensdks/runtime", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"type": "module", | ||
@@ -37,3 +37,3 @@ "exports": { | ||
"openapi3-ts": "4.1.2", | ||
"@opensdks/fetch-links": "0.0.17" | ||
"@opensdks/fetch-links": "0.0.18" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44629
0.57%+ Added
- Removed
Updated