@prisma/cli-init 0.3.0 → 0.4.1

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.
@@ -1,8 +1,7 @@
1
- var __defProp = Object.defineProperty;
2
- var __export = (target, all) => {
3
- for (var name in all)
4
- __defProp(target, name, { get: all[name], enumerable: true });
5
- };
1
+ import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ __export
4
+ } from "./chunk-YX4UTTNJ.js";
6
5
 
7
6
  // src/platform/_lib/utils.ts
8
7
  import internals2 from "@prisma/internals";
@@ -345,7 +344,7 @@ import internals5 from "@prisma/internals";
345
344
  import * as Checkpoint from "checkpoint-client";
346
345
 
347
346
  // package.json
348
- var version = "0.3.0";
347
+ var version = "0.4.1";
349
348
 
350
349
  // src/platform/_lib/userAgent.ts
351
350
  var debug = Debug("prisma:cli:platform:_lib:userAgent");