drizzle-kit 0.25.0-d11d7bb → 0.25.0-ff1e9a5
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/api.js +12104 -6424
- package/api.mjs +12113 -6434
- 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-ff1e9a5";
|
85226
85226
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
85227
85227
|
const versions = `drizzle-kit: ${kitVersion}
|
85228
85228
|
${ormVersion}`;
|