@prisma/cli-init 0.0.0-dev.202508041646 → 0.0.0-dev.202508041650
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.202508041650";
|
|
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-UTAJ4I72.js";
|
|
32
32
|
import {
|
|
33
33
|
__commonJS,
|
|
34
34
|
__require,
|
|
@@ -3213,7 +3213,7 @@ model User {
|
|
|
3213
3213
|
var defaultEnv = async (url2, debug = false, comments = true) => {
|
|
3214
3214
|
if (url2 === void 0) {
|
|
3215
3215
|
let created = false;
|
|
3216
|
-
const state = await ServerState.fromServerDump({ debug }) || (created = true, await ServerState.createExclusively({ persistenceMode: "stateful" }));
|
|
3216
|
+
const state = await ServerState.fromServerDump({ debug }) || (created = true, await ServerState.createExclusively({ persistenceMode: "stateful", debug }));
|
|
3217
3217
|
if (created) {
|
|
3218
3218
|
await state.close();
|
|
3219
3219
|
}
|
|
@@ -3221,7 +3221,8 @@ var defaultEnv = async (url2, debug = false, comments = true) => {
|
|
|
3221
3221
|
databasePort: state.databasePort,
|
|
3222
3222
|
dryRun: true,
|
|
3223
3223
|
port: state.port,
|
|
3224
|
-
shadowDatabasePort: state.shadowDatabasePort
|
|
3224
|
+
shadowDatabasePort: state.shadowDatabasePort,
|
|
3225
|
+
debug
|
|
3225
3226
|
});
|
|
3226
3227
|
url2 = server.ppg.url;
|
|
3227
3228
|
}
|
|
@@ -3407,7 +3408,7 @@ var Init = class _Init {
|
|
|
3407
3408
|
let generatedSchema;
|
|
3408
3409
|
let generatedName;
|
|
3409
3410
|
if (isPpgCommand) {
|
|
3410
|
-
const PlatformCommands = await import("./_-
|
|
3411
|
+
const PlatformCommands = await import("./_-BARLDSWC.js");
|
|
3411
3412
|
const credentials = await credentialsFile.load();
|
|
3412
3413
|
if (internals.isError(credentials))
|
|
3413
3414
|
throw credentials;
|