drizzle-kit 0.23.0-eb2ca29 → 0.23.1-0be85c4
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
@@ -129448,7 +129448,7 @@ init_source();
|
|
129448
129448
|
var version2 = async () => {
|
129449
129449
|
const { npmVersion } = await ormCoreVersions();
|
129450
129450
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
129451
|
-
const envVersion = "0.23.
|
129451
|
+
const envVersion = "0.23.1";
|
129452
129452
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
129453
129453
|
const versions = `drizzle-kit: ${kitVersion}
|
129454
129454
|
${ormVersion}`;
|