@prisma/cli-init 0.0.0-dev.202511260009 → 0.0.0-dev.202511260043
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.202511260043";
|
|
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-D4S6YNOW.js";
|
|
32
32
|
import {
|
|
33
33
|
__commonJS,
|
|
34
34
|
__require,
|
|
@@ -3431,7 +3431,7 @@ var Init = class _Init {
|
|
|
3431
3431
|
let generatedSchema;
|
|
3432
3432
|
let generatedName;
|
|
3433
3433
|
if (isPpgCommand) {
|
|
3434
|
-
const PlatformCommands = await import("./_-
|
|
3434
|
+
const PlatformCommands = await import("./_-QIX3VPIO.js");
|
|
3435
3435
|
const credentials = await credentialsFile.load();
|
|
3436
3436
|
if (internals.isError(credentials))
|
|
3437
3437
|
throw credentials;
|