drizzle-kit 0.21.0-57cc2fe → 0.21.1-674c9c2
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
@@ -114297,7 +114297,7 @@ var printVersions = async () => {
|
|
114297
114297
|
var versions = async () => {
|
114298
114298
|
const { npmVersion } = await ormCoreVersions();
|
114299
114299
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
114300
|
-
const envVersion = "0.21.
|
114300
|
+
const envVersion = "0.21.1";
|
114301
114301
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
114302
114302
|
const versions2 = `drizzle-kit: ${kitVersion}
|
114303
114303
|
${ormVersion}`;
|