@prisma/cli-init 0.0.0-dev.202506252322 → 0.0.0-dev.202506252326

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-VYYOY3E3.js";
18
+ } from "./chunk-Q34XA5PT.js";
19
19
  import "./chunk-YX4UTTNJ.js";
20
20
  export {
21
21
  __exports as Accelerate,
@@ -14911,7 +14911,7 @@ function assertSchema(ctx) {
14911
14911
  async function overrideDatasource(base64Schema, connectionString, debug) {
14912
14912
  const schema = Buffer.from(base64Schema, "base64").toString("utf8");
14913
14913
  const schemaWithOverride = produceSchema(schema, (builder) => {
14914
- builder.drop("datasource").datasource('"postgresql"', connectionString.toString());
14914
+ builder.datasource('"postgresql"', connectionString.toString());
14915
14915
  });
14916
14916
  if (debug) {
14917
14917
  console.log("[Accelerate] schema with override:", schemaWithOverride);
@@ -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.202506252322";
347
+ var version = "0.0.0-dev.202506252326";
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-VYYOY3E3.js";
31
+ } from "./chunk-Q34XA5PT.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-6GRTHNLD.js"),
2648
+ import("./accelerate-XNYQGU23.js"),
2649
2649
  import("./utility-W6LOZZIT.js")
2650
2650
  ]);
2651
2651
  const app = new Hono();
@@ -3406,7 +3406,7 @@ var Init = class _Init {
3406
3406
  let generatedSchema;
3407
3407
  let generatedName;
3408
3408
  if (isPpgCommand) {
3409
- const PlatformCommands = await import("./_-YVX4YQTS.js");
3409
+ const PlatformCommands = await import("./_-GAWL67DE.js");
3410
3410
  const credentials = await credentialsFile.load();
3411
3411
  if (internals.isError(credentials))
3412
3412
  throw credentials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202506252322",
3
+ "version": "0.0.0-dev.202506252326",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,