drizzle-kit 0.31.0-da9af74 → 0.31.0-e3d1c4f
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 +3022 -2791
- package/api.mjs +3022 -2790
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/bin.cjs
CHANGED
@@ -93117,7 +93117,7 @@ init_utils5();
|
|
93117
93117
|
var version2 = async () => {
|
93118
93118
|
const { npmVersion } = await ormCoreVersions();
|
93119
93119
|
const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
|
93120
|
-
const envVersion = "0.31.0-
|
93120
|
+
const envVersion = "0.31.0-e3d1c4f";
|
93121
93121
|
const kitVersion = envVersion ? `v${envVersion}` : "--";
|
93122
93122
|
const versions = `drizzle-kit: ${kitVersion}
|
93123
93123
|
${ormVersion}`;
|