drizzle-kit 0.20.5-fd4dd75 → 0.20.5

Sign up to get free protection for your applications and to get access to all the features.
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",