@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.
- package/dist/{_-CMPFZHQW.js → _-2OIXXGR3.js} +3 -1
- package/dist/accelerate-XNYQGU23.js +15075 -0
- package/dist/{chunk-IWZZPMCO.js → chunk-FY2W4YAF.js} +5 -6
- package/dist/chunk-XE2LPBET.js +1763 -0
- package/dist/chunk-YX4UTTNJ.js +44 -0
- package/dist/index.js +3129 -46
- package/dist/utility-W6LOZZIT.js +21 -0
- package/package.json +2 -2
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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.
|
|
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");
|