drizzle-kit 0.20.5-fd4dd75 → 0.20.5

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 -3
  2. package/package.json +1 -1
package/bin.cjs CHANGED
@@ -63625,9 +63625,7 @@ var studioCommand = new import_commander.Command("studio").option("--port <port>
63625
63625
  {
63626
63626
  imports: ts.imports,
63627
63627
  declarations: ts.decalrations,
63628
- schemaEntry: `${ts.schemaEntry}
63629
-
63630
- ${relationsTs}`
63628
+ schemaEntry: ts.schemaEntry
63631
63629
  },
63632
63630
  Boolean(options.verbose)
63633
63631
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.20.5-fd4dd75",
3
+ "version": "0.20.5",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",