drizzle-kit 1.0.0-beta.1-388a474 → 1.0.0-beta.1-f654053
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
@@ -91958,7 +91958,7 @@ init_utils5();
|
|
91958
91958
|
var version2 = async () => {
|
91959
91959
|
const { npmVersion } = await ormCoreVersions();
|
91960
91960
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
91961
|
-
const envVersion = "1.0.0-beta.1-
|
91961
|
+
const envVersion = "1.0.0-beta.1-f654053";
|
91962
91962
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
91963
91963
|
const versions = `drizzle-kit: ${kitVersion}
|
91964
91964
|
${ormVersion}`;
|