@prisma/internals 6.14.0-integration-feat-prisma-client-cjs-fixes.2 → 6.14.0-integration-engines-6-14-0-21-push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4.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/{chunk-KNUSDGFT.js → chunk-25ZYKL6G.js} +8 -8
- package/dist/{chunk-XLPPGCBH.js → chunk-46ABODUM.js} +11 -8
- package/dist/{chunk-HOKE4PNO.js → chunk-4UZAEMLT.js} +8 -8
- package/dist/{chunk-WDTSLQEN.js → chunk-5KDGMEAP.js} +5 -5
- package/dist/{chunk-NEBZ3DZA.js → chunk-7KN54PF2.js} +21 -21
- package/dist/{chunk-54FPKE23.js → chunk-AA6INT65.js} +8 -8
- package/dist/{chunk-HPK3ZFJD.js → chunk-BPNHTISD.js} +8 -8
- package/dist/{chunk-GS5UUU42.js → chunk-EHKH2HFN.js} +8 -8
- package/dist/{chunk-N24DSOPZ.js → chunk-ER6ZZFSJ.js} +6 -6
- package/dist/{chunk-7BT2LQT2.js → chunk-FBBKXUNH.js} +21 -21
- package/dist/{chunk-I27JP56G.js → chunk-FG3L6VW6.js} +5 -5
- package/dist/{chunk-SSYJ4SOR.js → chunk-FI3YUB6S.js} +7 -7
- package/dist/{chunk-NFGMBIG6.js → chunk-G2JAHDSB.js} +5 -5
- package/dist/{chunk-DSO67UTE.js → chunk-GN6I3HBG.js} +5 -5
- package/dist/{chunk-CILEY36B.js → chunk-HCIV233Z.js} +549 -5193
- package/dist/{chunk-VW2MSTIC.js → chunk-JTZRX5XH.js} +5 -5
- package/dist/{chunk-M6KROUTV.js → chunk-JZA6HDZD.js} +7 -7
- package/dist/{chunk-YDFZZXEF.js → chunk-NPNKHOCI.js} +8 -8
- package/dist/{chunk-DUMI3WWW.js → chunk-NZ57TZVJ.js} +5 -5
- package/dist/{chunk-7IHX6YK5.js → chunk-PCMIQARD.js} +5 -5
- package/dist/{chunk-VXUA6PHH.js → chunk-PZMRR772.js} +5 -5
- package/dist/{chunk-UZTXEBTM.js → chunk-RBDYOTWB.js} +10 -6
- package/dist/{chunk-67I7CEQJ.js → chunk-UMM35VP5.js} +3 -4
- package/dist/{chunk-LI2A3BW3.js → chunk-XC32E7OZ.js} +7 -7
- package/dist/{chunk-O7PJNCEU.js → chunk-YT7XUADW.js} +5 -5
- package/dist/cli/checkUnsupportedDataProxy.js +17 -19
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +17 -19
- package/dist/cli/schemaContext.js +17 -19
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +16 -18
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +25 -27
- package/dist/engine-commands/lintSchema.js +8 -8
- package/dist/engine-commands/mergeSchemas.js +7 -7
- package/dist/engine-commands/validate.js +7 -7
- package/dist/get-generators/getGenerators.js +19 -21
- package/dist/getPackedPackage.js +3 -5
- package/dist/index.js +41 -43
- package/dist/resolvePkg.js +2 -2
- package/dist/tracing/types.d.ts +0 -1
- package/dist/utils/getEnvPaths.js +2 -3
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/isValidJsIdentifier.js +2 -3
- package/dist/utils/loadEnvFile.js +3 -4
- package/dist/wasm.js +5 -5
- package/package.json +14 -14
- package/dist/chunk-JYMY3OAI.js +0 -29
- package/dist/chunk-LWJT6EL5.js +0 -27
|
@@ -16,20 +16,20 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_FG3L6VW6_exports = {};
|
|
20
|
+
__export(chunk_FG3L6VW6_exports, {
|
|
21
21
|
getLintWarnings: () => getLintWarnings,
|
|
22
22
|
getLintWarningsAsText: () => getLintWarningsAsText,
|
|
23
23
|
handleLintPanic: () => handleLintPanic,
|
|
24
24
|
lintSchema: () => lintSchema,
|
|
25
25
|
warningToString: () => warningToString
|
|
26
26
|
});
|
|
27
|
-
module.exports = __toCommonJS(
|
|
28
|
-
var
|
|
27
|
+
module.exports = __toCommonJS(chunk_FG3L6VW6_exports);
|
|
28
|
+
var import_chunk_JTZRX5XH = require("./chunk-JTZRX5XH.js");
|
|
29
29
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
30
30
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
31
31
|
function lintSchema({ schemas }) {
|
|
32
|
-
const lintResult =
|
|
32
|
+
const lintResult = import_chunk_JTZRX5XH.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
|
33
33
|
const lintDiagnostics = JSON.parse(lintResult);
|
|
34
34
|
return lintDiagnostics;
|
|
35
35
|
}
|
|
@@ -16,17 +16,17 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_FI3YUB6S_exports = {};
|
|
20
|
+
__export(chunk_FI3YUB6S_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_FI3YUB6S_exports);
|
|
24
24
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
25
25
|
var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
26
26
|
"package.json"(exports, module2) {
|
|
27
27
|
module2.exports = {
|
|
28
28
|
name: "@prisma/internals",
|
|
29
|
-
version: "6.14.0-integration-
|
|
29
|
+
version: "6.14.0-integration-engines-6-14-0-21-push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4.1",
|
|
30
30
|
description: "This package is intended for Prisma's internal use",
|
|
31
31
|
main: "dist/index.js",
|
|
32
32
|
types: "dist/index.d.ts",
|
|
@@ -65,6 +65,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
65
65
|
"checkpoint-client": "1.1.33",
|
|
66
66
|
"cli-truncate": "4.0.0",
|
|
67
67
|
dotenv: "16.5.0",
|
|
68
|
+
empathic: "2.0.0",
|
|
68
69
|
esbuild: "0.25.5",
|
|
69
70
|
"escape-string-regexp": "5.0.0",
|
|
70
71
|
execa: "5.1.1",
|
|
@@ -88,7 +89,6 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
88
89
|
"npm-packlist": "5.1.3",
|
|
89
90
|
open: "7.4.2",
|
|
90
91
|
"p-map": "4.0.0",
|
|
91
|
-
"read-package-up": "11.0.0",
|
|
92
92
|
resolve: "1.22.10",
|
|
93
93
|
"string-width": "7.2.0",
|
|
94
94
|
"strip-ansi": "6.0.1",
|
|
@@ -113,8 +113,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
113
113
|
"@prisma/generator": "workspace:*",
|
|
114
114
|
"@prisma/generator-helper": "workspace:*",
|
|
115
115
|
"@prisma/get-platform": "workspace:*",
|
|
116
|
-
"@prisma/prisma-schema-wasm": "6.14.0-
|
|
117
|
-
"@prisma/schema-engine-wasm": "6.14.0-
|
|
116
|
+
"@prisma/prisma-schema-wasm": "6.14.0-21.push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4",
|
|
117
|
+
"@prisma/schema-engine-wasm": "6.14.0-21.push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4",
|
|
118
118
|
"@prisma/schema-files-loader": "workspace:*",
|
|
119
119
|
arg: "5.0.2",
|
|
120
120
|
prompts: "2.4.2"
|
|
@@ -16,15 +16,15 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_G2JAHDSB_exports = {};
|
|
20
|
+
__export(chunk_G2JAHDSB_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_G2JAHDSB_exports);
|
|
24
|
+
var import_chunk_NZ57TZVJ = require("./chunk-NZ57TZVJ.js");
|
|
25
25
|
var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
|
|
26
26
|
function addVersionDetailsToErrorMessage(message) {
|
|
27
|
-
const rows = [["Prisma CLI Version",
|
|
27
|
+
const rows = [["Prisma CLI Version", import_chunk_NZ57TZVJ.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
|
@@ -16,11 +16,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_GN6I3HBG_exports = {};
|
|
20
|
+
__export(chunk_GN6I3HBG_exports, {
|
|
21
21
|
version: () => version
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var packageJson = (0,
|
|
23
|
+
module.exports = __toCommonJS(chunk_GN6I3HBG_exports);
|
|
24
|
+
var import_chunk_ER6ZZFSJ = require("./chunk-ER6ZZFSJ.js");
|
|
25
|
+
var packageJson = (0, import_chunk_ER6ZZFSJ.require_package)();
|
|
26
26
|
var version = packageJson.version;
|