drizzle-kit 0.26.2-31c8041 → 0.26.2-4cb1bdb

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
@@ -88513,7 +88513,7 @@ init_utils2();
88513
88513
  var version2 = async () => {
88514
88514
  const { npmVersion } = await ormCoreVersions();
88515
88515
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
88516
- const envVersion = "0.26.2-31c8041";
88516
+ const envVersion = "0.26.2-4cb1bdb";
88517
88517
  const kitVersion = envVersion ? `v${envVersion}` : "--";
88518
88518
  const versions = `drizzle-kit: ${kitVersion}
88519
88519
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.26.2-31c8041",
3
+ "version": "0.26.2-4cb1bdb",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",