revert ui build and release v1.0.18 (#4820)

This commit is contained in:
Shuchang Zheng
2026-02-19 16:24:41 -08:00
committed by GitHub
parent 151be6d9eb
commit 36e600eeb9
9 changed files with 2955 additions and 2729 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@skyvern/client",
"version": "1.0.17",
"version": "1.0.18",
"private": false,
"repository": {
"type": "git",

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

View File

@@ -1 +1 @@
export const SDK_VERSION = "1.0.17";
export const SDK_VERSION = "1.0.18";