File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " browser-use-sdk" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"private" : false ,
5
5
"repository" : " github:browser-use/browser-use-node" ,
6
6
"type" : " commonjs" ,
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ export class BrowserUseClient {
50
50
{
51
51
"X-Fern-Language" : "JavaScript" ,
52
52
"X-Fern-SDK-Name" : "browser-use-sdk" ,
53
- "X-Fern-SDK-Version" : "2.0.1 " ,
54
- "User-Agent" : "browser-use-sdk/2.0.1 " ,
53
+ "X-Fern-SDK-Version" : "2.0.2 " ,
54
+ "User-Agent" : "browser-use-sdk/2.0.2 " ,
55
55
"X-Fern-Runtime" : core . RUNTIME . type ,
56
56
"X-Fern-Runtime-Version" : core . RUNTIME . version ,
57
57
} ,
Original file line number Diff line number Diff line change 1
- export const SDK_VERSION = "2.0.1 " ;
1
+ export const SDK_VERSION = "2.0.2 " ;
You can’t perform that action at this time.
0 commit comments