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 11{
22    "name" : " browser-use-sdk"  ,
3-     "version" : " 2.0.0-rc2 "  ,
3+     "version" : " 2.0.1 "  ,
44    "private" : false ,
55    "repository" : " github:browser-use/browser-use-node"  ,
66    "type" : " commonjs"  ,
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ export class BrowserUseClient {
5050                { 
5151                    "X-Fern-Language" : "JavaScript" , 
5252                    "X-Fern-SDK-Name" : "browser-use-sdk" , 
53-                     "X-Fern-SDK-Version" : "2.0.0-rc2 " , 
54-                     "User-Agent" : "browser-use-sdk/2.0.0-rc2 " , 
53+                     "X-Fern-SDK-Version" : "2.0.1 " , 
54+                     "User-Agent" : "browser-use-sdk/2.0.1 " , 
5555                    "X-Fern-Runtime" : core . RUNTIME . type , 
5656                    "X-Fern-Runtime-Version" : core . RUNTIME . version , 
5757                } , 
Original file line number Diff line number Diff line change 1- export  const  SDK_VERSION  =  "2.0.0-rc2 " ; 
1+ export  const  SDK_VERSION  =  "2.0.1 " ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments