drizzle-kit 1.0.0-beta.1-03aea0b → 1.0.0-beta.1-251c8ba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin.cjs +1 -1
 - package/package.json +1 -1
 
    
        package/bin.cjs
    CHANGED
    
    | 
         @@ -92729,7 +92729,7 @@ init_utils5(); 
     | 
|
| 
       92729 
92729 
     | 
    
         
             
            var version2 = async () => {
         
     | 
| 
       92730 
92730 
     | 
    
         
             
              const { npmVersion } = await ormCoreVersions();
         
     | 
| 
       92731 
92731 
     | 
    
         
             
              const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
         
     | 
| 
       92732 
     | 
    
         
            -
              const envVersion = "1.0.0-beta.1- 
     | 
| 
      
 92732 
     | 
    
         
            +
              const envVersion = "1.0.0-beta.1-251c8ba";
         
     | 
| 
       92733 
92733 
     | 
    
         
             
              const kitVersion = envVersion ? `v${envVersion}` : "--";
         
     | 
| 
       92734 
92734 
     | 
    
         
             
              const versions = `drizzle-kit: ${kitVersion}
         
     | 
| 
       92735 
92735 
     | 
    
         
             
            ${ormVersion}`;
         
     |