drizzle-kit 0.25.0-26155b0 → 0.25.0-588085a
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
@@ -85354,7 +85354,7 @@ init_utils2();
|
|
85354
85354
|
var version2 = async () => {
|
85355
85355
|
const { npmVersion } = await ormCoreVersions();
|
85356
85356
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
85357
|
-
const envVersion = "0.25.0-
|
85357
|
+
const envVersion = "0.25.0-588085a";
|
85358
85358
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
85359
85359
|
const versions = `drizzle-kit: ${kitVersion}
|
85360
85360
|
${ormVersion}`;
|