drizzle-kit 0.25.0-d11d7bb → 0.25.0-f026b0e
Sign up to get free protection for your applications and to get access to all the features.
- package/api.js +12081 -6421
- package/api.mjs +12090 -6431
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/bin.cjs
CHANGED
@@ -85222,7 +85222,7 @@ init_utils2();
|
|
85222
85222
|
var version2 = async () => {
|
85223
85223
|
const { npmVersion } = await ormCoreVersions();
|
85224
85224
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
85225
|
-
const envVersion = "0.25.0-
|
85225
|
+
const envVersion = "0.25.0-f026b0e";
|
85226
85226
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
85227
85227
|
const versions = `drizzle-kit: ${kitVersion}
|
85228
85228
|
${ormVersion}`;
|