@prisma/cli-init 0.0.0-dev.202505121513 → 0.0.0-dev.202505121516
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.
|
@@ -341,7 +341,7 @@ import { isError as isError3 } from "@prisma/internals";
|
|
|
341
341
|
import * as Checkpoint from "checkpoint-client";
|
|
342
342
|
|
|
343
343
|
// package.json
|
|
344
|
-
var version = "0.0.0-dev.
|
|
344
|
+
var version = "0.0.0-dev.202505121516";
|
|
345
345
|
|
|
346
346
|
// src/platform/_lib/userAgent.ts
|
|
347
347
|
var debug = Debug("prisma:cli:platform:_lib:userAgent");
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
printPpgInitOutput,
|
|
5
5
|
requestOrThrow,
|
|
6
6
|
successMessage
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-WQQNNDUM.js";
|
|
8
8
|
|
|
9
9
|
// src/Init.ts
|
|
10
10
|
import { confirm, input, select } from "@inquirer/prompts";
|
|
@@ -355,7 +355,7 @@ var Init = class _Init {
|
|
|
355
355
|
let generatedSchema;
|
|
356
356
|
let generatedName;
|
|
357
357
|
if (isPpgCommand) {
|
|
358
|
-
const PlatformCommands = await import("./_-
|
|
358
|
+
const PlatformCommands = await import("./_-QJESZSSK.js");
|
|
359
359
|
const credentials = await credentialsFile.load();
|
|
360
360
|
if (isError(credentials))
|
|
361
361
|
throw credentials;
|