drizzle-kit 0.21.0-57cc2fe → 0.21.1-674c9c2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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}`;
|