drizzle-kit 0.27.1-cfa88dd → 0.27.1-e1194ce

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
@@ -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.1-cfa88dd";
88966
+ const envVersion = "0.27.1-e1194ce";
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.1-cfa88dd",
3
+ "version": "0.27.1-e1194ce",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",