@prisma/cli-init 0.0.0-dev.202505121428 → 0.0.0-dev.202505121430

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-L3FNUQRG.js";
17
+ } from "./chunk-MF36WAWE.js";
18
18
  export {
19
19
  __exports as Accelerate,
20
20
  __exports2 as Auth,
@@ -341,7 +341,7 @@ import { isError as isError3 } from "@prisma/internals";
341
341
  import * as Checkpoint from "checkpoint-client";
342
342
 
343
343
  // package.json
344
- var version = "0.0.0-dev.202505121428";
344
+ var version = "0.0.0-dev.202505121430";
345
345
 
346
346
  // platform/_lib/userAgent.ts
347
347
  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-L3FNUQRG.js";
7
+ } from "./chunk-MF36WAWE.js";
8
8
 
9
9
  // Init.ts
10
10
  import { confirm, input, select } from "@inquirer/prompts";
@@ -355,7 +355,7 @@ var Init = class _Init {
355
355
  let generatedSchema;
356
356
  let generatedName;
357
357
  if (isPpgCommand) {
358
- const PlatformCommands = await import("./_-QWJUYP5E.js");
358
+ const PlatformCommands = await import("./_-PF3OZ5EV.js");
359
359
  const credentials = await credentialsFile.load();
360
360
  if (isError(credentials))
361
361
  throw credentials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202505121428",
3
+ "version": "0.0.0-dev.202505121430",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,