drizzle-kit 1.0.0-beta.1-af4c434 → 1.0.0-beta.1-661c295
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/api.js +938 -870
 - package/api.mjs +938 -870
 - package/bin.cjs +1 -1
 - package/package.json +1 -1
 
    
        package/bin.cjs
    CHANGED
    
    | 
         @@ -92669,7 +92669,7 @@ init_utils5(); 
     | 
|
| 
       92669 
92669 
     | 
    
         
             
            var version2 = async () => {
         
     | 
| 
       92670 
92670 
     | 
    
         
             
              const { npmVersion } = await ormCoreVersions();
         
     | 
| 
       92671 
92671 
     | 
    
         
             
              const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
         
     | 
| 
       92672 
     | 
    
         
            -
              const envVersion = "1.0.0-beta.1- 
     | 
| 
      
 92672 
     | 
    
         
            +
              const envVersion = "1.0.0-beta.1-661c295";
         
     | 
| 
       92673 
92673 
     | 
    
         
             
              const kitVersion = envVersion ? `v${envVersion}` : "--";
         
     | 
| 
       92674 
92674 
     | 
    
         
             
              const versions = `drizzle-kit: ${kitVersion}
         
     | 
| 
       92675 
92675 
     | 
    
         
             
            ${ormVersion}`;
         
     |