@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.
@@ -15,7 +15,7 @@ import {
15
15
  platformParameters,
16
16
  poll,
17
17
  printPpgInitOutput
18
- } from "./chunk-WPWP63XM.js";
18
+ } from "./chunk-DKOHRUS5.js";
19
19
  import "./chunk-YX4UTTNJ.js";
20
20
  export {
21
21
  __exports as Accelerate,
@@ -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.202510221443";
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-WPWP63XM.js";
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("./_-NR7DADPJ.js");
3436
+ const PlatformCommands = await import("./_-V5G5F24W.js");
3441
3437
  const credentials = await credentialsFile.load();
3442
3438
  if (internals.isError(credentials))
3443
3439
  throw credentials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202510221443",
3
+ "version": "0.0.0-dev.202510221454",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,