drizzle-kit 0.27.1-cfa88dd → 0.27.1-e1194ce
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
@@ -88963,7 +88963,7 @@ init_utils2();
|
|
88963
88963
|
var version2 = async () => {
|
88964
88964
|
const { npmVersion } = await ormCoreVersions();
|
88965
88965
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
88966
|
-
const envVersion = "0.27.1-
|
88966
|
+
const envVersion = "0.27.1-e1194ce";
|
88967
88967
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
88968
88968
|
const versions = `drizzle-kit: ${kitVersion}
|
88969
88969
|
${ormVersion}`;
|