@prisma/cli-init 0.0.0-dev.202506171841 → 0.0.0-dev.202506171842
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.202506171842";
|
|
348
348
|
|
|
349
349
|
// src/platform/_lib/userAgent.ts
|
|
350
350
|
var debug = Debug("prisma:cli:platform:_lib:userAgent");
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
printPpgInitOutput,
|
|
6
6
|
requestOrThrow,
|
|
7
7
|
successMessage
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3NINNG6I.js";
|
|
9
9
|
import {
|
|
10
10
|
Engine,
|
|
11
11
|
encodeAPIKey,
|
|
@@ -3395,7 +3395,7 @@ var Init = class _Init {
|
|
|
3395
3395
|
let generatedSchema;
|
|
3396
3396
|
let generatedName;
|
|
3397
3397
|
if (isPpgCommand) {
|
|
3398
|
-
const PlatformCommands = await import("./_-
|
|
3398
|
+
const PlatformCommands = await import("./_-G2BYVAK6.js");
|
|
3399
3399
|
const credentials = await credentialsFile.load();
|
|
3400
3400
|
if (internals.isError(credentials))
|
|
3401
3401
|
throw credentials;
|