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.
Files changed (4) hide show
  1. package/api.js +3022 -2791
  2. package/api.mjs +3022 -2790
  3. package/bin.cjs +1 -1
  4. 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-da9af74";
93120
+ const envVersion = "0.31.0-e3d1c4f";
93121
93121
  const kitVersion = envVersion ? `v${envVersion}` : "--";
93122
93122
  const versions = `drizzle-kit: ${kitVersion}
93123
93123
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.31.0-da9af74",
3
+ "version": "0.31.0-e3d1c4f",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",