@prisma/cli-init 0.0.0-dev.202505201418 → 0.0.0-dev.202505201609

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.
@@ -14,7 +14,7 @@ import {
14
14
  platformParameters,
15
15
  poll,
16
16
  printPpgInitOutput
17
- } from "./chunk-WUBG25F6.js";
17
+ } from "./chunk-2X2G6DUF.js";
18
18
  export {
19
19
  __exports as Accelerate,
20
20
  __exports2 as Auth,
@@ -345,7 +345,7 @@ import internals5 from "@prisma/internals";
345
345
  import * as Checkpoint from "checkpoint-client";
346
346
 
347
347
  // package.json
348
- var version = "0.0.0-dev.202505201418";
348
+ var version = "0.0.0-dev.202505201609";
349
349
 
350
350
  // src/platform/_lib/userAgent.ts
351
351
  var debug = Debug("prisma:cli:platform:_lib:userAgent");
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  printPpgInitOutput,
5
5
  requestOrThrow,
6
6
  successMessage
7
- } from "./chunk-WUBG25F6.js";
7
+ } from "./chunk-2X2G6DUF.js";
8
8
 
9
9
  // src/Init.ts
10
10
  import { confirm, input, select } from "@inquirer/prompts";
@@ -325,7 +325,7 @@ var Init = class _Init {
325
325
  let generatedSchema;
326
326
  let generatedName;
327
327
  if (isPpgCommand) {
328
- const PlatformCommands = await import("./_-ZK4PZ57Z.js");
328
+ const PlatformCommands = await import("./_-7F4WE2PO.js");
329
329
  const credentials = await credentialsFile.load();
330
330
  if (internals.isError(credentials))
331
331
  throw credentials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202505201418",
3
+ "version": "0.0.0-dev.202505201609",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,