drizzle-kit 1.0.0-beta.1-a7dd17f → 1.0.0-beta.1-578e9fd
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
@@ -93920,7 +93920,7 @@ init_utils5();
|
|
93920
93920
|
var version2 = async () => {
|
93921
93921
|
const { npmVersion } = await ormCoreVersions();
|
93922
93922
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
93923
|
-
const envVersion = "1.0.0-beta.1-
|
93923
|
+
const envVersion = "1.0.0-beta.1-578e9fd";
|
93924
93924
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
93925
93925
|
const versions = `drizzle-kit: ${kitVersion}
|
93926
93926
|
${ormVersion}`;
|