drizzle-kit 0.20.5-fd4dd75 → 0.20.6-45489ee

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 +3 -5
  2. package/package.json +2 -2
package/bin.cjs CHANGED
@@ -62158,7 +62158,7 @@ init_source();
62158
62158
  // package.json
62159
62159
  var package_default = {
62160
62160
  name: "drizzle-kit",
62161
- version: "0.20.5",
62161
+ version: "0.20.6",
62162
62162
  repository: "https://github.com/drizzle-team/drizzle-kit-mirror",
62163
62163
  author: "Drizzle Team",
62164
62164
  license: "MIT",
@@ -62214,7 +62214,7 @@ var package_default = {
62214
62214
  ]
62215
62215
  },
62216
62216
  dependencies: {
62217
- "@drizzle-team/studio": "^0.0.34",
62217
+ "@drizzle-team/studio": "^0.0.35",
62218
62218
  "@esbuild-kit/esm-loader": "^2.5.5",
62219
62219
  camelcase: "^7.0.1",
62220
62220
  chalk: "^5.2.0",
@@ -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.6-45489ee",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  ]
57
57
  },
58
58
  "dependencies": {
59
- "@drizzle-team/studio": "^0.0.34",
59
+ "@drizzle-team/studio": "^0.0.35",
60
60
  "@esbuild-kit/esm-loader": "^2.5.5",
61
61
  "camelcase": "^7.0.1",
62
62
  "chalk": "^5.2.0",