@prisma/cli-init 0.0.0-dev.202510020621 → 0.0.0-dev.202510020853

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-G5DUQKZG.js";
18
+ } from "./chunk-TEXYPGOZ.js";
19
19
  import "./chunk-YX4UTTNJ.js";
20
20
  export {
21
21
  __exports as Accelerate,
@@ -16,7 +16,7 @@ import {
16
16
  safeParse,
17
17
  string,
18
18
  union
19
- } from "./chunk-7C5I22R2.js";
19
+ } from "./chunk-XE2LPBET.js";
20
20
  import {
21
21
  __commonJS,
22
22
  __require,
@@ -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.202510020621";
347
+ var version = "0.0.0-dev.202510020853";
348
348
 
349
349
  // src/platform/_lib/userAgent.ts
350
350
  var debug = Debug("prisma:cli:platform:_lib:userAgent");
@@ -1632,9 +1632,9 @@ Received data: ${data}`
1632
1632
  console.debug("[Query Engine] cache directory path", cacheDirectoryPath);
1633
1633
  }
1634
1634
  await mkdir2(cacheDirectoryPath, { recursive: true });
1635
- const { binaryTarget } = this.#options.platform;
1636
- const extension = binaryTarget === "windows" ? ".exe" : "";
1637
- const engineBinaryPath = join(cacheDirectoryPath, `query-engine-${binaryTarget}${extension}`);
1635
+ const { platform } = this.#options.platform;
1636
+ const extension = platform === "windows" ? ".exe" : "";
1637
+ const engineBinaryPath = join(cacheDirectoryPath, `query-engine-${platform}${extension}`);
1638
1638
  if (this.#options.debug) {
1639
1639
  console.debug("[Query Engine] binary path", engineBinaryPath);
1640
1640
  }
package/dist/index.js CHANGED
@@ -21,14 +21,14 @@ import {
21
21
  url,
22
22
  withResolvers,
23
23
  y
24
- } from "./chunk-7C5I22R2.js";
24
+ } from "./chunk-XE2LPBET.js";
25
25
  import {
26
26
  credentialsFile,
27
27
  poll,
28
28
  printPpgInitOutput,
29
29
  requestOrThrow,
30
30
  successMessage
31
- } from "./chunk-G5DUQKZG.js";
31
+ } from "./chunk-TEXYPGOZ.js";
32
32
  import {
33
33
  __commonJS,
34
34
  __require,
@@ -2645,7 +2645,7 @@ async function getApp(port, dbServer, serverState) {
2645
2645
  const { debug } = serverState;
2646
2646
  const [{ Hono }, { accelerateRoute }, { utilityRoute }] = await Promise.all([
2647
2647
  import("hono/tiny"),
2648
- import("./accelerate-QZ3K5QFP.js"),
2648
+ import("./accelerate-XNYQGU23.js"),
2649
2649
  import("./utility-W6LOZZIT.js")
2650
2650
  ]);
2651
2651
  const app = new Hono();
@@ -3408,7 +3408,7 @@ var Init = class _Init {
3408
3408
  let generatedSchema;
3409
3409
  let generatedName;
3410
3410
  if (isPpgCommand) {
3411
- const PlatformCommands = await import("./_-XLS24FD3.js");
3411
+ const PlatformCommands = await import("./_-KOR7DW5W.js");
3412
3412
  const credentials = await credentialsFile.load();
3413
3413
  if (internals.isError(credentials))
3414
3414
  throw credentials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202510020621",
3
+ "version": "0.0.0-dev.202510020853",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,