drizzle-kit 0.25.0-26155b0 → 0.25.0-588085a
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
@@ -85354,7 +85354,7 @@ init_utils2();
|
|
85354
85354
|
var version2 = async () => {
|
85355
85355
|
const { npmVersion } = await ormCoreVersions();
|
85356
85356
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
85357
|
-
const envVersion = "0.25.0-
|
85357
|
+
const envVersion = "0.25.0-588085a";
|
85358
85358
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
85359
85359
|
const versions = `drizzle-kit: ${kitVersion}
|
85360
85360
|
${ormVersion}`;
|