@prisma/cli-init 0.0.0-dev.202510101240 → 0.0.0-dev.202510101313

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-AS5LY3M6.js";
18
+ } from "./chunk-4QC5HKUG.js";
19
19
  import "./chunk-YX4UTTNJ.js";
20
20
  export {
21
21
  __exports as Accelerate,
@@ -122858,7 +122858,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
122858
122858
  });
122859
122859
 
122860
122860
  // ../../dev/server/src/accelerate-qc.ts
122861
- var QueryPlanExecutor = __toESM(require_dist(), 1);
122861
+ var import_query_plan_executor = __toESM(require_dist(), 1);
122862
122862
  import { createMiddleware } from "hono/factory";
122863
122863
  var qpeRoutes = /^\/(connection-info|query|transaction\/(start|(.+\/(query|commit|rollback))))$/;
122864
122864
  var accelerateQcProxy = createMiddleware(async (ctx, next) => {
@@ -122871,22 +122871,22 @@ var accelerateQcProxy = createMiddleware(async (ctx, next) => {
122871
122871
  var server;
122872
122872
  async function getQpeServer(ctx) {
122873
122873
  if (server === void 0) {
122874
- server = await QueryPlanExecutor.Server.create({
122874
+ server = await import_query_plan_executor.Server.create({
122875
122875
  databaseUrl: ctx.get("db").connectionString,
122876
- maxResponseSize: QueryPlanExecutor.parseSize("128 MiB"),
122876
+ maxResponseSize: (0, import_query_plan_executor.parseSize)("128 MiB"),
122877
122877
  // TODO: there's some issue in the bundled QPE types:
122878
122878
  // ```
122879
122879
  // Unsafe assignment of an error typed value. (eslint @typescript-eslint/no-unsafe-assignment)
122880
122880
  // ```
122881
122881
  // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
122882
- queryTimeout: QueryPlanExecutor.parseDuration("PT5M"),
122882
+ queryTimeout: (0, import_query_plan_executor.parseDuration)("PT5M"),
122883
122883
  // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
122884
- maxTransactionTimeout: QueryPlanExecutor.parseDuration("PT5M"),
122884
+ maxTransactionTimeout: (0, import_query_plan_executor.parseDuration)("PT5M"),
122885
122885
  // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
122886
- maxTransactionWaitTime: QueryPlanExecutor.parseDuration("PT5M"),
122886
+ maxTransactionWaitTime: (0, import_query_plan_executor.parseDuration)("PT5M"),
122887
122887
  perRequestLogContext: {
122888
122888
  logFormat: "text",
122889
- logLevel: ctx.get("debug") ? "debug" : "warn"
122889
+ logLevel: ctx.get("debug") ? "debug" : "off"
122890
122890
  }
122891
122891
  });
122892
122892
  }
@@ -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.202510101240";
347
+ var version = "0.0.0-dev.202510101313";
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-AS5LY3M6.js";
31
+ } from "./chunk-4QC5HKUG.js";
32
32
  import {
33
33
  __commonJS,
34
34
  __require,
@@ -2646,7 +2646,7 @@ async function getApp(port, dbServer, serverState) {
2646
2646
  const [{ Hono }, { accelerateRoute }, { accelerateQcProxy }, { utilityRoute }] = await Promise.all([
2647
2647
  import("hono/tiny"),
2648
2648
  import("./accelerate-QZ3K5QFP.js"),
2649
- import("./accelerate-qc-ORGAM37O.js"),
2649
+ import("./accelerate-qc-AXNAA2VC.js"),
2650
2650
  import("./utility-W6LOZZIT.js")
2651
2651
  ]);
2652
2652
  const app = new Hono();
@@ -3410,7 +3410,7 @@ var Init = class _Init {
3410
3410
  let generatedSchema;
3411
3411
  let generatedName;
3412
3412
  if (isPpgCommand) {
3413
- const PlatformCommands = await import("./_-MSEGBH5Y.js");
3413
+ const PlatformCommands = await import("./_-D4QMXJVK.js");
3414
3414
  const credentials = await credentialsFile.load();
3415
3415
  if (internals.isError(credentials))
3416
3416
  throw credentials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202510101240",
3
+ "version": "0.0.0-dev.202510101313",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,