drizzle-kit 1.0.0-beta.1-9557d38 → 1.0.0-beta.1-08e4e66
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
|
@@ -178423,7 +178423,7 @@ init_utils5();
|
|
|
178423
178423
|
var version4 = async () => {
|
|
178424
178424
|
const { npmVersion } = await ormCoreVersions();
|
|
178425
178425
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
|
178426
|
-
const envVersion = "1.0.0-beta.1-
|
|
178426
|
+
const envVersion = "1.0.0-beta.1-08e4e66";
|
|
178427
178427
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
|
178428
178428
|
const versions = `drizzle-kit: ${kitVersion}
|
|
178429
178429
|
${ormVersion}`;
|