drizzle-kit 0.30.4-98994dc → 0.30.4-ffb171d

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 (2) hide show
  1. package/bin.cjs +1 -1
  2. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -77580,7 +77580,7 @@ init_utils5();
77580
77580
  var version2 = async () => {
77581
77581
  const { npmVersion } = await ormCoreVersions();
77582
77582
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
77583
- const envVersion = "0.30.4-98994dc";
77583
+ const envVersion = "0.30.4-ffb171d";
77584
77584
  const kitVersion = envVersion ? `v${envVersion}` : "--";
77585
77585
  const versions = `drizzle-kit: ${kitVersion}
77586
77586
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.30.4-98994dc",
3
+ "version": "0.30.4-ffb171d",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",