@prisma/internals 6.19.0-integration-next.12 → 6.19.0-integration-feat-remove-library-engine.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-FC6CQUSK.js → chunk-22HIO2UL.js} +7 -7
- package/dist/{chunk-JOIIWB3U.js → chunk-2LOGW45F.js} +68 -33
- package/dist/{chunk-BVJP43JS.js → chunk-32LLAKF4.js} +13 -784
- package/dist/{chunk-AX5N26KG.js → chunk-33K2EQQZ.js} +10 -10
- package/dist/{chunk-I6WLABB2.js → chunk-3WXUQZS7.js} +14 -5
- package/dist/{chunk-B22EOFPW.js → chunk-5I4ERIIY.js} +3 -6
- package/dist/{chunk-5XFNC2RY.js → chunk-5MHUYAV3.js} +9 -9
- package/dist/{chunk-GHW2QHSJ.js → chunk-AQ2QRXAM.js} +7 -7
- package/dist/{chunk-GSH4BXBI.js → chunk-BUQN4WLU.js} +6 -6
- package/dist/{chunk-HHG4DGHC.js → chunk-CGLLQXZE.js} +11 -12
- package/dist/{chunk-MPUM63MN.js → chunk-CJXYAE63.js} +5 -5
- package/dist/{chunk-HD2CUQO5.js → chunk-DDPSHUGC.js} +7 -7
- package/dist/{chunk-CAYOFOK7.js → chunk-DPCJTLZB.js} +8 -8
- package/dist/chunk-DYV47NUW.js +796 -0
- package/dist/{chunk-34LJMILK.js → chunk-ENSTA5BR.js} +5 -5
- package/dist/{chunk-M3OJAEWR.js → chunk-EQCNGCBN.js} +8 -8
- package/dist/{chunk-IDINCQMN.js → chunk-FF7OLLBP.js} +12 -784
- package/dist/{chunk-VRGMXDRD.js → chunk-GJSFP4V4.js} +3 -6
- package/dist/{chunk-MURRA56K.js → chunk-GOBSH7KK.js} +5 -5
- package/dist/{chunk-SRZLJFU4.js → chunk-H5STSTVK.js} +7 -16
- package/dist/{chunk-7QC5VORA.js → chunk-H6PPJ5PX.js} +7 -7
- package/dist/{chunk-FYZCPL2Z.js → chunk-HNRMSI3R.js} +5 -8
- package/dist/{chunk-BJUIZZOW.js → chunk-HUWPK3JK.js} +32 -47
- package/dist/{chunk-D4VDA2TZ.js → chunk-IRWX4FCC.js} +6 -6
- package/dist/{chunk-KIFFN3IT.js → chunk-IU77SCOB.js} +9 -9
- package/dist/{chunk-HZ6U2UGL.js → chunk-JAPMBAH4.js} +8 -8
- package/dist/{chunk-NVNI2SRU.js → chunk-KNNTV7IN.js} +687 -213
- package/dist/{chunk-HQAD5FY2.js → chunk-KX7TWSN7.js} +5 -5
- package/dist/{chunk-YOPDGHU7.js → chunk-LQIZ6LUX.js} +32 -47
- package/dist/{chunk-VIEJEAGW.js → chunk-MBVCEWIU.js} +5 -5
- package/dist/{chunk-5AI4FIZ3.js → chunk-MEOOYUIZ.js} +10 -10
- package/dist/{chunk-TQFONRJP.js → chunk-MXAUURHG.js} +5 -5
- package/dist/{chunk-VAHOQVFX.js → chunk-NKHMKW44.js} +5 -5
- package/dist/{chunk-OUIUEMSH.js → chunk-NYK3WNI7.js} +8 -8
- package/dist/{chunk-EGJS32NP.js → chunk-O2SQX5UZ.js} +8 -8
- package/dist/{chunk-FCYHZHVW.js → chunk-R3J2O23S.js} +4 -4
- package/dist/{chunk-XTWFEQXH.js → chunk-RKD25AFG.js} +5 -5
- package/dist/{chunk-3AVLRMFL.js → chunk-TRKBPEU4.js} +6 -6
- package/dist/{chunk-75BIJ5PX.js → chunk-UB2X7DGZ.js} +9 -9
- package/dist/{chunk-S553BGWR.js → chunk-UU3BLTM2.js} +5 -5
- package/dist/{chunk-TQCLUNM2.js → chunk-VNIE2AZB.js} +4 -4
- package/dist/{chunk-UHI6VYFX.js → chunk-WJKBKH3Y.js} +5 -5
- package/dist/{chunk-5ITVWGE7.js → chunk-WPXOKUNQ.js} +5 -5
- package/dist/{chunk-RO4FBYFK.js → chunk-YQ2FQ7HK.js} +8 -8
- package/dist/cli/checkUnsupportedDataProxy.js +47 -49
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +47 -49
- package/dist/cli/schemaContext.js +47 -49
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +46 -48
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/getEngineVersion.js +6 -9
- package/dist/engine-commands/getEnginesInfo.js +7 -9
- package/dist/engine-commands/index.js +58 -60
- 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/errorReporting.js +6 -6
- package/dist/get-generators/getGenerators.js +49 -51
- package/dist/get-generators/utils/binaryTypeToEngineType.js +2 -2
- package/dist/get-generators/utils/engineTypeToBinaryType.js +2 -2
- package/dist/get-generators/utils/getBinaryPathsByVersion.js +6 -5
- package/dist/getPackedPackage.js +4 -3
- package/dist/highlight/highlight.js +5 -5
- package/dist/index.d.ts +1 -4
- package/dist/index.js +88 -95
- package/dist/{multipart-parser-3AFJFP6K.js → multipart-parser-UV3WZSWW.js} +6 -6
- package/dist/resolveBinary.js +8 -7
- package/dist/schemaEngineCommands.js +9 -8
- package/dist/sendPanic.js +4 -4
- package/dist/utils/canPrompt.js +3 -3
- package/dist/utils/cloudflareD1.js +3 -3
- package/dist/utils/drawBox.js +2 -2
- package/dist/utils/fs-functional.js +10 -10
- package/dist/utils/fs-utils.js +8 -8
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +8 -8
- package/dist/utils/link.js +2 -2
- package/dist/utils/missingDatasource.js +5 -5
- package/dist/utils/missingGeneratorMessage.js +7 -7
- package/dist/wasm.js +5 -5
- package/package.json +13 -13
- package/dist/chunk-6TTRTZXU.js +0 -37
- package/dist/chunk-DZYINYAA.js +0 -68
- package/dist/chunk-FUYRCYVL.js +0 -53
- package/dist/client/getClientEngineType.d.ts +0 -6
- package/dist/client/getClientEngineType.js +0 -26
- package/dist/utils/handleEngineLoadingErrors.d.ts +0 -8
- package/dist/utils/handleEngineLoadingErrors.js +0 -27
- package/dist/utils/load.d.ts +0 -6
- package/dist/utils/load.js +0 -28
|
@@ -26,15 +26,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_KX7TWSN7_exports = {};
|
|
30
|
+
__export(chunk_KX7TWSN7_exports, {
|
|
31
31
|
prismaSchemaWasm: () => import_prisma_schema_wasm.default,
|
|
32
32
|
prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
|
|
33
33
|
schemaEngineWasmVersion: () => schemaEngineWasmVersion,
|
|
34
34
|
wasm_exports: () => wasm_exports
|
|
35
35
|
});
|
|
36
|
-
module.exports = __toCommonJS(
|
|
37
|
-
var
|
|
36
|
+
module.exports = __toCommonJS(chunk_KX7TWSN7_exports);
|
|
37
|
+
var import_chunk_TRKBPEU4 = require("./chunk-TRKBPEU4.js");
|
|
38
38
|
var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
|
|
39
39
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
40
40
|
var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
|
|
@@ -46,6 +46,6 @@ var wasm_exports = {};
|
|
|
46
46
|
});
|
|
47
47
|
var globalWithPanicRegistry = globalThis;
|
|
48
48
|
globalWithPanicRegistry.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_WXRVYSYN.WasmPanicRegistry();
|
|
49
|
-
var { dependencies } = (0,
|
|
49
|
+
var { dependencies } = (0, import_chunk_TRKBPEU4.require_package)();
|
|
50
50
|
var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
|
|
51
51
|
var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
|
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_LQIZ6LUX_exports = {};
|
|
30
|
+
__export(chunk_LQIZ6LUX_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -36,40 +36,37 @@ __export(chunk_YOPDGHU7_exports, {
|
|
|
36
36
|
getBinaryTargetForCurrentPlatform: () => import_get_platform2.getBinaryTargetForCurrentPlatform,
|
|
37
37
|
getGenerator: () => getGenerator,
|
|
38
38
|
getGenerators: () => getGenerators,
|
|
39
|
-
getNodeAPIName: () => import_get_platform2.getNodeAPIName,
|
|
40
39
|
knownBinaryTargets: () => knownBinaryTargets,
|
|
41
40
|
loadSchemaContext: () => loadSchemaContext,
|
|
42
41
|
processSchemaResult: () => processSchemaResult,
|
|
43
42
|
skipIndex: () => skipIndex
|
|
44
43
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
44
|
+
module.exports = __toCommonJS(chunk_LQIZ6LUX_exports);
|
|
45
|
+
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
|
46
|
+
var import_chunk_5MHUYAV3 = require("./chunk-5MHUYAV3.js");
|
|
46
47
|
var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
|
|
47
48
|
var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
|
|
48
|
-
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
|
49
|
-
var import_chunk_5XFNC2RY = require("./chunk-5XFNC2RY.js");
|
|
50
|
-
var import_chunk_B22EOFPW = require("./chunk-B22EOFPW.js");
|
|
51
49
|
var import_chunk_GXW4NTU2 = require("./chunk-GXW4NTU2.js");
|
|
52
50
|
var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
|
|
53
|
-
var
|
|
54
|
-
var
|
|
51
|
+
var import_chunk_H6PPJ5PX = require("./chunk-H6PPJ5PX.js");
|
|
52
|
+
var import_chunk_33K2EQQZ = require("./chunk-33K2EQQZ.js");
|
|
55
53
|
var import_chunk_6QTN4DDB = require("./chunk-6QTN4DDB.js");
|
|
56
|
-
var
|
|
54
|
+
var import_chunk_3WXUQZS7 = require("./chunk-3WXUQZS7.js");
|
|
57
55
|
var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
|
|
58
|
-
var
|
|
59
|
-
var
|
|
60
|
-
var
|
|
61
|
-
var
|
|
56
|
+
var import_chunk_YQ2FQ7HK = require("./chunk-YQ2FQ7HK.js");
|
|
57
|
+
var import_chunk_O2SQX5UZ = require("./chunk-O2SQX5UZ.js");
|
|
58
|
+
var import_chunk_MBVCEWIU = require("./chunk-MBVCEWIU.js");
|
|
59
|
+
var import_chunk_DDPSHUGC = require("./chunk-DDPSHUGC.js");
|
|
62
60
|
var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
|
|
63
|
-
var
|
|
61
|
+
var import_chunk_KX7TWSN7 = require("./chunk-KX7TWSN7.js");
|
|
64
62
|
var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
|
|
65
63
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
|
66
|
-
var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
|
|
67
64
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
68
65
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
69
66
|
var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
|
|
70
67
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
71
68
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
72
|
-
var
|
|
69
|
+
var import_chunk_32LLAKF4 = require("./chunk-32LLAKF4.js");
|
|
73
70
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
74
71
|
var import_path = __toESM(require("path"));
|
|
75
72
|
var import_debug = __toESM(require("@prisma/debug"));
|
|
@@ -82,7 +79,7 @@ var forbiddenCmdFlagWithSchemaEngineWasm = ({ cmd, flag }) => `
|
|
|
82
79
|
Passing the ${(0, import_chunk_PG5FDKSF.green)(`${flag}`)} flag to the ${(0, import_chunk_PG5FDKSF.green)(`prisma ${cmd}`)} command is not supported when
|
|
83
80
|
defining an ${(0, import_chunk_PG5FDKSF.green)(`adapter`)} in Prisma config file (e.g., ${(0, import_chunk_PG5FDKSF.green)(`\`prisma.config.ts\``)}).
|
|
84
81
|
|
|
85
|
-
More information about this limitation: ${(0,
|
|
82
|
+
More information about this limitation: ${(0, import_chunk_3WXUQZS7.link)("https://pris.ly/d/schema-engine-limitations")}
|
|
86
83
|
`;
|
|
87
84
|
function checkUnsupportedSchemaEngineWasm({
|
|
88
85
|
cmd,
|
|
@@ -103,7 +100,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
|
103
100
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
104
101
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
105
102
|
handleFormatPanic(() => {
|
|
106
|
-
|
|
103
|
+
import_chunk_KX7TWSN7.prismaSchemaWasm.debug_panic();
|
|
107
104
|
});
|
|
108
105
|
}
|
|
109
106
|
const defaultFormattingOptions = {
|
|
@@ -120,10 +117,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
|
120
117
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
|
121
118
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
|
122
119
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
123
|
-
const lintDiagnostics2 = (0,
|
|
120
|
+
const lintDiagnostics2 = (0, import_chunk_MBVCEWIU.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
124
121
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
125
122
|
});
|
|
126
|
-
const lintWarnings = (0,
|
|
123
|
+
const lintWarnings = (0, import_chunk_MBVCEWIU.getLintWarningsAsText)(lintDiagnostics);
|
|
127
124
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
|
128
125
|
console.warn(lintWarnings);
|
|
129
126
|
}
|
|
@@ -150,7 +147,7 @@ function handleFormatPanic(tryCb) {
|
|
|
150
147
|
}
|
|
151
148
|
}
|
|
152
149
|
function formatWasm(schema, documentFormattingParams) {
|
|
153
|
-
const formattedSchema =
|
|
150
|
+
const formattedSchema = import_chunk_KX7TWSN7.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
154
151
|
return formattedSchema;
|
|
155
152
|
}
|
|
156
153
|
async function loadSchemaContext({
|
|
@@ -190,7 +187,7 @@ async function processSchemaResult({
|
|
|
190
187
|
if (printLoadMessage) {
|
|
191
188
|
(0, import_chunk_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
192
189
|
}
|
|
193
|
-
const configFromPsl = await (0,
|
|
190
|
+
const configFromPsl = await (0, import_chunk_YQ2FQ7HK.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
194
191
|
const datasourceFromPsl = configFromPsl.datasources.at(0);
|
|
195
192
|
const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
|
|
196
193
|
const { url, directUrl, shadowDatabaseUrl } = datasource;
|
|
@@ -223,7 +220,7 @@ function getPrimaryDatasourceDirectory(primaryDatasource) {
|
|
|
223
220
|
}
|
|
224
221
|
return null;
|
|
225
222
|
}
|
|
226
|
-
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0,
|
|
223
|
+
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_32LLAKF4.require_p_map)());
|
|
227
224
|
var debug2 = (0, import_debug2.default)("prisma:getGenerators");
|
|
228
225
|
async function getGenerators(options) {
|
|
229
226
|
if (options.registry === void 0 && options.providerAliases !== void 0) {
|
|
@@ -256,19 +253,19 @@ async function getGenerators(options) {
|
|
|
256
253
|
throw new Error(`no schema provided for getGenerators`);
|
|
257
254
|
}
|
|
258
255
|
if (!schemaContext.primaryDatasource) {
|
|
259
|
-
throw new Error(
|
|
256
|
+
throw new Error(import_chunk_H6PPJ5PX.missingDatasource);
|
|
260
257
|
}
|
|
261
258
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
|
262
259
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
|
263
|
-
const dmmf = await (0,
|
|
260
|
+
const dmmf = await (0, import_chunk_O2SQX5UZ.getDMMF)({
|
|
264
261
|
datamodel: schemaContext.schemaFiles,
|
|
265
262
|
previewFeatures
|
|
266
263
|
});
|
|
267
264
|
if (dmmf.datamodel.models.length === 0 && !allowNoModels) {
|
|
268
265
|
if (schemaContext.primaryDatasource.provider === "mongodb") {
|
|
269
|
-
throw new Error(
|
|
266
|
+
throw new Error(import_chunk_33K2EQQZ.missingModelMessageMongoDB);
|
|
270
267
|
}
|
|
271
|
-
throw new Error(
|
|
268
|
+
throw new Error(import_chunk_33K2EQQZ.missingModelMessage);
|
|
272
269
|
}
|
|
273
270
|
const generatorConfigs = filterGenerators(overrideGenerators || schemaContext.generators, generatorNames);
|
|
274
271
|
await validateGenerators(generatorConfigs);
|
|
@@ -311,7 +308,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
311
308
|
fromEnvVar: null
|
|
312
309
|
};
|
|
313
310
|
}
|
|
314
|
-
const datamodel = (0,
|
|
311
|
+
const datamodel = (0, import_chunk_DDPSHUGC.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
315
312
|
const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
316
313
|
const options2 = {
|
|
317
314
|
datamodel,
|
|
@@ -369,17 +366,16 @@ generator gen {
|
|
|
369
366
|
}
|
|
370
367
|
const generatorBinaryTargets = g.options?.generator?.binaryTargets;
|
|
371
368
|
if (generatorBinaryTargets && generatorBinaryTargets.length > 0) {
|
|
372
|
-
for (const
|
|
373
|
-
if (!neededVersions[neededVersion].binaryTargets.find((object) => object.value ===
|
|
374
|
-
neededVersions[neededVersion].binaryTargets.push(
|
|
369
|
+
for (const binaryTarget of generatorBinaryTargets) {
|
|
370
|
+
if (!neededVersions[neededVersion].binaryTargets.find((object) => object.value === binaryTarget.value)) {
|
|
371
|
+
neededVersions[neededVersion].binaryTargets.push(binaryTarget);
|
|
375
372
|
}
|
|
376
373
|
}
|
|
377
374
|
}
|
|
378
375
|
}
|
|
379
376
|
}
|
|
380
|
-
const queryEngineType = (0, import_chunk_B22EOFPW.binaryTypeToEngineType)(import_chunk_FYZCPL2Z.BinaryType.QueryEngineLibrary);
|
|
381
377
|
debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
|
|
382
|
-
const { binaryPathsByVersion
|
|
378
|
+
const { binaryPathsByVersion } = await (0, import_chunk_5MHUYAV3.getBinaryPathsByVersion)({
|
|
383
379
|
neededVersions,
|
|
384
380
|
// We're lazily computing the binary target here, to avoid printing the
|
|
385
381
|
// `Prisma failed to detect the libssl/openssl version to use` warning
|
|
@@ -400,17 +396,6 @@ generator gen {
|
|
|
400
396
|
const generatorBinaryPaths = (0, import_chunk_GXW4NTU2.pick)(binaryPaths ?? {}, generator.manifest.requiresEngines);
|
|
401
397
|
debug2({ generatorBinaryPaths });
|
|
402
398
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
403
|
-
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
404
|
-
const customDmmf = await (0, import_chunk_M3OJAEWR.getDMMF)({
|
|
405
|
-
datamodel: schemaContext.schemaFiles,
|
|
406
|
-
previewFeatures
|
|
407
|
-
});
|
|
408
|
-
const options2 = { ...generator.options, dmmf: customDmmf };
|
|
409
|
-
debug2("generator.manifest.prettyName", generator.manifest.prettyName);
|
|
410
|
-
debug2("options", options2);
|
|
411
|
-
debug2("options.generator.binaryTargets", options2.generator.binaryTargets);
|
|
412
|
-
generator.setOptions(options2);
|
|
413
|
-
}
|
|
414
399
|
}
|
|
415
400
|
}
|
|
416
401
|
return generators;
|
|
@@ -498,7 +483,7 @@ var forbiddenCmdWithDataProxyFlagMessage = (command) => `
|
|
|
498
483
|
Using an Accelerate URL is not supported for this CLI command ${(0, import_chunk_PG5FDKSF.green)(`prisma ${command}`)} yet.
|
|
499
484
|
Please use a direct connection to your database via the datasource \`directUrl\` setting.
|
|
500
485
|
|
|
501
|
-
More information about this limitation: ${(0,
|
|
486
|
+
More information about this limitation: ${(0, import_chunk_3WXUQZS7.link)("https://pris.ly/d/accelerate-limitations")}
|
|
502
487
|
`;
|
|
503
488
|
function checkUnsupportedDataProxy({
|
|
504
489
|
cmd,
|
|
@@ -511,7 +496,7 @@ function checkUnsupportedDataProxy({
|
|
|
511
496
|
}
|
|
512
497
|
}
|
|
513
498
|
if (!schemaContext?.primaryDatasource) return;
|
|
514
|
-
const url = (0,
|
|
499
|
+
const url = (0, import_chunk_YQ2FQ7HK.resolveUrl)((0, import_chunk_YQ2FQ7HK.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
515
500
|
if (url?.startsWith("prisma://")) {
|
|
516
501
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
517
502
|
}
|
|
@@ -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_MBVCEWIU_exports = {};
|
|
20
|
+
__export(chunk_MBVCEWIU_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_MBVCEWIU_exports);
|
|
28
|
+
var import_chunk_KX7TWSN7 = require("./chunk-KX7TWSN7.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_KX7TWSN7.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
|
33
33
|
const lintDiagnostics = JSON.parse(lintResult);
|
|
34
34
|
return lintDiagnostics;
|
|
35
35
|
}
|
|
@@ -26,15 +26,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_MEOOYUIZ_exports = {};
|
|
30
|
+
__export(chunk_MEOOYUIZ_exports, {
|
|
31
31
|
ErrorKind: () => ErrorKind,
|
|
32
32
|
createErrorReport: () => createErrorReport,
|
|
33
33
|
makeErrorReportCompleted: () => makeErrorReportCompleted,
|
|
34
34
|
uploadZip: () => uploadZip
|
|
35
35
|
});
|
|
36
|
-
module.exports = __toCommonJS(
|
|
37
|
-
var
|
|
36
|
+
module.exports = __toCommonJS(chunk_MEOOYUIZ_exports);
|
|
37
|
+
var import_chunk_KNNTV7IN = require("./chunk-KNNTV7IN.js");
|
|
38
38
|
var import_fetch_engine = require("@prisma/fetch-engine");
|
|
39
39
|
var import_node_http = __toESM(require("node:http"));
|
|
40
40
|
var import_node_https = __toESM(require("node:https"));
|
|
@@ -151,8 +151,8 @@ var Body = class {
|
|
|
151
151
|
} else if (ArrayBuffer.isView(body)) {
|
|
152
152
|
body = import_node_buffer2.Buffer.from(body.buffer, body.byteOffset, body.byteLength);
|
|
153
153
|
} else if (body instanceof import_node_stream2.default) {
|
|
154
|
-
} else if (body instanceof
|
|
155
|
-
body = (0,
|
|
154
|
+
} else if (body instanceof import_chunk_KNNTV7IN.FormData) {
|
|
155
|
+
body = (0, import_chunk_KNNTV7IN.formDataToBlob)(body);
|
|
156
156
|
boundary = body.type.split("=")[1];
|
|
157
157
|
} else {
|
|
158
158
|
body = import_node_buffer2.Buffer.from(String(body));
|
|
@@ -196,14 +196,14 @@ var Body = class {
|
|
|
196
196
|
async formData() {
|
|
197
197
|
const ct = this.headers.get("content-type");
|
|
198
198
|
if (ct.startsWith("application/x-www-form-urlencoded")) {
|
|
199
|
-
const formData = new
|
|
199
|
+
const formData = new import_chunk_KNNTV7IN.FormData();
|
|
200
200
|
const parameters = new URLSearchParams(await this.text());
|
|
201
201
|
for (const [name, value] of parameters) {
|
|
202
202
|
formData.append(name, value);
|
|
203
203
|
}
|
|
204
204
|
return formData;
|
|
205
205
|
}
|
|
206
|
-
const { toFormData } = await import("./multipart-parser-
|
|
206
|
+
const { toFormData } = await import("./multipart-parser-UV3WZSWW.js");
|
|
207
207
|
return toFormData(this.body, ct);
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
@@ -214,7 +214,7 @@ var Body = class {
|
|
|
214
214
|
async blob() {
|
|
215
215
|
const ct = this.headers && this.headers.get("content-type") || this[INTERNALS].body && this[INTERNALS].body.type || "";
|
|
216
216
|
const buf = await this.arrayBuffer();
|
|
217
|
-
return new
|
|
217
|
+
return new import_chunk_KNNTV7IN.fetch_blob_default([buf], {
|
|
218
218
|
type: ct
|
|
219
219
|
});
|
|
220
220
|
}
|
|
@@ -342,7 +342,7 @@ var extractContentType = (body, request2) => {
|
|
|
342
342
|
if (import_node_buffer2.Buffer.isBuffer(body) || import_node_util.types.isAnyArrayBuffer(body) || ArrayBuffer.isView(body)) {
|
|
343
343
|
return null;
|
|
344
344
|
}
|
|
345
|
-
if (body instanceof
|
|
345
|
+
if (body instanceof import_chunk_KNNTV7IN.FormData) {
|
|
346
346
|
return `multipart/form-data; boundary=${request2[INTERNALS].boundary}`;
|
|
347
347
|
}
|
|
348
348
|
if (body && typeof body.getBoundary === "function") {
|
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_MXAUURHG_exports = {};
|
|
30
|
+
__export(chunk_MXAUURHG_exports, {
|
|
31
31
|
createDirIfNotExists: () => createDirIfNotExists,
|
|
32
32
|
fs_utils_exports: () => fs_utils_exports,
|
|
33
33
|
getFilesInDir: () => getFilesInDir,
|
|
@@ -36,9 +36,9 @@ __export(chunk_TQFONRJP_exports, {
|
|
|
36
36
|
removeEmptyDirs: () => removeEmptyDirs,
|
|
37
37
|
writeFile: () => writeFile
|
|
38
38
|
});
|
|
39
|
-
module.exports = __toCommonJS(
|
|
39
|
+
module.exports = __toCommonJS(chunk_MXAUURHG_exports);
|
|
40
40
|
var import_chunk_J77ZIDXB = require("./chunk-J77ZIDXB.js");
|
|
41
|
-
var
|
|
41
|
+
var import_chunk_2LOGW45F = require("./chunk-2LOGW45F.js");
|
|
42
42
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
43
43
|
var import_promises = __toESM(require("fs/promises"));
|
|
44
44
|
var import_path = __toESM(require("path"));
|
|
@@ -51,7 +51,7 @@ var fs_utils_exports = {};
|
|
|
51
51
|
removeEmptyDirs: () => removeEmptyDirs,
|
|
52
52
|
writeFile: () => writeFile
|
|
53
53
|
});
|
|
54
|
-
var import_globby = (0, import_chunk_4VNS5WPM.__toESM)((0,
|
|
54
|
+
var import_globby = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_2LOGW45F.require_globby)());
|
|
55
55
|
function createDirIfNotExists(dir) {
|
|
56
56
|
return import_promises.default.mkdir(dir, { recursive: true });
|
|
57
57
|
}
|
|
@@ -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_NKHMKW44_exports = {};
|
|
20
|
+
__export(chunk_NKHMKW44_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_NKHMKW44_exports);
|
|
24
|
+
var import_chunk_ENSTA5BR = require("./chunk-ENSTA5BR.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_ENSTA5BR.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
|
@@ -26,17 +26,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_NYK3WNI7_exports = {};
|
|
30
|
+
__export(chunk_NYK3WNI7_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_NYK3WNI7_exports);
|
|
35
35
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
|
36
36
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
|
37
37
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
38
|
-
var
|
|
39
|
-
var
|
|
38
|
+
var import_chunk_GOBSH7KK = require("./chunk-GOBSH7KK.js");
|
|
39
|
+
var import_chunk_KX7TWSN7 = require("./chunk-KX7TWSN7.js");
|
|
40
40
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
41
41
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
42
42
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
@@ -59,7 +59,7 @@ ${detailsHeader} ${message}`;
|
|
|
59
59
|
}).exhaustive();
|
|
60
60
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
61
61
|
[Context: validate]`;
|
|
62
|
-
super((0,
|
|
62
|
+
super((0, import_chunk_GOBSH7KK.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
63
63
|
this.name = "ValidateError";
|
|
64
64
|
}
|
|
65
65
|
};
|
|
@@ -71,13 +71,13 @@ function validate(options) {
|
|
|
71
71
|
() => {
|
|
72
72
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
|
73
73
|
debug("Triggering a Rust panic...");
|
|
74
|
-
|
|
74
|
+
import_chunk_KX7TWSN7.prismaSchemaWasm.debug_panic();
|
|
75
75
|
}
|
|
76
76
|
const params = JSON.stringify({
|
|
77
77
|
prismaSchema: options.schemas,
|
|
78
78
|
noColor: Boolean(process.env.NO_COLOR)
|
|
79
79
|
});
|
|
80
|
-
|
|
80
|
+
import_chunk_KX7TWSN7.prismaSchemaWasm.validate(params);
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
83
83
|
type: "wasm-error",
|
|
@@ -26,16 +26,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_O2SQX5UZ_exports = {};
|
|
30
|
+
__export(chunk_O2SQX5UZ_exports, {
|
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
|
32
32
|
getDMMF: () => getDMMF
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_O2SQX5UZ_exports);
|
|
35
35
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
|
36
36
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
37
|
-
var
|
|
38
|
-
var
|
|
37
|
+
var import_chunk_GOBSH7KK = require("./chunk-GOBSH7KK.js");
|
|
38
|
+
var import_chunk_KX7TWSN7 = require("./chunk-KX7TWSN7.js");
|
|
39
39
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
40
40
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
41
41
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
@@ -58,7 +58,7 @@ ${detailsHeader} ${message}`;
|
|
|
58
58
|
}).exhaustive();
|
|
59
59
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
60
60
|
[Context: getDmmf]`;
|
|
61
|
-
super((0,
|
|
61
|
+
super((0, import_chunk_GOBSH7KK.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
62
62
|
this.name = "GetDmmfError";
|
|
63
63
|
}
|
|
64
64
|
};
|
|
@@ -70,13 +70,13 @@ async function getDMMF(options) {
|
|
|
70
70
|
() => {
|
|
71
71
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
|
72
72
|
debug("Triggering a Rust panic...");
|
|
73
|
-
|
|
73
|
+
import_chunk_KX7TWSN7.prismaSchemaWasm.debug_panic();
|
|
74
74
|
}
|
|
75
75
|
const params = JSON.stringify({
|
|
76
76
|
prismaSchema: options.datamodel,
|
|
77
77
|
noColor: Boolean(process.env.NO_COLOR)
|
|
78
78
|
});
|
|
79
|
-
const data =
|
|
79
|
+
const data = import_chunk_KX7TWSN7.prismaSchemaWasm.get_dmmf(params);
|
|
80
80
|
return data;
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
@@ -26,13 +26,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_R3J2O23S_exports = {};
|
|
30
|
+
__export(chunk_R3J2O23S_exports, {
|
|
31
31
|
canPrompt: () => canPrompt
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
34
|
-
var import_chunk_H4NI2RIK = require("./chunk-H4NI2RIK.js");
|
|
33
|
+
module.exports = __toCommonJS(chunk_R3J2O23S_exports);
|
|
35
34
|
var import_chunk_ICFLO5JW = require("./chunk-ICFLO5JW.js");
|
|
35
|
+
var import_chunk_H4NI2RIK = require("./chunk-H4NI2RIK.js");
|
|
36
36
|
var import_prompts = __toESM(require("prompts"));
|
|
37
37
|
var canPrompt = () => {
|
|
38
38
|
const injectedCount = import_prompts.default._injected?.length;
|
|
@@ -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_RKD25AFG_exports = {};
|
|
20
|
+
__export(chunk_RKD25AFG_exports, {
|
|
21
21
|
version: () => version
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var packageJson = (0,
|
|
23
|
+
module.exports = __toCommonJS(chunk_RKD25AFG_exports);
|
|
24
|
+
var import_chunk_TRKBPEU4 = require("./chunk-TRKBPEU4.js");
|
|
25
|
+
var packageJson = (0, import_chunk_TRKBPEU4.require_package)();
|
|
26
26
|
var version = packageJson.version;
|
|
@@ -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_TRKBPEU4_exports = {};
|
|
20
|
+
__export(chunk_TRKBPEU4_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_TRKBPEU4_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.19.0-integration-
|
|
29
|
+
version: "6.19.0-integration-feat-remove-library-engine.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",
|
|
@@ -59,7 +59,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
59
59
|
"@swc/jest": "0.2.37",
|
|
60
60
|
"@types/babel__helper-validator-identifier": "7.15.2",
|
|
61
61
|
"@types/jest": "29.5.14",
|
|
62
|
-
"@types/node": "~20.19.
|
|
62
|
+
"@types/node": "~20.19.24",
|
|
63
63
|
"@types/resolve": "1.20.6",
|
|
64
64
|
archiver: "6.0.2",
|
|
65
65
|
"checkpoint-client": "1.1.33",
|
|
@@ -109,7 +109,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
109
109
|
"@prisma/generator": "workspace:*",
|
|
110
110
|
"@prisma/generator-helper": "workspace:*",
|
|
111
111
|
"@prisma/get-platform": "workspace:*",
|
|
112
|
-
"@prisma/prisma-schema-wasm": "6.19.0-
|
|
112
|
+
"@prisma/prisma-schema-wasm": "6.19.0-21.next-3ab778d6c5a8df0d39fd88ffd67461d3395af732",
|
|
113
113
|
"@prisma/schema-engine-wasm": "6.19.0-21.next-3ab778d6c5a8df0d39fd88ffd67461d3395af732",
|
|
114
114
|
"@prisma/schema-files-loader": "workspace:*",
|
|
115
115
|
arg: "5.0.2",
|
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_UB2X7DGZ_exports = {};
|
|
30
|
+
__export(chunk_UB2X7DGZ_exports, {
|
|
31
31
|
createDirIfNotExists: () => createDirIfNotExists2,
|
|
32
32
|
fs_functional_exports: () => fs_functional_exports,
|
|
33
33
|
getFilesInDir: () => getFilesInDir2,
|
|
@@ -37,8 +37,8 @@ __export(chunk_75BIJ5PX_exports, {
|
|
|
37
37
|
removeFile: () => removeFile,
|
|
38
38
|
writeFile: () => writeFile2
|
|
39
39
|
});
|
|
40
|
-
module.exports = __toCommonJS(
|
|
41
|
-
var
|
|
40
|
+
module.exports = __toCommonJS(chunk_UB2X7DGZ_exports);
|
|
41
|
+
var import_chunk_MXAUURHG = require("./chunk-MXAUURHG.js");
|
|
42
42
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
43
43
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
44
44
|
var import_promises = __toESM(require("fs/promises"));
|
|
@@ -3981,13 +3981,13 @@ var fs_functional_exports = {};
|
|
|
3981
3981
|
});
|
|
3982
3982
|
var import_function = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_R6QH57HZ.require_function)());
|
|
3983
3983
|
var TE = (0, import_chunk_4VNS5WPM.__toESM)(require_TaskEither());
|
|
3984
|
-
var createDirIfNotExists2 = (dir) => TE.tryCatch(() => (0,
|
|
3985
|
-
var writeFile2 = (params) => TE.tryCatch(() => (0,
|
|
3986
|
-
var removeEmptyDirs2 = (dir) => TE.tryCatch(() => (0,
|
|
3984
|
+
var createDirIfNotExists2 = (dir) => TE.tryCatch(() => (0, import_chunk_MXAUURHG.createDirIfNotExists)(dir), createTaggedSystemError("fs-create-dir", { dir }));
|
|
3985
|
+
var writeFile2 = (params) => TE.tryCatch(() => (0, import_chunk_MXAUURHG.writeFile)(params), createTaggedSystemError("fs-write-file", params));
|
|
3986
|
+
var removeEmptyDirs2 = (dir) => TE.tryCatch(() => (0, import_chunk_MXAUURHG.removeEmptyDirs)(dir), createTaggedSystemError("fs-remove-empty-dirs", { dir }));
|
|
3987
3987
|
var removeDir = (dir) => (0, import_function.pipe)(TE.tryCatch(() => import_promises.default.rm(dir, { recursive: true }), createTaggedSystemError("fs-remove-dir", { dir })));
|
|
3988
3988
|
var removeFile = (filePath) => (0, import_function.pipe)(TE.tryCatch(() => import_promises.default.unlink(filePath), createTaggedSystemError("fs-remove-file", { filePath })));
|
|
3989
|
-
var getNestedFoldersInDir2 = (dir) => () => (0,
|
|
3990
|
-
var getFilesInDir2 = (dir, pattern = "**") => () => (0,
|
|
3989
|
+
var getNestedFoldersInDir2 = (dir) => () => (0, import_chunk_MXAUURHG.getNestedFoldersInDir)(dir);
|
|
3990
|
+
var getFilesInDir2 = (dir, pattern = "**") => () => (0, import_chunk_MXAUURHG.getFilesInDir)(dir, pattern);
|
|
3991
3991
|
function createTaggedSystemError(type, meta) {
|
|
3992
3992
|
return (e) => ({
|
|
3993
3993
|
type,
|
|
@@ -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_UU3BLTM2_exports = {};
|
|
20
|
+
__export(chunk_UU3BLTM2_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_UU3BLTM2_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) {
|
|
@@ -59,7 +59,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
59
59
|
"@swc/jest": "0.2.37",
|
|
60
60
|
"@types/babel__helper-validator-identifier": "7.15.2",
|
|
61
61
|
"@types/jest": "29.5.14",
|
|
62
|
-
"@types/node": "~20.19.
|
|
62
|
+
"@types/node": "~20.19.24",
|
|
63
63
|
"@types/resolve": "1.20.6",
|
|
64
64
|
archiver: "6.0.2",
|
|
65
65
|
"checkpoint-client": "1.1.33",
|
|
@@ -109,7 +109,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
109
109
|
"@prisma/generator": "workspace:*",
|
|
110
110
|
"@prisma/generator-helper": "workspace:*",
|
|
111
111
|
"@prisma/get-platform": "workspace:*",
|
|
112
|
-
"@prisma/prisma-schema-wasm": "6.19.0-
|
|
112
|
+
"@prisma/prisma-schema-wasm": "6.19.0-21.next-3ab778d6c5a8df0d39fd88ffd67461d3395af732",
|
|
113
113
|
"@prisma/schema-engine-wasm": "6.19.0-21.next-3ab778d6c5a8df0d39fd88ffd67461d3395af732",
|
|
114
114
|
"@prisma/schema-files-loader": "workspace:*",
|
|
115
115
|
arg: "5.0.2",
|