From 2a33a3a597147477b8803ac0e837b7fc1a53a39e Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:22:37 +0000 Subject: [PATCH] SDK regeneration --- package.json | 2 +- src/Client.ts | 4 ++-- src/version.ts | 2 +- yarn.lock | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f0e5c56..2cc5ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-use-sdk", - "version": "2.0.0-rc1", + "version": "1.2.1", "private": false, "repository": "github:browser-use/browser-use-node", "type": "commonjs", diff --git a/src/Client.ts b/src/Client.ts index f02d19d..ac4d707 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -50,8 +50,8 @@ export class BrowserUseClient { { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "browser-use-sdk", - "X-Fern-SDK-Version": "2.0.0-rc1", - "User-Agent": "browser-use-sdk/2.0.0-rc1", + "X-Fern-SDK-Version": "1.2.1", + "User-Agent": "browser-use-sdk/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/version.ts b/src/version.ts index 9762271..b415026 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "2.0.0-rc1"; +export const SDK_VERSION = "1.2.1"; diff --git a/yarn.lock b/yarn.lock index e819bd1..bd8160a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1444,9 +1444,9 @@ eciesjs@^0.4.10: "@noble/hashes" "^1.8.0" electron-to-chromium@^1.5.211: - version "1.5.211" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.211.tgz#749317bf9cf894c06f67980940cf8074e5eb08ca" - integrity sha512-IGBvimJkotaLzFnwIVgW9/UD/AOJ2tByUmeOrtqBfACSbAw5b1G0XpvdaieKyc7ULmbwXVx+4e4Be8pOPBrYkw== + version "1.5.212" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.212.tgz#9b541f90d7d8415ccea94d4be4bb86e73e3f9547" + integrity sha512-gE7ErIzSW+d8jALWMcOIgf+IB6lpfsg6NwOhPVwKzDtN2qcBix47vlin4yzSregYDxTCXOUqAZjVY/Z3naS7ww== emittery@^0.13.1: version "0.13.1"