@prisma/cli-init 0.0.0-dev.202512161645 → 0.0.0-dev.202512161647

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3591,7 +3591,7 @@ model User {
3591
3591
  var defaultEnv = async (url2, debug3 = false, comments = true) => {
3592
3592
  if (url2 === void 0) {
3593
3593
  let created = false;
3594
- const state = await ServerState.fromServerDump({ debug: debug3 }) || (created = true, await ServerState.createExclusively({ persistenceMode: "stateful", debug: debug3 }));
3594
+ const state = await ServerState.fromServerDump({ debug: debug3 }) || (created = true, await ServerState.createExclusively({ debug: debug3, persistenceMode: "stateful" }));
3595
3595
  if (created) {
3596
3596
  await state.close();
3597
3597
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202512161645",
3
+ "version": "0.0.0-dev.202512161647",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,