@prisma/orm-toolchain 8.0.0-rc.2-dev.1 → 8.0.0-rc.2-dev.2
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 +2 -2
- package/dist/cli.mjs.map +1 -1
- package/package.json +12 -12
package/dist/cli.mjs
CHANGED
|
@@ -32,8 +32,8 @@ import stringWidth from "string-width";
|
|
|
32
32
|
import { bold, createColors, cyan, cyanBright, dim, green, yellow } from "colorette";
|
|
33
33
|
import { pathToFileURL } from "node:url";
|
|
34
34
|
import { build } from "esbuild";
|
|
35
|
-
//#region ../../../1-framework/3-tooling/cli/dist/load-config-
|
|
36
|
-
var version = "8.0.0-rc.2-dev.
|
|
35
|
+
//#region ../../../1-framework/3-tooling/cli/dist/load-config-WlD6ov_k.mjs
|
|
36
|
+
var version = "8.0.0-rc.2-dev.2";
|
|
37
37
|
const MISSING_CONFIG_ACTION = {
|
|
38
38
|
kind: "run-command",
|
|
39
39
|
label: "Create a config file",
|