drizzle-kit 0.25.0-a345cb3 → 0.25.0-a9aca5c

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/bin.cjs +1 -1
  2. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -85354,7 +85354,7 @@ init_utils2();
85354
85354
  var version2 = async () => {
85355
85355
  const { npmVersion } = await ormCoreVersions();
85356
85356
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
85357
- const envVersion = "0.25.0-a345cb3";
85357
+ const envVersion = "0.25.0-a9aca5c";
85358
85358
  const kitVersion = envVersion ? `v${envVersion}` : "--";
85359
85359
  const versions = `drizzle-kit: ${kitVersion}
85360
85360
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.25.0-a345cb3",
3
+ "version": "0.25.0-a9aca5c",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",