drizzle-kit 0.23.0-eb2ca29 → 0.23.1-0be85c4
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
@@ -129448,7 +129448,7 @@ init_source();
|
|
129448
129448
|
var version2 = async () => {
|
129449
129449
|
const { npmVersion } = await ormCoreVersions();
|
129450
129450
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
129451
|
-
const envVersion = "0.23.
|
129451
|
+
const envVersion = "0.23.1";
|
129452
129452
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
129453
129453
|
const versions = `drizzle-kit: ${kitVersion}
|
129454
129454
|
${ormVersion}`;
|