drizzle-kit 0.28.0-cc4f208 → 0.28.1-cadba24
Sign up to get free protection for your applications and to get access to all the features.
- package/api.js +917 -702
- package/api.mjs +917 -702
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/bin.cjs
CHANGED
@@ -89049,7 +89049,7 @@ init_utils2();
|
|
89049
89049
|
var version2 = async () => {
|
89050
89050
|
const { npmVersion } = await ormCoreVersions();
|
89051
89051
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
89052
|
-
const envVersion = "0.28.
|
89052
|
+
const envVersion = "0.28.1-cadba24";
|
89053
89053
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
89054
89054
|
const versions = `drizzle-kit: ${kitVersion}
|
89055
89055
|
${ormVersion}`;
|