@prisma/internals 5.22.0-integration-engines-5-22-0-26-integration-next-bbe742e5df39dfd9012055dba6026ae1f90d2d13.2 → 5.22.0-integration-remove-custom-yarn-logic.5

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.
Files changed (50) hide show
  1. package/dist/{chunk-N7Q4UGFK.js → chunk-2G6A4TX2.js} +8 -8
  2. package/dist/{chunk-DLGSO2J3.js → chunk-35WFVCJK.js} +5 -5
  3. package/dist/{chunk-ULUCZ6OC.js → chunk-4Z3DFTGM.js} +8 -8
  4. package/dist/{chunk-5I4BOTBV.js → chunk-5MCWLJSR.js} +3 -9
  5. package/dist/{chunk-MNVDTPOV.js → chunk-7RF5FHKY.js} +5 -5
  6. package/dist/{chunk-MA5CTHK5.js → chunk-AOFK7R2V.js} +20 -139
  7. package/dist/{chunk-QMUKZZCI.js → chunk-DDX4Z4QW.js} +8 -8
  8. package/dist/{chunk-BMZOCDK7.js → chunk-DK7ZNVEI.js} +7 -7
  9. package/dist/{chunk-EL5W5BH6.js → chunk-FAEW2D5M.js} +8 -8
  10. package/dist/{chunk-F4ZWS4OZ.js → chunk-HMSB3PLA.js} +5 -5
  11. package/dist/{chunk-4OKO6HLM.js → chunk-JUJ7R6NJ.js} +5 -5
  12. package/dist/{chunk-JYVE3XIJ.js → chunk-QPQSC3JJ.js} +5 -5
  13. package/dist/{chunk-V2HI45JM.js → chunk-RKCAYILP.js} +5 -5
  14. package/dist/{chunk-G2WVBRLJ.js → chunk-SEMJP57T.js} +4 -4
  15. package/dist/{chunk-GZZHEJMG.js → chunk-TPISQEIE.js} +8 -8
  16. package/dist/{chunk-UNJSHV2X.js → chunk-UK22OTEL.js} +5 -5
  17. package/dist/{chunk-AHCYHPVU.js → chunk-VIYW6CYM.js} +20 -139
  18. package/dist/{chunk-HETFUCWB.js → chunk-VMU3JFZ3.js} +5 -5
  19. package/dist/{chunk-7AGLE44R.js → chunk-VP52BYP6.js} +8 -8
  20. package/dist/{chunk-FMZYP7TM.js → chunk-XW5NCCKJ.js} +7 -7
  21. package/dist/{chunk-I466QKCX.js → chunk-YVCVAF6S.js} +5 -5
  22. package/dist/{chunk-ZA3RMW2P.js → chunk-ZKAW5JSN.js} +5 -8
  23. package/dist/cli/checkUnsupportedDataProxy.js +14 -14
  24. package/dist/cli/getSchema.js +19 -19
  25. package/dist/cli/hashes.js +14 -14
  26. package/dist/engine-commands/errorHelpers.js +4 -4
  27. package/dist/engine-commands/formatSchema.js +13 -13
  28. package/dist/engine-commands/getConfig.js +10 -10
  29. package/dist/engine-commands/getDmmf.js +7 -7
  30. package/dist/engine-commands/index.js +22 -22
  31. package/dist/engine-commands/lintSchema.js +8 -8
  32. package/dist/engine-commands/mergeSchemas.js +7 -7
  33. package/dist/engine-commands/validate.js +7 -7
  34. package/dist/get-generators/generatorResolvers/generatorResolvers.js +13 -13
  35. package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +13 -13
  36. package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +14 -14
  37. package/dist/get-generators/getGenerators.js +16 -16
  38. package/dist/index.js +43 -43
  39. package/dist/sendPanic.js +13 -13
  40. package/dist/utils/getCommandWithExecutor.js +3 -3
  41. package/dist/utils/getEnvPaths.js +13 -13
  42. package/dist/utils/getVersionFromPackageJson.js +3 -3
  43. package/dist/utils/handlePanic.js +13 -13
  44. package/dist/utils/isCurrentBinInstalledGlobally.d.ts +1 -1
  45. package/dist/utils/isCurrentBinInstalledGlobally.js +2 -2
  46. package/dist/utils/loadEnvFile.js +13 -13
  47. package/dist/wasm.js +4 -4
  48. package/package.json +8 -8
  49. package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkYarnVersion.d.ts +0 -9
  50. package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkYarnVersion.js +0 -132
