File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313}  from  'dot-prop' ; 
1414import  envPaths  from  'env-paths' ; 
1515import  { writeFileSync  as  atomicWriteFileSync }  from  'atomically' ; 
16- import  AjvModule ,   { type  ValidateFunction  as  AjvValidateFunction }  from  'ajv' ; 
16+ import  { Ajv2020   as   Ajv ,   type  ValidateFunction  as  AjvValidateFunction }  from  'ajv/dist/2020.js ' ; 
1717import  ajvFormatsModule  from  'ajv-formats' ; 
1818import  debounceFn  from  'debounce-fn' ; 
1919import  semver  from  'semver' ; 
@@ -35,7 +35,6 @@ import {
3535}  from  './types.js' ; 
3636
3737// FIXME: https://github.com/ajv-validator/ajv/issues/2047 
38- const  Ajv  =  AjvModule . default ; 
3938const  ajvFormats  =  ajvFormatsModule . default ; 
4039
4140const  encryptionAlgorithm  =  'aes-256-cbc' ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments