@prisma/cli-init 0.0.0-dev.202512162145 → 0.0.0-dev.202512162203

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.
@@ -16,7 +16,7 @@ import {
16
16
  safeParse,
17
17
  string,
18
18
  union
19
- } from "./chunk-YUEW437P.js";
19
+ } from "./chunk-7WBH7PZA.js";
20
20
  import {
21
21
  __commonJS,
22
22
  __require,
@@ -1505,7 +1505,7 @@ async function writeBinaryFile(buffer, path2) {
1505
1505
  await chmod(path2, "755");
1506
1506
  }
1507
1507
  async function streamAsTextTo(file, path2) {
1508
- await file.stream().pipeTo(WriteStream.toWeb(createWriteStream(path2, { encoding: "utf-8" })));
1508
+ await file.stream().pipeTo(WriteStream.toWeb(createWriteStream(path2, { encoding: "utf8" })));
1509
1509
  }
1510
1510
  function isFileNotFoundError(error) {
1511
1511
  return error != null && typeof error === "object" && "code" in error && error.code === "ENOENT";
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ import {
21
21
  url,
22
22
  withResolvers,
23
23
  y
24
- } from "./chunk-YUEW437P.js";
24
+ } from "./chunk-7WBH7PZA.js";
25
25
  import {
26
26
  __commonJS,
27
27
  __require,
@@ -2632,7 +2632,7 @@ async function getApp(port, dbServer, serverState) {
2632
2632
  const { debug: debug3 } = serverState;
2633
2633
  const [{ Hono }, { accelerateRoute }, { utilityRoute }] = await Promise.all([
2634
2634
  import("hono/tiny"),
2635
- import("./accelerate-FZIOLGZ4.js"),
2635
+ import("./accelerate-5VID4BSA.js"),
2636
2636
  import("./utility-QJR3G2JJ.js")
2637
2637
  ]);
2638
2638
  const app = new Hono();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202512162145",
3
+ "version": "0.0.0-dev.202512162203",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,