drizzle-kit 0.27.0-5ea5a84 → 0.27.0
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
@@ -88963,7 +88963,7 @@ init_utils2();
|
|
88963
88963
|
var version2 = async () => {
|
88964
88964
|
const { npmVersion } = await ormCoreVersions();
|
88965
88965
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
88966
|
-
const envVersion = "0.27.0
|
88966
|
+
const envVersion = "0.27.0";
|
88967
88967
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
88968
88968
|
const versions = `drizzle-kit: ${kitVersion}
|
88969
88969
|
${ormVersion}`;
|