drizzle-kit 1.0.0-beta.1-388a474 → 1.0.0-beta.1-f654053

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
@@ -91958,7 +91958,7 @@ init_utils5();
91958
91958
  var version2 = async () => {
91959
91959
  const { npmVersion } = await ormCoreVersions();
91960
91960
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
91961
- const envVersion = "1.0.0-beta.1-388a474";
91961
+ const envVersion = "1.0.0-beta.1-f654053";
91962
91962
  const kitVersion = envVersion ? `v${envVersion}` : "--";
91963
91963
  const versions = `drizzle-kit: ${kitVersion}
91964
91964
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "1.0.0-beta.1-388a474",
3
+ "version": "1.0.0-beta.1-f654053",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",