drizzle-kit 0.23.0-eb2ca29 → 0.23.1-0be85c4

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
@@ -129448,7 +129448,7 @@ init_source();
129448
129448
  var version2 = async () => {
129449
129449
  const { npmVersion } = await ormCoreVersions();
129450
129450
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
129451
- const envVersion = "0.23.0";
129451
+ const envVersion = "0.23.1";
129452
129452
  const kitVersion = envVersion ? `v${envVersion}` : "--";
129453
129453
  const versions = `drizzle-kit: ${kitVersion}
129454
129454
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.23.0-eb2ca29",
3
+ "version": "0.23.1-0be85c4",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",