drizzle-kit 0.30.4-98994dc → 0.30.4-ffb171d
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
@@ -77580,7 +77580,7 @@ init_utils5();
|
|
77580
77580
|
var version2 = async () => {
|
77581
77581
|
const { npmVersion } = await ormCoreVersions();
|
77582
77582
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
77583
|
-
const envVersion = "0.30.4-
|
77583
|
+
const envVersion = "0.30.4-ffb171d";
|
77584
77584
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
77585
77585
|
const versions = `drizzle-kit: ${kitVersion}
|
77586
77586
|
${ormVersion}`;
|