bump to 1.0.17 (#4819)

This commit is contained in:
Marc Kelechava
2026-02-19 14:53:57 -08:00
committed by GitHub
parent 13ecec6e60
commit f80451f37a
8 changed files with 2702 additions and 2951 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@skyvern/client",
"version": "1.0.16",
"version": "1.0.17",
"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.16",
"User-Agent": "@skyvern/client/1.0.16",
"X-Fern-SDK-Version": "1.0.17",
"User-Agent": "@skyvern/client/1.0.17",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},

View File

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