@prisma/cli-init 0.0.0-dev.202510221443 → 0.0.0-dev.202510221454
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.
|
@@ -344,7 +344,7 @@ import internals5 from "@prisma/internals";
|
|
|
344
344
|
import * as Checkpoint from "checkpoint-client";
|
|
345
345
|
|
|
346
346
|
// package.json
|
|
347
|
-
var version = "0.0.0-dev.
|
|
347
|
+
var version = "0.0.0-dev.202510221454";
|
|
348
348
|
|
|
349
349
|
// src/platform/_lib/userAgent.ts
|
|
350
350
|
var debug = Debug("prisma:cli:platform:_lib:userAgent");
|
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
printPpgInitOutput,
|
|
29
29
|
requestOrThrow,
|
|
30
30
|
successMessage
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-DKOHRUS5.js";
|
|
32
32
|
import {
|
|
33
33
|
__commonJS,
|
|
34
34
|
__require,
|
|
@@ -3180,7 +3180,6 @@ ${previewFeatures.length > 0 ? ` previewFeatures = [${previewFeatures.map((feat
|
|
|
3180
3180
|
|
|
3181
3181
|
datasource db {
|
|
3182
3182
|
provider = "${datasourceProvider}"
|
|
3183
|
-
url = env("DATABASE_URL")
|
|
3184
3183
|
}
|
|
3185
3184
|
`;
|
|
3186
3185
|
if (withModel) {
|
|
@@ -3425,9 +3424,6 @@ var Init = class _Init {
|
|
|
3425
3424
|
const previewFeatures = args["--preview-feature"];
|
|
3426
3425
|
const output = args["--output"];
|
|
3427
3426
|
const isPpgCommand = args["--db"] || datasourceProvider === internals.PRISMA_POSTGRES_PROVIDER || args["--prompt"] || args["--vibe"];
|
|
3428
|
-
if (args["--debug"]) {
|
|
3429
|
-
console.log(`[isBun]`, isBun);
|
|
3430
|
-
}
|
|
3431
3427
|
let prismaPostgresDatabaseUrl;
|
|
3432
3428
|
let workspaceId = ``;
|
|
3433
3429
|
let projectId = ``;
|
|
@@ -3437,7 +3433,7 @@ var Init = class _Init {
|
|
|
3437
3433
|
let generatedSchema;
|
|
3438
3434
|
let generatedName;
|
|
3439
3435
|
if (isPpgCommand) {
|
|
3440
|
-
const PlatformCommands = await import("./_-
|
|
3436
|
+
const PlatformCommands = await import("./_-V5G5F24W.js");
|
|
3441
3437
|
const credentials = await credentialsFile.load();
|
|
3442
3438
|
if (internals.isError(credentials))
|
|
3443
3439
|
throw credentials;
|