@prisma/orm-toolchain 8.0.0-rc.4-dev.5 → 8.0.0-rc.4-dev.6

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.
package/dist/cli.mjs CHANGED
@@ -32,8 +32,8 @@ import { applyEdits, modify, parse, printParseErrorCode } from "jsonc-parser";
32
32
  import stringWidth from "string-width";
33
33
  import { bold, createColors, cyan, cyanBright, dim, green, yellow } from "colorette";
34
34
  import { build } from "esbuild";
35
- //#region ../../../1-framework/3-tooling/cli/dist/load-config-BFTHpoHy.mjs
36
- var version = "8.0.0-rc.4-dev.5";
35
+ //#region ../../../1-framework/3-tooling/cli/dist/load-config-DM3BJwpl.mjs
36
+ var version = "8.0.0-rc.4-dev.6";
37
37
  const MISSING_CONFIG_ACTION = {
38
38
  kind: "run-command",
39
39
  label: "Create a config file",
@@ -5164,7 +5164,7 @@ const lspCommand = defineServerCommand({
5164
5164
  } },
5165
5165
  handler: async (args, io) => {
5166
5166
  const exitCode = await withoutClientProcessIdInArgv(async () => {
5167
- const { startServer } = await import("./exports-CN1Qe98l.mjs");
5167
+ const { startServer } = await import("./exports-Nw_TwRzx.mjs");
5168
5168
  return startServer({
5169
5169
  stdin: io.stdin,
5170
5170
  stdout: io.stdout,