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" : " @airweave/sdk" 
3-     "version" : " v0.6.74 " 
3+     "version" : " v0.6.75 " 
44    "private" : false ,
55    "repository" : " github:airweave-ai/typescript-sdk" 
66    "type" : " commonjs" 
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ export class AirweaveSDKClient {
5656                    "X-Framework-Version" : _options ?. frameworkVersion , 
5757                    "X-Fern-Language" : "JavaScript" , 
5858                    "X-Fern-SDK-Name" : "@airweave/sdk" , 
59-                     "X-Fern-SDK-Version" : "v0.6.74 " , 
60-                     "User-Agent" : "@airweave/sdk/v0.6.74 " , 
59+                     "X-Fern-SDK-Version" : "v0.6.75 " , 
60+                     "User-Agent" : "@airweave/sdk/v0.6.75 " , 
6161                    "X-Fern-Runtime" : core . RUNTIME . type , 
6262                    "X-Fern-Runtime-Version" : core . RUNTIME . version , 
6363                } , 
Original file line number Diff line number Diff line change 1- export  const  SDK_VERSION  =  "v0.6.74 " ; 
1+ export  const  SDK_VERSION  =  "v0.6.75 " ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments