Sync TS SDK version (#4561)

This commit is contained in:
Stanislav Novosad
2026-01-27 16:00:16 -07:00
committed by GitHub
parent c0f361bb6e
commit 2362388637
5 changed files with 7 additions and 7 deletions

View File

@@ -26,8 +26,8 @@ export class SkyvernClient {
"x-api-key": _options?.apiKey,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@skyvern/client",
"X-Fern-SDK-Version": "1.0.6",
"User-Agent": "@skyvern/client/1.0.6",
"X-Fern-SDK-Version": "1.0.10",
"User-Agent": "@skyvern/client/1.0.10",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},