drizzle-kit 0.26.2-31c8041 → 0.26.2-4cb1bdb
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
@@ -88513,7 +88513,7 @@ init_utils2();
|
|
88513
88513
|
var version2 = async () => {
|
88514
88514
|
const { npmVersion } = await ormCoreVersions();
|
88515
88515
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
88516
|
-
const envVersion = "0.26.2-
|
88516
|
+
const envVersion = "0.26.2-4cb1bdb";
|
88517
88517
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
88518
88518
|
const versions = `drizzle-kit: ${kitVersion}
|
88519
88519
|
${ormVersion}`;
|