File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " @kentico/kontent-cli" 
3-   "version" : " 0.0.6 " 
3+   "version" : " 0.0.7 " 
44  "description" : " Command line interface tool that can be used for generating and running Kontent migration scripts" 
55  "main" : " ./lib/index.js" 
66  "types" : " ./lib/types/index.d.ts" 
4646  "dependencies" : {
4747    "chalk" : " ^2.4.2" 
4848    "yargs" : " ^14.2.0" 
49-     "@kentico/kontent-management" : " ~0.3.17 " 
49+     "@kentico/kontent-management" : " ~0.3.18 " 
5050  },
5151  "peerDependencies" : {
5252    "rxjs" : " ^6.5.3" 
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dotEnv.config();
1717export  const  createManagementClient  =  ( params : ICreateManagementClientParams ) : ManagementClient  =>  { 
1818    const  httpService  =  new  HttpService ( { 
1919        requestInterceptor : config  =>  { 
20+             config . maxContentLength  =  104857600 ; 
2021            config . headers [ 'X-KC-SOURCE' ]  =  `${ packageInfo . name } ${ packageInfo . version }  ; 
2122
2223            if  ( params . debugMode )  { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments