drizzle-kit 1.0.0-beta.1-9557d38 → 1.0.0-beta.1-08e4e66

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
@@ -178423,7 +178423,7 @@ init_utils5();
178423
178423
  var version4 = async () => {
178424
178424
  const { npmVersion } = await ormCoreVersions();
178425
178425
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
178426
- const envVersion = "1.0.0-beta.1-9557d38";
178426
+ const envVersion = "1.0.0-beta.1-08e4e66";
178427
178427
  const kitVersion = envVersion ? `v${envVersion}` : "--";
178428
178428
  const versions = `drizzle-kit: ${kitVersion}
178429
178429
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "1.0.0-beta.1-9557d38",
3
+ "version": "1.0.0-beta.1-08e4e66",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",