@prisma/internals 5.22.0-integration-remove-custom-yarn-logic.5 → 5.22.0-integration-engines-5-22-0-27-metrics3-phantasmagoria-of-the-lost-recorder-47785ced2c48f59d114bb0f15b5495cf6c0a7b8e.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-DDX4Z4QW.js → chunk-3TNKOSSJ.js} +8 -8
- package/dist/{chunk-5MCWLJSR.js → chunk-5I4BOTBV.js} +9 -3
- package/dist/{chunk-AOFK7R2V.js → chunk-6CQ7HZSJ.js} +139 -20
- package/dist/{chunk-HMSB3PLA.js → chunk-76HUVN55.js} +5 -5
- package/dist/{chunk-FAEW2D5M.js → chunk-7B2UI4OQ.js} +8 -8
- package/dist/{chunk-JUJ7R6NJ.js → chunk-7VLGDM5W.js} +5 -5
- package/dist/{chunk-DK7ZNVEI.js → chunk-BFG64UH2.js} +7 -7
- package/dist/{chunk-VP52BYP6.js → chunk-BUQF2NZQ.js} +8 -8
- package/dist/{chunk-2G6A4TX2.js → chunk-E22VAPU7.js} +8 -8
- package/dist/{chunk-VIYW6CYM.js → chunk-EI36FIOR.js} +139 -20
- package/dist/{chunk-YVCVAF6S.js → chunk-FRPST742.js} +5 -5
- package/dist/{chunk-XW5NCCKJ.js → chunk-G2GQTW33.js} +7 -7
- package/dist/{chunk-7RF5FHKY.js → chunk-IHY372KF.js} +5 -5
- package/dist/{chunk-RKCAYILP.js → chunk-MIRGQZS6.js} +5 -5
- package/dist/{chunk-QPQSC3JJ.js → chunk-PV3XGKDG.js} +5 -5
- package/dist/{chunk-UK22OTEL.js → chunk-Q7ZTQ3JW.js} +5 -5
- package/dist/{chunk-VMU3JFZ3.js → chunk-QKXK4SO3.js} +5 -5
- package/dist/{chunk-TPISQEIE.js → chunk-RPY3J3UV.js} +8 -8
- package/dist/{chunk-4Z3DFTGM.js → chunk-SNKTQ4AB.js} +8 -8
- package/dist/{chunk-35WFVCJK.js → chunk-XK4JO557.js} +5 -5
- package/dist/{chunk-SEMJP57T.js → chunk-Z5WGRSAY.js} +4 -4
- package/dist/{chunk-ZKAW5JSN.js → chunk-ZA3RMW2P.js} +8 -5
- package/dist/cli/checkUnsupportedDataProxy.js +14 -14
- package/dist/cli/getSchema.js +19 -19
- package/dist/cli/hashes.js +14 -14
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +13 -13
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +22 -22
- 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/generatorResolvers/generatorResolvers.js +13 -13
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +13 -13
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkYarnVersion.d.ts +9 -0
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkYarnVersion.js +132 -0
- package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +14 -14
- package/dist/get-generators/getGenerators.js +16 -16
- package/dist/index.js +43 -43
- package/dist/sendPanic.js +13 -13
- package/dist/utils/getCommandWithExecutor.js +3 -3
- package/dist/utils/getEnvPaths.js +13 -13
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +13 -13
- package/dist/utils/isCurrentBinInstalledGlobally.d.ts +1 -1
- package/dist/utils/isCurrentBinInstalledGlobally.js +2 -2
- package/dist/utils/loadEnvFile.js +13 -13
- package/dist/wasm.js +4 -4
- package/package.json +8 -8
|
@@ -26,10 +26,11 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS2 = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export2(
|
|
29
|
+
var chunk_EI36FIOR_exports = {};
|
|
30
|
+
__export2(chunk_EI36FIOR_exports, {
|
|
31
31
|
checkTypeScriptVersion: () => checkTypeScriptVersion,
|
|
32
32
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
33
|
+
checkYarnVersion: () => checkYarnVersion,
|
|
33
34
|
debug: () => debug5,
|
|
34
35
|
forbiddenCmdWithDataProxyFlagMessage: () => forbiddenCmdWithDataProxyFlagMessage,
|
|
35
36
|
formatSchema: () => formatSchema,
|
|
@@ -55,7 +56,7 @@ __export2(chunk_VIYW6CYM_exports, {
|
|
|
55
56
|
sendPanic: () => sendPanic,
|
|
56
57
|
skipIndex: () => skipIndex
|
|
57
58
|
});
|
|
58
|
-
module.exports = __toCommonJS2(
|
|
59
|
+
module.exports = __toCommonJS2(chunk_EI36FIOR_exports);
|
|
59
60
|
var import_chunk_IABMG3F4 = require("./chunk-IABMG3F4.js");
|
|
60
61
|
var import_chunk_3U2ANLD3 = require("./chunk-3U2ANLD3.js");
|
|
61
62
|
var import_chunk_FTS2IEWX = require("./chunk-FTS2IEWX.js");
|
|
@@ -80,16 +81,17 @@ var import_chunk_XLYQ6PQW = require("./chunk-XLYQ6PQW.js");
|
|
|
80
81
|
var import_chunk_EPJYKNCQ = require("./chunk-EPJYKNCQ.js");
|
|
81
82
|
var import_chunk_ODI3VNBD = require("./chunk-ODI3VNBD.js");
|
|
82
83
|
var import_chunk_TSJICM5S = require("./chunk-TSJICM5S.js");
|
|
83
|
-
var
|
|
84
|
-
var
|
|
85
|
-
var
|
|
86
|
-
var
|
|
84
|
+
var import_chunk_IHY372KF = require("./chunk-IHY372KF.js");
|
|
85
|
+
var import_chunk_G2GQTW33 = require("./chunk-G2GQTW33.js");
|
|
86
|
+
var import_chunk_3TNKOSSJ = require("./chunk-3TNKOSSJ.js");
|
|
87
|
+
var import_chunk_E22VAPU7 = require("./chunk-E22VAPU7.js");
|
|
87
88
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
|
88
89
|
var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
|
|
89
|
-
var
|
|
90
|
+
var import_chunk_76HUVN55 = require("./chunk-76HUVN55.js");
|
|
90
91
|
var import_chunk_MUPZUVSI = require("./chunk-MUPZUVSI.js");
|
|
91
92
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
|
92
93
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
|
94
|
+
var import_chunk_7XNZDY2V = require("./chunk-7XNZDY2V.js");
|
|
93
95
|
var import_chunk_M3GBKLGE = require("./chunk-M3GBKLGE.js");
|
|
94
96
|
var import_chunk_635TMBAP = require("./chunk-635TMBAP.js");
|
|
95
97
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
@@ -15476,6 +15478,7 @@ var require_tmp = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
|
15476
15478
|
}
|
|
15477
15479
|
});
|
|
15478
15480
|
var import_find_up = (0, import_chunk_WWAWV7DQ.__toESM)(require_find_up());
|
|
15481
|
+
var import_execa = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_7XNZDY2V.require_execa)());
|
|
15479
15482
|
var readFile = (0, import_util.promisify)(import_fs3.default.readFile);
|
|
15480
15483
|
var stat = (0, import_util.promisify)(import_fs3.default.stat);
|
|
15481
15484
|
var debug2 = (0, import_debug3.Debug)("prisma:getSchema");
|
|
@@ -15514,7 +15517,7 @@ async function readSchemaFromDirectory(schemaPath2) {
|
|
|
15514
15517
|
}
|
|
15515
15518
|
const files = await (0, import_schema_files_loader.loadSchemaFiles)(schemaPath2);
|
|
15516
15519
|
debug2("Loading config");
|
|
15517
|
-
const config2 = await (0,
|
|
15520
|
+
const config2 = await (0, import_chunk_3TNKOSSJ.getConfig)({
|
|
15518
15521
|
datamodel: files,
|
|
15519
15522
|
ignoreEnvVarErrors: true
|
|
15520
15523
|
});
|
|
@@ -15581,9 +15584,14 @@ async function getSchemaWithPathInternal(schemaPathFromArgs, { cwd, argumentName
|
|
|
15581
15584
|
if (defaultResult.ok) {
|
|
15582
15585
|
return defaultResult;
|
|
15583
15586
|
}
|
|
15587
|
+
const yarnResult = await getSchemaFromYarn1Workspace(cwd, defaultResult.error.failures);
|
|
15588
|
+
if (yarnResult.ok) {
|
|
15589
|
+
return yarnResult;
|
|
15590
|
+
}
|
|
15591
|
+
const finalError = yarnResult.error.kind === "Yarn1WorkspaceSchemaNotFound" ? defaultResult.error : yarnResult.error;
|
|
15584
15592
|
return {
|
|
15585
15593
|
ok: false,
|
|
15586
|
-
error:
|
|
15594
|
+
error: finalError
|
|
15587
15595
|
};
|
|
15588
15596
|
}
|
|
15589
15597
|
function renderLookupError(error) {
|
|
@@ -15658,6 +15666,47 @@ async function getSchemaFromPackageJson(cwd) {
|
|
|
15658
15666
|
}
|
|
15659
15667
|
return lookupResult;
|
|
15660
15668
|
}
|
|
15669
|
+
async function getSchemaFromYarn1Workspace(cwd, pastFailures) {
|
|
15670
|
+
if (!process.env.npm_config_user_agent?.includes("yarn")) {
|
|
15671
|
+
return { ok: false, error: { kind: "Yarn1WorkspaceSchemaNotFound" } };
|
|
15672
|
+
}
|
|
15673
|
+
let workspaces;
|
|
15674
|
+
try {
|
|
15675
|
+
const { stdout: version3 } = await import_execa.default.command("yarn --version", {
|
|
15676
|
+
cwd
|
|
15677
|
+
});
|
|
15678
|
+
if (version3.startsWith("2")) {
|
|
15679
|
+
return { ok: false, error: { kind: "Yarn1WorkspaceSchemaNotFound" } };
|
|
15680
|
+
}
|
|
15681
|
+
const { stdout } = await import_execa.default.command("yarn workspaces info --json", {
|
|
15682
|
+
cwd
|
|
15683
|
+
});
|
|
15684
|
+
const json = getJson(stdout);
|
|
15685
|
+
workspaces = Object.values(json);
|
|
15686
|
+
} catch {
|
|
15687
|
+
return { ok: false, error: { kind: "Yarn1WorkspaceSchemaNotFound" } };
|
|
15688
|
+
}
|
|
15689
|
+
const workspaceRootDir = await findWorkspaceRoot(cwd);
|
|
15690
|
+
if (!workspaceRootDir) {
|
|
15691
|
+
return { ok: false, error: { kind: "Yarn1WorkspaceSchemaNotFound" } };
|
|
15692
|
+
}
|
|
15693
|
+
for (const workspace of workspaces) {
|
|
15694
|
+
const workspacePath = import_path2.default.join(workspaceRootDir, workspace.location);
|
|
15695
|
+
const workspaceSchema = await tryWorkspacePath(workspacePath, pastFailures);
|
|
15696
|
+
if (workspaceSchema.ok) {
|
|
15697
|
+
return workspaceSchema;
|
|
15698
|
+
}
|
|
15699
|
+
}
|
|
15700
|
+
const rootPathSchema = await tryWorkspacePath(workspaceRootDir, pastFailures);
|
|
15701
|
+
return rootPathSchema;
|
|
15702
|
+
}
|
|
15703
|
+
async function tryWorkspacePath(cwd, pastFailures) {
|
|
15704
|
+
const pkgJson = await getSchemaFromPackageJson(cwd);
|
|
15705
|
+
if (pkgJson.ok) {
|
|
15706
|
+
return pkgJson;
|
|
15707
|
+
}
|
|
15708
|
+
return getDefaultSchema(cwd, pastFailures);
|
|
15709
|
+
}
|
|
15661
15710
|
async function getDefaultSchema(cwd, failures = []) {
|
|
15662
15711
|
const schemaPrisma = {
|
|
15663
15712
|
schemaPath: {
|
|
@@ -15736,6 +15785,44 @@ async function getSchema(schemaPathFromArgs) {
|
|
|
15736
15785
|
const schemaPathResult = await getSchemaWithPath(schemaPathFromArgs);
|
|
15737
15786
|
return schemaPathResult.schemas;
|
|
15738
15787
|
}
|
|
15788
|
+
function getJson(stdout) {
|
|
15789
|
+
const firstCurly = stdout.indexOf("{");
|
|
15790
|
+
const lastCurly = stdout.lastIndexOf("}");
|
|
15791
|
+
const sliced = stdout.slice(firstCurly, lastCurly + 1);
|
|
15792
|
+
return JSON.parse(sliced);
|
|
15793
|
+
}
|
|
15794
|
+
function isPkgJsonWorkspaceRoot(pkgJson) {
|
|
15795
|
+
const workspaces = pkgJson.workspaces;
|
|
15796
|
+
if (!workspaces) {
|
|
15797
|
+
return false;
|
|
15798
|
+
}
|
|
15799
|
+
return Array.isArray(workspaces) || workspaces.packages !== void 0;
|
|
15800
|
+
}
|
|
15801
|
+
async function isNearestPkgJsonWorkspaceRoot(cwd) {
|
|
15802
|
+
const pkgJson = await (0, import_chunk_J3JE5NVO.readPackageUp)({ cwd, normalize: false });
|
|
15803
|
+
if (!pkgJson) {
|
|
15804
|
+
return null;
|
|
15805
|
+
}
|
|
15806
|
+
return {
|
|
15807
|
+
isRoot: isPkgJsonWorkspaceRoot(pkgJson.packageJson),
|
|
15808
|
+
path: pkgJson.path
|
|
15809
|
+
};
|
|
15810
|
+
}
|
|
15811
|
+
async function findWorkspaceRoot(cwd) {
|
|
15812
|
+
let pkgJson = await isNearestPkgJsonWorkspaceRoot(cwd);
|
|
15813
|
+
if (!pkgJson) {
|
|
15814
|
+
return null;
|
|
15815
|
+
}
|
|
15816
|
+
if (pkgJson.isRoot === true) {
|
|
15817
|
+
return import_path2.default.dirname(pkgJson.path);
|
|
15818
|
+
}
|
|
15819
|
+
const pkgJsonParentDir = import_path2.default.dirname(import_path2.default.dirname(pkgJson.path));
|
|
15820
|
+
pkgJson = await isNearestPkgJsonWorkspaceRoot(pkgJsonParentDir);
|
|
15821
|
+
if (!pkgJson || pkgJson.isRoot === false) {
|
|
15822
|
+
return null;
|
|
15823
|
+
}
|
|
15824
|
+
return import_path2.default.dirname(pkgJson.path);
|
|
15825
|
+
}
|
|
15739
15826
|
var debug3 = (0, import_debug2.default)("prisma:loadEnv");
|
|
15740
15827
|
async function getEnvPaths(schemaPath2, opts = { cwd: process.cwd() }) {
|
|
15741
15828
|
const rootEnvPath = getProjectRootEnvPath({ cwd: opts.cwd }) ?? null;
|
|
@@ -15822,8 +15909,8 @@ async function checkUnsupportedDataProxyMessage(command, args, implicitSchema) {
|
|
|
15822
15909
|
if (argName.includes("schema")) {
|
|
15823
15910
|
await loadEnvFile({ schemaPath: argValue, printMessage: false });
|
|
15824
15911
|
const datamodel = await import_fs.default.promises.readFile(argValue, "utf-8");
|
|
15825
|
-
const config2 = await (0,
|
|
15826
|
-
const url = (0,
|
|
15912
|
+
const config2 = await (0, import_chunk_3TNKOSSJ.getConfig)({ datamodel, ignoreEnvVarErrors: true });
|
|
15913
|
+
const url = (0, import_chunk_3TNKOSSJ.resolveUrl)((0, import_chunk_3TNKOSSJ.getEffectiveUrl)(config2.datasources[0]));
|
|
15827
15914
|
if (url?.startsWith("prisma://")) {
|
|
15828
15915
|
return forbiddenCmdWithDataProxyFlagMessage(command);
|
|
15829
15916
|
}
|
|
@@ -15870,10 +15957,42 @@ async function checkTypeScriptVersion() {
|
|
|
15870
15957
|
} catch (e) {
|
|
15871
15958
|
}
|
|
15872
15959
|
}
|
|
15960
|
+
function checkYarnVersion() {
|
|
15961
|
+
if (process.env.npm_config_user_agent) {
|
|
15962
|
+
const match = parseUserAgentString(process.env.npm_config_user_agent);
|
|
15963
|
+
if (match) {
|
|
15964
|
+
const { agent, major, minor, patch } = match;
|
|
15965
|
+
if (agent === "yarn" && major === 1) {
|
|
15966
|
+
const currentYarnVersion = `${major}.${minor}.${patch}`;
|
|
15967
|
+
const minYarnVersion = "1.19.2";
|
|
15968
|
+
if ((0, import_chunk_EUTJYQDW.semverLt)(currentYarnVersion, minYarnVersion)) {
|
|
15969
|
+
import_chunk_AZNLB67U.logger_exports.warn(
|
|
15970
|
+
`Your ${(0, import_chunk_PG5FDKSF.bold)("yarn")} has version ${currentYarnVersion}, which is outdated. Please update it to ${(0, import_chunk_PG5FDKSF.bold)(
|
|
15971
|
+
minYarnVersion
|
|
15972
|
+
)} or ${(0, import_chunk_PG5FDKSF.bold)("newer")} in order to use Prisma.`
|
|
15973
|
+
);
|
|
15974
|
+
}
|
|
15975
|
+
}
|
|
15976
|
+
}
|
|
15977
|
+
}
|
|
15978
|
+
}
|
|
15979
|
+
function parseUserAgentString(str) {
|
|
15980
|
+
const userAgentRegex = /(\w+)\/(\d+)\.(\d+)\.(\d+)/;
|
|
15981
|
+
const match = userAgentRegex.exec(str);
|
|
15982
|
+
if (match) {
|
|
15983
|
+
const agent = match[1];
|
|
15984
|
+
const major = parseInt(match[2]);
|
|
15985
|
+
const minor = parseInt(match[3]);
|
|
15986
|
+
const patch = parseInt(match[4]);
|
|
15987
|
+
return { agent, major, minor, patch };
|
|
15988
|
+
}
|
|
15989
|
+
return null;
|
|
15990
|
+
}
|
|
15873
15991
|
var debug5 = (0, import_debug5.default)("prisma:generator");
|
|
15874
15992
|
async function prismaClientResolver(baseDir, version3) {
|
|
15875
15993
|
let prismaClientDir = await (0, import_chunk_KEBDP2C3.findPrismaClientDir)(baseDir);
|
|
15876
15994
|
debug5("baseDir", baseDir);
|
|
15995
|
+
checkYarnVersion();
|
|
15877
15996
|
await checkTypeScriptVersion();
|
|
15878
15997
|
if (!prismaClientDir && !process.env.PRISMA_GENERATE_SKIP_AUTOINSTALL) {
|
|
15879
15998
|
let projectRoot = (0, import_chunk_J77ZIDXB.longestCommonPathPrefix)(baseDir, process.cwd());
|
|
@@ -15995,7 +16114,7 @@ async function getGenerators(options) {
|
|
|
15995
16114
|
prismaPath = binaryPathsWithEngineType[queryEngineBinaryType][binaryTarget];
|
|
15996
16115
|
}
|
|
15997
16116
|
}
|
|
15998
|
-
const config = await (0,
|
|
16117
|
+
const config = await (0, import_chunk_3TNKOSSJ.getConfig)({
|
|
15999
16118
|
datamodel: schemas,
|
|
16000
16119
|
datamodelPath: schemaPath,
|
|
16001
16120
|
prismaPath,
|
|
@@ -16006,7 +16125,7 @@ async function getGenerators(options) {
|
|
|
16006
16125
|
}
|
|
16007
16126
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(config.warnings);
|
|
16008
16127
|
const previewFeatures = (0, import_chunk_TSJICM5S.extractPreviewFeatures)(config);
|
|
16009
|
-
const dmmf = await (0,
|
|
16128
|
+
const dmmf = await (0, import_chunk_E22VAPU7.getDMMF)({
|
|
16010
16129
|
datamodel: schemas,
|
|
16011
16130
|
datamodelPath: schemaPath,
|
|
16012
16131
|
prismaPath,
|
|
@@ -16067,7 +16186,7 @@ The generator needs to either define the \`defaultOutput\` path in the manifest
|
|
|
16067
16186
|
fromEnvVar: "null"
|
|
16068
16187
|
};
|
|
16069
16188
|
}
|
|
16070
|
-
const datamodel = (0,
|
|
16189
|
+
const datamodel = (0, import_chunk_G2GQTW33.mergeSchemas)({ schemas });
|
|
16071
16190
|
const envPaths2 = await getEnvPaths(schemaPath, { cwd: generator.output.value });
|
|
16072
16191
|
const options2 = {
|
|
16073
16192
|
datamodel,
|
|
@@ -16150,7 +16269,7 @@ generator gen {
|
|
|
16150
16269
|
debug6({ generatorBinaryPaths });
|
|
16151
16270
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
16152
16271
|
if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
16153
|
-
const customDmmf = await (0,
|
|
16272
|
+
const customDmmf = await (0, import_chunk_E22VAPU7.getDMMF)({
|
|
16154
16273
|
datamodel: schemas,
|
|
16155
16274
|
datamodelPath: schemaPath,
|
|
16156
16275
|
prismaPath: generatorBinaryPaths[queryEngineType]?.[binaryTarget],
|
|
@@ -16448,7 +16567,7 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
|
16448
16567
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
16449
16568
|
handleFormatPanic(
|
|
16450
16569
|
() => {
|
|
16451
|
-
|
|
16570
|
+
import_chunk_76HUVN55.prismaSchemaWasm.debug_panic();
|
|
16452
16571
|
},
|
|
16453
16572
|
{ schemas: schemas2 }
|
|
16454
16573
|
);
|
|
@@ -16468,12 +16587,12 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
|
16468
16587
|
() => {
|
|
16469
16588
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas2), documentFormattingParams);
|
|
16470
16589
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
16471
|
-
const lintDiagnostics2 = (0,
|
|
16590
|
+
const lintDiagnostics2 = (0, import_chunk_IHY372KF.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
16472
16591
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
16473
16592
|
},
|
|
16474
16593
|
{ schemas: schemas2 }
|
|
16475
16594
|
);
|
|
16476
|
-
const lintWarnings = (0,
|
|
16595
|
+
const lintWarnings = (0, import_chunk_IHY372KF.getLintWarningsAsText)(lintDiagnostics);
|
|
16477
16596
|
if (lintWarnings && import_chunk_AZNLB67U.logger_exports.should.warn()) {
|
|
16478
16597
|
console.warn(lintWarnings);
|
|
16479
16598
|
}
|
|
@@ -16503,7 +16622,7 @@ function handleFormatPanic(tryCb, { schemas: schemas2 }) {
|
|
|
16503
16622
|
}
|
|
16504
16623
|
}
|
|
16505
16624
|
function formatWasm(schema, documentFormattingParams) {
|
|
16506
|
-
const formattedSchema =
|
|
16625
|
+
const formattedSchema = import_chunk_76HUVN55.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
16507
16626
|
return formattedSchema;
|
|
16508
16627
|
}
|
|
16509
16628
|
/*! Bundled license information:
|
|
@@ -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_FRPST742_exports = {};
|
|
20
|
+
__export(chunk_FRPST742_exports, {
|
|
21
21
|
version: () => version
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var packageJson = (0,
|
|
23
|
+
module.exports = __toCommonJS(chunk_FRPST742_exports);
|
|
24
|
+
var import_chunk_QKXK4SO3 = require("./chunk-QKXK4SO3.js");
|
|
25
|
+
var packageJson = (0, import_chunk_QKXK4SO3.require_package)();
|
|
26
26
|
var version = packageJson.version;
|
|
@@ -26,19 +26,19 @@ 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_G2GQTW33_exports = {};
|
|
30
|
+
__export(chunk_G2GQTW33_exports, {
|
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
|
32
32
|
mergeSchemas: () => mergeSchemas
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_G2GQTW33_exports);
|
|
35
35
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
|
36
36
|
var import_chunk_IAEMHQAC = require("./chunk-IAEMHQAC.js");
|
|
37
37
|
var import_chunk_WMIBAVWZ = require("./chunk-WMIBAVWZ.js");
|
|
38
|
-
var
|
|
38
|
+
var import_chunk_XK4JO557 = require("./chunk-XK4JO557.js");
|
|
39
39
|
var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
|
|
40
40
|
var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
|
|
41
|
-
var
|
|
41
|
+
var import_chunk_76HUVN55 = require("./chunk-76HUVN55.js");
|
|
42
42
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
|
43
43
|
var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
|
|
44
44
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
@@ -60,7 +60,7 @@ ${detailsHeader} ${message}`;
|
|
|
60
60
|
}).exhaustive();
|
|
61
61
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
62
62
|
[Context: mergeSchemas]`;
|
|
63
|
-
super((0,
|
|
63
|
+
super((0, import_chunk_XK4JO557.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
64
64
|
this.name = "MergeSchemasError";
|
|
65
65
|
}
|
|
66
66
|
};
|
|
@@ -73,7 +73,7 @@ function mergeSchemas(options) {
|
|
|
73
73
|
const params = JSON.stringify({
|
|
74
74
|
schema: options.schemas
|
|
75
75
|
});
|
|
76
|
-
return
|
|
76
|
+
return import_chunk_76HUVN55.prismaSchemaWasm.merge_schemas(params);
|
|
77
77
|
},
|
|
78
78
|
(e) => ({
|
|
79
79
|
type: "wasm-error",
|
|
@@ -16,21 +16,21 @@ 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_IHY372KF_exports = {};
|
|
20
|
+
__export(chunk_IHY372KF_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(
|
|
27
|
+
module.exports = __toCommonJS(chunk_IHY372KF_exports);
|
|
28
28
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
|
29
|
-
var
|
|
29
|
+
var import_chunk_76HUVN55 = require("./chunk-76HUVN55.js");
|
|
30
30
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
|
31
31
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
32
32
|
function lintSchema({ schemas }) {
|
|
33
|
-
const lintResult =
|
|
33
|
+
const lintResult = import_chunk_76HUVN55.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
|
34
34
|
const lintDiagnostics = JSON.parse(lintResult);
|
|
35
35
|
return lintDiagnostics;
|
|
36
36
|
}
|
|
@@ -16,21 +16,21 @@ 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_MIRGQZS6_exports = {};
|
|
20
|
+
__export(chunk_MIRGQZS6_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(
|
|
27
|
+
module.exports = __toCommonJS(chunk_MIRGQZS6_exports);
|
|
28
28
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
|
29
|
-
var
|
|
29
|
+
var import_chunk_PV3XGKDG = require("./chunk-PV3XGKDG.js");
|
|
30
30
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
|
31
31
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
32
32
|
function lintSchema({ schemas }) {
|
|
33
|
-
const lintResult =
|
|
33
|
+
const lintResult = import_chunk_PV3XGKDG.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
|
34
34
|
const lintDiagnostics = JSON.parse(lintResult);
|
|
35
35
|
return lintDiagnostics;
|
|
36
36
|
}
|
|
@@ -26,14 +26,14 @@ 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_PV3XGKDG_exports = {};
|
|
30
|
+
__export(chunk_PV3XGKDG_exports, {
|
|
31
31
|
prismaSchemaWasm: () => import_prisma_schema_wasm.default,
|
|
32
32
|
prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
|
|
33
33
|
wasm_exports: () => wasm_exports
|
|
34
34
|
});
|
|
35
|
-
module.exports = __toCommonJS(
|
|
36
|
-
var
|
|
35
|
+
module.exports = __toCommonJS(chunk_PV3XGKDG_exports);
|
|
36
|
+
var import_chunk_QKXK4SO3 = require("./chunk-QKXK4SO3.js");
|
|
37
37
|
var import_chunk_HOZFIXMD = require("./chunk-HOZFIXMD.js");
|
|
38
38
|
var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
|
|
39
39
|
var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
|
|
@@ -42,6 +42,6 @@ var wasm_exports = {};
|
|
|
42
42
|
prismaSchemaWasm: () => import_prisma_schema_wasm.default,
|
|
43
43
|
prismaSchemaWasmVersion: () => prismaSchemaWasmVersion
|
|
44
44
|
});
|
|
45
|
-
var { dependencies } = (0,
|
|
45
|
+
var { dependencies } = (0, import_chunk_QKXK4SO3.require_package)();
|
|
46
46
|
var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
|
|
47
47
|
globalThis.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_HOZFIXMD.WasmPanicRegistry();
|
|
@@ -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_Q7ZTQ3JW_exports = {};
|
|
20
|
+
__export(chunk_Q7ZTQ3JW_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_Q7ZTQ3JW_exports);
|
|
24
|
+
var import_chunk_FRPST742 = require("./chunk-FRPST742.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_FRPST742.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
|
@@ -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_QKXK4SO3_exports = {};
|
|
20
|
+
__export(chunk_QKXK4SO3_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_QKXK4SO3_exports);
|
|
24
24
|
var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
|
|
25
25
|
var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
26
26
|
"package.json"(exports, module2) {
|
|
27
27
|
module2.exports = {
|
|
28
28
|
name: "@prisma/internals",
|
|
29
|
-
version: "5.22.0-integration-
|
|
29
|
+
version: "5.22.0-integration-engines-5-22-0-27-metrics3-phantasmagoria-of-the-lost-recorder-47785ced2c48f59d114bb0f15b5495cf6c0a7b8e.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",
|
|
@@ -111,7 +111,7 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
|
111
111
|
"@prisma/fetch-engine": "workspace:*",
|
|
112
112
|
"@prisma/generator-helper": "workspace:*",
|
|
113
113
|
"@prisma/get-platform": "workspace:*",
|
|
114
|
-
"@prisma/prisma-schema-wasm": "5.22.0-
|
|
114
|
+
"@prisma/prisma-schema-wasm": "5.22.0-27.metrics3-phantasmagoria-of-the-lost-recorder-47785ced2c48f59d114bb0f15b5495cf6c0a7b8e",
|
|
115
115
|
"@prisma/schema-files-loader": "workspace:*",
|
|
116
116
|
arg: "5.0.2",
|
|
117
117
|
prompts: "2.4.2"
|
|
@@ -26,19 +26,19 @@ 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_RPY3J3UV_exports = {};
|
|
30
|
+
__export(chunk_RPY3J3UV_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_RPY3J3UV_exports);
|
|
35
35
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
|
36
36
|
var import_chunk_IAEMHQAC = require("./chunk-IAEMHQAC.js");
|
|
37
37
|
var import_chunk_WMIBAVWZ = require("./chunk-WMIBAVWZ.js");
|
|
38
|
-
var
|
|
38
|
+
var import_chunk_XK4JO557 = require("./chunk-XK4JO557.js");
|
|
39
39
|
var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
|
|
40
40
|
var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
|
|
41
|
-
var
|
|
41
|
+
var import_chunk_76HUVN55 = require("./chunk-76HUVN55.js");
|
|
42
42
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
|
43
43
|
var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
|
|
44
44
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
@@ -60,7 +60,7 @@ ${detailsHeader} ${message}`;
|
|
|
60
60
|
}).exhaustive();
|
|
61
61
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
62
62
|
[Context: validate]`;
|
|
63
|
-
super((0,
|
|
63
|
+
super((0, import_chunk_XK4JO557.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
64
64
|
this.name = "ValidateError";
|
|
65
65
|
}
|
|
66
66
|
};
|
|
@@ -72,13 +72,13 @@ function validate(options) {
|
|
|
72
72
|
() => {
|
|
73
73
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
|
74
74
|
debug("Triggering a Rust panic...");
|
|
75
|
-
|
|
75
|
+
import_chunk_76HUVN55.prismaSchemaWasm.debug_panic();
|
|
76
76
|
}
|
|
77
77
|
const params = JSON.stringify({
|
|
78
78
|
prismaSchema: options.schemas,
|
|
79
79
|
noColor: Boolean(process.env.NO_COLOR)
|
|
80
80
|
});
|
|
81
|
-
|
|
81
|
+
import_chunk_76HUVN55.prismaSchemaWasm.validate(params);
|
|
82
82
|
},
|
|
83
83
|
(e) => ({
|
|
84
84
|
type: "wasm-error",
|
|
@@ -26,18 +26,18 @@ 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_SNKTQ4AB_exports = {};
|
|
30
|
+
__export(chunk_SNKTQ4AB_exports, {
|
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
|
32
32
|
getDMMF: () => getDMMF
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_SNKTQ4AB_exports);
|
|
35
35
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
|
36
36
|
var import_chunk_IAEMHQAC = require("./chunk-IAEMHQAC.js");
|
|
37
|
-
var
|
|
37
|
+
var import_chunk_Q7ZTQ3JW = require("./chunk-Q7ZTQ3JW.js");
|
|
38
38
|
var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
|
|
39
39
|
var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
|
|
40
|
-
var
|
|
40
|
+
var import_chunk_PV3XGKDG = require("./chunk-PV3XGKDG.js");
|
|
41
41
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
|
42
42
|
var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
|
|
43
43
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
@@ -60,7 +60,7 @@ ${detailsHeader} ${message}`;
|
|
|
60
60
|
}).exhaustive();
|
|
61
61
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
62
62
|
[Context: getDmmf]`;
|
|
63
|
-
super((0,
|
|
63
|
+
super((0, import_chunk_Q7ZTQ3JW.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
64
64
|
this.name = "GetDmmfError";
|
|
65
65
|
}
|
|
66
66
|
};
|
|
@@ -91,13 +91,13 @@ async function getDMMF(options) {
|
|
|
91
91
|
() => {
|
|
92
92
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
|
93
93
|
debug("Triggering a Rust panic...");
|
|
94
|
-
|
|
94
|
+
import_chunk_PV3XGKDG.prismaSchemaWasm.debug_panic();
|
|
95
95
|
}
|
|
96
96
|
const params = JSON.stringify({
|
|
97
97
|
prismaSchema: datamodel,
|
|
98
98
|
noColor: Boolean(process.env.NO_COLOR)
|
|
99
99
|
});
|
|
100
|
-
const data =
|
|
100
|
+
const data = import_chunk_PV3XGKDG.prismaSchemaWasm.get_dmmf(params);
|
|
101
101
|
return data;
|
|
102
102
|
},
|
|
103
103
|
(e) => ({
|
|
@@ -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_XK4JO557_exports = {};
|
|
20
|
+
__export(chunk_XK4JO557_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_XK4JO557_exports);
|
|
24
|
+
var import_chunk_7VLGDM5W = require("./chunk-7VLGDM5W.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_7VLGDM5W.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_Z5WGRSAY_exports = {};
|
|
20
|
+
__export(chunk_Z5WGRSAY_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_Z5WGRSAY_exports);
|
|
24
24
|
var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
|
|
25
25
|
var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
26
26
|
"package.json"(exports, module2) {
|
|
@@ -111,7 +111,7 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
|
111
111
|
"@prisma/fetch-engine": "workspace:*",
|
|
112
112
|
"@prisma/generator-helper": "workspace:*",
|
|
113
113
|
"@prisma/get-platform": "workspace:*",
|
|
114
|
-
"@prisma/prisma-schema-wasm": "5.22.0-
|
|
114
|
+
"@prisma/prisma-schema-wasm": "5.22.0-27.metrics3-phantasmagoria-of-the-lost-recorder-47785ced2c48f59d114bb0f15b5495cf6c0a7b8e",
|
|
115
115
|
"@prisma/schema-files-loader": "workspace:*",
|
|
116
116
|
arg: "5.0.2",
|
|
117
117
|
prompts: "2.4.2"
|