@@ -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 chunk_4OKO6HLM_exports = {};
20
- __export(chunk_4OKO6HLM_exports, {
19
+ var chunk_JUJ7R6NJ_exports = {};
20
+ __export(chunk_JUJ7R6NJ_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_4OKO6HLM_exports);
24
- var import_chunk_G2WVBRLJ = require("./chunk-G2WVBRLJ.js");
25
- var packageJson = (0, import_chunk_G2WVBRLJ.require_package)();
23
+ module.exports = __toCommonJS(chunk_JUJ7R6NJ_exports);
24
+ var import_chunk_VMU3JFZ3 = require("./chunk-VMU3JFZ3.js");
25
+ var packageJson = (0, import_chunk_VMU3JFZ3.require_package)();
26
26
  var version = packageJson.version;
@@ -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 chunk_JYVE3XIJ_exports = {};
30
- __export(chunk_JYVE3XIJ_exports, {
29
+ var chunk_QPQSC3JJ_exports = {};
30
+ __export(chunk_QPQSC3JJ_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(chunk_JYVE3XIJ_exports);
36
- var import_chunk_HETFUCWB = require("./chunk-HETFUCWB.js");
35
+ module.exports = __toCommonJS(chunk_QPQSC3JJ_exports);
36
+ var import_chunk_SEMJP57T = require("./chunk-SEMJP57T.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, import_chunk_HETFUCWB.require_package)();
45
+ var { dependencies } = (0, import_chunk_SEMJP57T.require_package)();
46
46
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
47
47
  globalThis.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_HOZFIXMD.WasmPanicRegistry();
@@ -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 chunk_V2HI45JM_exports = {};
20
- __export(chunk_V2HI45JM_exports, {
19
+ var chunk_RKCAYILP_exports = {};
20
+ __export(chunk_RKCAYILP_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(chunk_V2HI45JM_exports);
27
+ module.exports = __toCommonJS(chunk_RKCAYILP_exports);
28
28
  var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
29
- var import_chunk_JYVE3XIJ = require("./chunk-JYVE3XIJ.js");
29
+ var import_chunk_HMSB3PLA = require("./chunk-HMSB3PLA.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 = import_chunk_JYVE3XIJ.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
+ const lintResult = import_chunk_HMSB3PLA.prismaSchemaWasm.lint(JSON.stringify(schemas));
34
34
  const lintDiagnostics = JSON.parse(lintResult);
35
35
  return lintDiagnostics;
36
36
  }
@@ -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 chunk_G2WVBRLJ_exports = {};
20
- __export(chunk_G2WVBRLJ_exports, {
19
+ var chunk_SEMJP57T_exports = {};
20
+ __export(chunk_SEMJP57T_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_G2WVBRLJ_exports);
23
+ module.exports = __toCommonJS(chunk_SEMJP57T_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-26.integration-next-bbe742e5df39dfd9012055dba6026ae1f90d2d13",
114
+ "@prisma/prisma-schema-wasm": "5.22.0-12.8263a1f2b3deb0a72687cad83ceb981a25624db8",
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 chunk_GZZHEJMG_exports = {};
30
- __export(chunk_GZZHEJMG_exports, {
29
+ var chunk_TPISQEIE_exports = {};
30
+ __export(chunk_TPISQEIE_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_GZZHEJMG_exports);
34
+ module.exports = __toCommonJS(chunk_TPISQEIE_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 import_chunk_UNJSHV2X = require("./chunk-UNJSHV2X.js");
38
+ var import_chunk_35WFVCJK = require("./chunk-35WFVCJK.js");
39
39
  var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
40
40
  var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
41
- var import_chunk_JYVE3XIJ = require("./chunk-JYVE3XIJ.js");
41
+ var import_chunk_HMSB3PLA = require("./chunk-HMSB3PLA.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, import_chunk_UNJSHV2X.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
+ super((0, import_chunk_35WFVCJK.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
- import_chunk_JYVE3XIJ.prismaSchemaWasm.debug_panic();
75
+ import_chunk_HMSB3PLA.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
- import_chunk_JYVE3XIJ.prismaSchemaWasm.validate(params);
81
+ import_chunk_HMSB3PLA.prismaSchemaWasm.validate(params);
82
82
  },
83
83
  (e) => ({
84
84
  type: "wasm-error",
@@ -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 chunk_UNJSHV2X_exports = {};
20
- __export(chunk_UNJSHV2X_exports, {
19
+ var chunk_UK22OTEL_exports = {};
20
+ __export(chunk_UK22OTEL_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_UNJSHV2X_exports);
24
- var import_chunk_I466QKCX = require("./chunk-I466QKCX.js");
23
+ module.exports = __toCommonJS(chunk_UK22OTEL_exports);
24
+ var import_chunk_YVCVAF6S = require("./chunk-YVCVAF6S.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_I466QKCX.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_YVCVAF6S.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -26,11 +26,10 @@ 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 chunk_AHCYHPVU_exports = {};
30
- __export2(chunk_AHCYHPVU_exports, {
29
+ var chunk_VIYW6CYM_exports = {};
30
+ __export2(chunk_VIYW6CYM_exports, {
31
31
  checkTypeScriptVersion: () => checkTypeScriptVersion,
32
32
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
33
- checkYarnVersion: () => checkYarnVersion,
34
33
  debug: () => debug5,
35
34
  forbiddenCmdWithDataProxyFlagMessage: () => forbiddenCmdWithDataProxyFlagMessage,
36
35
  formatSchema: () => formatSchema,
@@ -56,7 +55,7 @@ __export2(chunk_AHCYHPVU_exports, {
56
55
  sendPanic: () => sendPanic,
57
56
  skipIndex: () => skipIndex
58
57
  });
59
- module.exports = __toCommonJS2(chunk_AHCYHPVU_exports);
58
+ module.exports = __toCommonJS2(chunk_VIYW6CYM_exports);
60
59
  var import_chunk_IABMG3F4 = require("./chunk-IABMG3F4.js");
61
60
  var import_chunk_3U2ANLD3 = require("./chunk-3U2ANLD3.js");
62
61
  var import_chunk_FTS2IEWX = require("./chunk-FTS2IEWX.js");
@@ -81,17 +80,16 @@ var import_chunk_XLYQ6PQW = require("./chunk-XLYQ6PQW.js");
81
80
  var import_chunk_EPJYKNCQ = require("./chunk-EPJYKNCQ.js");
82
81
  var import_chunk_ODI3VNBD = require("./chunk-ODI3VNBD.js");
83
82
  var import_chunk_TSJICM5S = require("./chunk-TSJICM5S.js");
84
- var import_chunk_MNVDTPOV = require("./chunk-MNVDTPOV.js");
85
- var import_chunk_BMZOCDK7 = require("./chunk-BMZOCDK7.js");
86
- var import_chunk_7AGLE44R = require("./chunk-7AGLE44R.js");
87
- var import_chunk_N7Q4UGFK = require("./chunk-N7Q4UGFK.js");
83
+ var import_chunk_7RF5FHKY = require("./chunk-7RF5FHKY.js");
84
+ var import_chunk_XW5NCCKJ = require("./chunk-XW5NCCKJ.js");
85
+ var import_chunk_VP52BYP6 = require("./chunk-VP52BYP6.js");
86
+ var import_chunk_2G6A4TX2 = require("./chunk-2G6A4TX2.js");
88
87
  var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
89
88
  var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
90
- var import_chunk_F4ZWS4OZ = require("./chunk-F4ZWS4OZ.js");
89
+ var import_chunk_QPQSC3JJ = require("./chunk-QPQSC3JJ.js");
91
90
  var import_chunk_MUPZUVSI = require("./chunk-MUPZUVSI.js");
92
91
  var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
93
92
  var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
94
- var import_chunk_7XNZDY2V = require("./chunk-7XNZDY2V.js");
95
93
  var import_chunk_M3GBKLGE = require("./chunk-M3GBKLGE.js");
96
94
  var import_chunk_635TMBAP = require("./chunk-635TMBAP.js");
97
95
  var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
@@ -15478,7 +15476,6 @@ var require_tmp = (0, import_chunk_WWAWV7DQ.__commonJS)({
15478
15476
  }
15479
15477
  });
15480
15478
  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)());
15482
15479
  var readFile = (0, import_util.promisify)(import_fs3.default.readFile);
15483
15480
  var stat = (0, import_util.promisify)(import_fs3.default.stat);
15484
15481
  var debug2 = (0, import_debug3.Debug)("prisma:getSchema");
@@ -15517,7 +15514,7 @@ async function readSchemaFromDirectory(schemaPath2) {
15517
15514
  }
15518
15515
  const files = await (0, import_schema_files_loader.loadSchemaFiles)(schemaPath2);
15519
15516
  debug2("Loading config");
15520
- const config2 = await (0, import_chunk_7AGLE44R.getConfig)({
15517
+ const config2 = await (0, import_chunk_VP52BYP6.getConfig)({
15521
15518
  datamodel: files,
15522
15519
  ignoreEnvVarErrors: true
15523
15520
  });
@@ -15584,14 +15581,9 @@ async function getSchemaWithPathInternal(schemaPathFromArgs, { cwd, argumentName
15584
15581
  if (defaultResult.ok) {
15585
15582
  return defaultResult;
15586
15583
  }
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;
15592
15584
  return {
15593
15585
  ok: false,
15594
- error: finalError
15586
+ error: defaultResult.error
15595
15587
  };
15596
15588
  }
15597
15589
  function renderLookupError(error) {
@@ -15666,47 +15658,6 @@ async function getSchemaFromPackageJson(cwd) {
15666
15658
  }
15667
15659
  return lookupResult;
15668
15660
  }
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
- }
15710
15661
  async function getDefaultSchema(cwd, failures = []) {
15711
15662
  const schemaPrisma = {
15712
15663
  schemaPath: {
@@ -15785,44 +15736,6 @@ async function getSchema(schemaPathFromArgs) {
15785
15736
  const schemaPathResult = await getSchemaWithPath(schemaPathFromArgs);
15786
15737
  return schemaPathResult.schemas;
15787
15738
  }
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
- }
15826
15739
  var debug3 = (0, import_debug2.default)("prisma:loadEnv");
15827
15740
  async function getEnvPaths(schemaPath2, opts = { cwd: process.cwd() }) {
15828
15741
  const rootEnvPath = getProjectRootEnvPath({ cwd: opts.cwd }) ?? null;
@@ -15909,8 +15822,8 @@ async function checkUnsupportedDataProxyMessage(command, args, implicitSchema) {
15909
15822
  if (argName.includes("schema")) {
15910
15823
  await loadEnvFile({ schemaPath: argValue, printMessage: false });
15911
15824
  const datamodel = await import_fs.default.promises.readFile(argValue, "utf-8");
15912
- const config2 = await (0, import_chunk_7AGLE44R.getConfig)({ datamodel, ignoreEnvVarErrors: true });
15913
- const url = (0, import_chunk_7AGLE44R.resolveUrl)((0, import_chunk_7AGLE44R.getEffectiveUrl)(config2.datasources[0]));
15825
+ const config2 = await (0, import_chunk_VP52BYP6.getConfig)({ datamodel, ignoreEnvVarErrors: true });
15826
+ const url = (0, import_chunk_VP52BYP6.resolveUrl)((0, import_chunk_VP52BYP6.getEffectiveUrl)(config2.datasources[0]));
15914
15827
  if (url?.startsWith("prisma://")) {
15915
15828
  return forbiddenCmdWithDataProxyFlagMessage(command);
15916
15829
  }
@@ -15957,42 +15870,10 @@ async function checkTypeScriptVersion() {
15957
15870
  } catch (e) {
15958
15871
  }
15959
15872
  }
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
- }
15991
15873
  var debug5 = (0, import_debug5.default)("prisma:generator");
15992
15874
  async function prismaClientResolver(baseDir, version3) {
15993
15875
  let prismaClientDir = await (0, import_chunk_KEBDP2C3.findPrismaClientDir)(baseDir);
15994
15876
  debug5("baseDir", baseDir);
15995
- checkYarnVersion();
15996
15877
  await checkTypeScriptVersion();
15997
15878
  if (!prismaClientDir && !process.env.PRISMA_GENERATE_SKIP_AUTOINSTALL) {
15998
15879
  let projectRoot = (0, import_chunk_J77ZIDXB.longestCommonPathPrefix)(baseDir, process.cwd());
@@ -16114,7 +15995,7 @@ async function getGenerators(options) {
16114
15995
  prismaPath = binaryPathsWithEngineType[queryEngineBinaryType][binaryTarget];
16115
15996
  }
16116
15997
  }
16117
- const config = await (0, import_chunk_7AGLE44R.getConfig)({
15998
+ const config = await (0, import_chunk_VP52BYP6.getConfig)({
16118
15999
  datamodel: schemas,
16119
16000
  datamodelPath: schemaPath,
16120
16001
  prismaPath,
@@ -16125,7 +16006,7 @@ async function getGenerators(options) {
16125
16006
  }
16126
16007
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(config.warnings);
16127
16008
  const previewFeatures = (0, import_chunk_TSJICM5S.extractPreviewFeatures)(config);
16128
- const dmmf = await (0, import_chunk_N7Q4UGFK.getDMMF)({
16009
+ const dmmf = await (0, import_chunk_2G6A4TX2.getDMMF)({
16129
16010
  datamodel: schemas,
16130
16011
  datamodelPath: schemaPath,
16131
16012
  prismaPath,
@@ -16186,7 +16067,7 @@ The generator needs to either define the \`defaultOutput\` path in the manifest
16186
16067
  fromEnvVar: "null"
16187
16068
  };
16188
16069
  }
16189
- const datamodel = (0, import_chunk_BMZOCDK7.mergeSchemas)({ schemas });
16070
+ const datamodel = (0, import_chunk_XW5NCCKJ.mergeSchemas)({ schemas });
16190
16071
  const envPaths2 = await getEnvPaths(schemaPath, { cwd: generator.output.value });
16191
16072
  const options2 = {
16192
16073
  datamodel,
@@ -16269,7 +16150,7 @@ generator gen {
16269
16150
  debug6({ generatorBinaryPaths });
16270
16151
  generator.setBinaryPaths(generatorBinaryPaths);
16271
16152
  if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
16272
- const customDmmf = await (0, import_chunk_N7Q4UGFK.getDMMF)({
16153
+ const customDmmf = await (0, import_chunk_2G6A4TX2.getDMMF)({
16273
16154
  datamodel: schemas,
16274
16155
  datamodelPath: schemaPath,
16275
16156
  prismaPath: generatorBinaryPaths[queryEngineType]?.[binaryTarget],
@@ -16567,7 +16448,7 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
16567
16448
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
16568
16449
  handleFormatPanic(
16569
16450
  () => {
16570
- import_chunk_F4ZWS4OZ.prismaSchemaWasm.debug_panic();
16451
+ import_chunk_QPQSC3JJ.prismaSchemaWasm.debug_panic();
16571
16452
  },
16572
16453
  { schemas: schemas2 }
16573
16454
  );
@@ -16587,12 +16468,12 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
16587
16468
  () => {
16588
16469
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas2), documentFormattingParams);
16589
16470
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
16590
- const lintDiagnostics2 = (0, import_chunk_MNVDTPOV.lintSchema)({ schemas: formattedMultipleSchemas2 });
16471
+ const lintDiagnostics2 = (0, import_chunk_7RF5FHKY.lintSchema)({ schemas: formattedMultipleSchemas2 });
16591
16472
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
16592
16473
  },
16593
16474
  { schemas: schemas2 }
16594
16475
  );
16595
- const lintWarnings = (0, import_chunk_MNVDTPOV.getLintWarningsAsText)(lintDiagnostics);
16476
+ const lintWarnings = (0, import_chunk_7RF5FHKY.getLintWarningsAsText)(lintDiagnostics);
16596
16477
  if (lintWarnings && import_chunk_AZNLB67U.logger_exports.should.warn()) {
16597
16478
  console.warn(lintWarnings);
16598
16479
  }
@@ -16622,7 +16503,7 @@ function handleFormatPanic(tryCb, { schemas: schemas2 }) {
16622
16503
  }
16623
16504
  }
16624
16505
  function formatWasm(schema, documentFormattingParams) {
16625
- const formattedSchema = import_chunk_F4ZWS4OZ.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
16506
+ const formattedSchema = import_chunk_QPQSC3JJ.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
16626
16507
  return formattedSchema;
16627
16508
  }
16628
16509
  /*! Bundled license information:
@@ -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 chunk_HETFUCWB_exports = {};
20
- __export(chunk_HETFUCWB_exports, {
19
+ var chunk_VMU3JFZ3_exports = {};
20
+ __export(chunk_VMU3JFZ3_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_HETFUCWB_exports);
23
+ module.exports = __toCommonJS(chunk_VMU3JFZ3_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-engines-5-22-0-26-integration-next-bbe742e5df39dfd9012055dba6026ae1f90d2d13.2",
29
+ version: "5.22.0-integration-remove-custom-yarn-logic.5",
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-26.integration-next-bbe742e5df39dfd9012055dba6026ae1f90d2d13",
114
+ "@prisma/prisma-schema-wasm": "5.22.0-12.8263a1f2b3deb0a72687cad83ceb981a25624db8",
115
115
  "@prisma/schema-files-loader": "workspace:*",
116
116
  arg: "5.0.2",
117
117
  prompts: "2.4.2"
@@ -26,22 +26,22 @@ 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 chunk_7AGLE44R_exports = {};
30
- __export(chunk_7AGLE44R_exports, {
29
+ var chunk_VP52BYP6_exports = {};
30
+ __export(chunk_VP52BYP6_exports, {
31
31
  GetConfigError: () => GetConfigError,
32
32
  getConfig: () => getConfig,
33
33
  getDirectUrl: () => getDirectUrl,
34
34
  getEffectiveUrl: () => getEffectiveUrl,
35
35
  resolveUrl: () => resolveUrl
36
36
  });
37
- module.exports = __toCommonJS(chunk_7AGLE44R_exports);
37
+ module.exports = __toCommonJS(chunk_VP52BYP6_exports);
38
38
  var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
39
39
  var import_chunk_IAEMHQAC = require("./chunk-IAEMHQAC.js");
40
40
  var import_chunk_WMIBAVWZ = require("./chunk-WMIBAVWZ.js");
41
- var import_chunk_DLGSO2J3 = require("./chunk-DLGSO2J3.js");
41
+ var import_chunk_UK22OTEL = require("./chunk-UK22OTEL.js");
42
42
  var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
43
43
  var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
44
- var import_chunk_F4ZWS4OZ = require("./chunk-F4ZWS4OZ.js");
44
+ var import_chunk_QPQSC3JJ = require("./chunk-QPQSC3JJ.js");
45
45
  var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
46
46
  var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
47
47
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
@@ -65,7 +65,7 @@ ${detailsHeader} ${message}`;
65
65
  }).exhaustive();
66
66
  const errorMessageWithContext = `${constructedErrorMessage}
67
67
  [Context: getConfig]`;
68
- super((0, import_chunk_DLGSO2J3.addVersionDetailsToErrorMessage)(errorMessageWithContext));
68
+ super((0, import_chunk_UK22OTEL.addVersionDetailsToErrorMessage)(errorMessageWithContext));
69
69
  this.name = "GetConfigError";
70
70
  }
71
71
  };
@@ -90,7 +90,7 @@ async function getConfig(options) {
90
90
  () => {
91
91
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
92
92
  debug("Triggering a Rust panic...");
93
- import_chunk_F4ZWS4OZ.prismaSchemaWasm.debug_panic();
93
+ import_chunk_QPQSC3JJ.prismaSchemaWasm.debug_panic();
94
94
  }
95
95
  const params = JSON.stringify({
96
96
  prismaSchema: options.datamodel,
@@ -98,7 +98,7 @@ async function getConfig(options) {
98
98
  ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
99
99
  env: process.env
100
100
  });
101
- const data = import_chunk_F4ZWS4OZ.prismaSchemaWasm.get_config(params);
101
+ const data = import_chunk_QPQSC3JJ.prismaSchemaWasm.get_config(params);
102
102
  return data;
103
103
  },
104
104
  (e) => ({
@@ -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 chunk_FMZYP7TM_exports = {};
30
- __export(chunk_FMZYP7TM_exports, {
29
+ var chunk_XW5NCCKJ_exports = {};
30
+ __export(chunk_XW5NCCKJ_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_FMZYP7TM_exports);
34
+ module.exports = __toCommonJS(chunk_XW5NCCKJ_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 import_chunk_UNJSHV2X = require("./chunk-UNJSHV2X.js");
38
+ var import_chunk_UK22OTEL = require("./chunk-UK22OTEL.js");
39
39
  var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
40
40
  var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
41
- var import_chunk_JYVE3XIJ = require("./chunk-JYVE3XIJ.js");
41
+ var import_chunk_QPQSC3JJ = require("./chunk-QPQSC3JJ.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, import_chunk_UNJSHV2X.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
+ super((0, import_chunk_UK22OTEL.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 import_chunk_JYVE3XIJ.prismaSchemaWasm.merge_schemas(params);
76
+ return import_chunk_QPQSC3JJ.prismaSchemaWasm.merge_schemas(params);
77
77
  },
78
78
  (e) => ({
79
79
  type: "wasm-error",
@@ -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 chunk_I466QKCX_exports = {};
20
- __export(chunk_I466QKCX_exports, {
19
+ var chunk_YVCVAF6S_exports = {};
20
+ __export(chunk_YVCVAF6S_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_I466QKCX_exports);
24
- var import_chunk_HETFUCWB = require("./chunk-HETFUCWB.js");
25
- var packageJson = (0, import_chunk_HETFUCWB.require_package)();
23
+ module.exports = __toCommonJS(chunk_YVCVAF6S_exports);
24
+ var import_chunk_SEMJP57T = require("./chunk-SEMJP57T.js");
25
+ var packageJson = (0, import_chunk_SEMJP57T.require_package)();
26
26
  var version = packageJson.version;
@@ -16,22 +16,19 @@ 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 chunk_ZA3RMW2P_exports = {};
20
- __export(chunk_ZA3RMW2P_exports, {
19
+ var chunk_ZKAW5JSN_exports = {};
20
+ __export(chunk_ZKAW5JSN_exports, {
21
21
  getCommandWithExecutor: () => getCommandWithExecutor
22
22
  });
23
- module.exports = __toCommonJS(chunk_ZA3RMW2P_exports);
24
- var import_chunk_5I4BOTBV = require("./chunk-5I4BOTBV.js");
23
+ module.exports = __toCommonJS(chunk_ZKAW5JSN_exports);
24
+ var import_chunk_5MCWLJSR = require("./chunk-5MCWLJSR.js");
25
25
  function getCommandWithExecutor(command) {
26
- if ((0, import_chunk_5I4BOTBV.isCurrentBinInstalledGlobally)()) {
26
+ if ((0, import_chunk_5MCWLJSR.isCurrentBinInstalledGlobally)()) {
27
27
  return command;
28
28
  } else {
29
- const yarnUsed = process.env.npm_config_user_agent?.includes("yarn");
30
29
  const npxUsed = __dirname.includes("_npx");
31
30
  if (npxUsed) {
32
31
  return `npx ${command}`;
33
- } else if (yarnUsed) {
34
- return `yarn ${command}`;
35
32
  } else {
36
33
  return command;
37
34
  }