drizzle-kit 0.27.0-5ea5a84 → 0.27.0

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
@@ -88963,7 +88963,7 @@ init_utils2();
88963
88963
  var version2 = async () => {
88964
88964
  const { npmVersion } = await ormCoreVersions();
88965
88965
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
88966
- const envVersion = "0.27.0-5ea5a84";
88966
+ const envVersion = "0.27.0";
88967
88967
  const kitVersion = envVersion ? `v${envVersion}` : "--";
88968
88968
  const versions = `drizzle-kit: ${kitVersion}
88969
88969
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.27.0-5ea5a84",
3
+ "version": "0.27.0",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",