TypeScript SDK: building automatically via workflow (#3820)

This commit is contained in:
Stanislav Novosad
2025-10-24 19:47:53 -06:00
committed by GitHub
parent 2f87e3ab48
commit ad2ed92e99
9 changed files with 3619 additions and 8 deletions

3537
skyvern-ts/client/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@skyvern/client",
"version": "0.2.19",
"version": "0.2.20",
"private": false,
"repository": "github:Skyvern-AI/skyvern-typescript",
"type": "commonjs",

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": "0.2.19",
"User-Agent": "@skyvern/client/0.2.19",
"X-Fern-SDK-Version": "0.2.20",
"User-Agent": "@skyvern/client/0.2.20",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},

View File

@@ -1 +1 @@
export const SDK_VERSION = "0.2.19";
export const SDK_VERSION = "0.2.20";