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

@@ -1,12 +1,12 @@
{
"name": "@skyvern/client",
"version": "1.0.6",
"version": "1.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@skyvern/client",
"version": "1.0.6",
"version": "1.0.10",
"dependencies": {
"playwright": "^1.48.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@skyvern/client",
"version": "1.0.6",
"version": "1.0.10",
"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.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,
},

View File

@@ -1 +1 @@
export const SDK_VERSION = "1.0.6";
export const SDK_VERSION = "1.0.10";