drizzle-kit 0.26.2-31c8041 → 0.26.2-4cb1bdb
Sign up to get free protection for your applications and to get access to all the features.
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/bin.cjs
CHANGED
@@ -88513,7 +88513,7 @@ init_utils2();
|
|
88513
88513
|
var version2 = async () => {
|
88514
88514
|
const { npmVersion } = await ormCoreVersions();
|
88515
88515
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
88516
|
-
const envVersion = "0.26.2-
|
88516
|
+
const envVersion = "0.26.2-4cb1bdb";
|
88517
88517
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
88518
88518
|
const versions = `drizzle-kit: ${kitVersion}
|
88519
88519
|
${ormVersion}`;
|