get v1.0.15 version back and add support for Anthropic Claude Opus 4.6 in webbench (#4778)

This commit is contained in:
Shuchang Zheng
2026-02-17 20:50:21 -08:00
committed by GitHub
parent f85af654b4
commit 5b50590cec
18 changed files with 3461 additions and 2649 deletions

View File

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

View File

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

View File

@@ -1 +1 @@
export const SDK_VERSION = "1.0.14";
export const SDK_VERSION = "1.0.15";