@prisma/internals 6.6.0 → 6.7.0-dev.10

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 (59) hide show
  1. package/dist/{chunk-2JBXOLXL.js → chunk-37VFNYDN.js} +8 -8
  2. package/dist/{chunk-RMLLA4MJ.js → chunk-3YTH3LTS.js} +5 -5
  3. package/dist/{chunk-R2TLNOWM.js → chunk-6BENCJWK.js} +5 -5
  4. package/dist/{chunk-C6CLGEHZ.js → chunk-6TCOHSIQ.js} +8 -8
  5. package/dist/{chunk-TZ7QN7B5.js → chunk-ANRRALG6.js} +5 -5
  6. package/dist/chunk-CHOXBASF.js +44 -0
  7. package/dist/{chunk-RKUASVCY.js → chunk-CI74URJJ.js} +7 -7
  8. package/dist/{chunk-7LPMJRUK.js → chunk-CKGYGP5K.js} +8 -8
  9. package/dist/{chunk-EVK7A7GF.js → chunk-DMAV353H.js} +5 -5
  10. package/dist/{chunk-37SOLWL3.js → chunk-DUZ7VTLL.js} +5 -5
  11. package/dist/{chunk-HG3YOAAE.js → chunk-FYZCPL2Z.js} +7 -8
  12. package/dist/{chunk-M3NEJQPR.js → chunk-IAPYMRWB.js} +5 -5
  13. package/dist/{chunk-I7NBPZBO.js → chunk-K4VD7DL5.js} +5 -5
  14. package/dist/{chunk-S7FWTZ4D.js → chunk-KQ6L53YO.js} +8 -8
  15. package/dist/{chunk-CFIXRANP.js → chunk-KSEX3ZQS.js} +6 -6
  16. package/dist/{chunk-67I7CEQJ.js → chunk-MY5KA4VU.js} +12 -329
  17. package/dist/{chunk-A4GRMJJI.js → chunk-NFMKETO5.js} +38 -432
  18. package/dist/{chunk-DSO2BAJY.js → chunk-OBDAVBAO.js} +7 -7
  19. package/dist/{chunk-DKSUHQGA.js → chunk-ONPT5QRX.js} +5 -5
  20. package/dist/{chunk-UZFWYQZJ.js → chunk-P3Y54DBD.js} +5 -5
  21. package/dist/{chunk-B4AYGGZW.js → chunk-PD4UCNF3.js} +8 -8
  22. package/dist/{chunk-3DQANJMY.js → chunk-PRGTOMXU.js} +5 -5
  23. package/dist/chunk-PSFQKG2Q.js +6291 -0
  24. package/dist/chunk-Q6ZVYPDB.js +41 -0
  25. package/dist/{chunk-DCWEKWHT.js → chunk-QOMMMKJO.js} +38 -432
  26. package/dist/chunk-QS3WUGE3.js +341 -0
  27. package/dist/{chunk-XRNBEUVE.js → chunk-R37TYWYY.js} +5 -5
  28. package/dist/{chunk-XO424ERB.js → chunk-UZARHCFS.js} +8 -8
  29. package/dist/{chunk-KB5DKCI4.js → chunk-W67YF34Y.js} +7 -7
  30. package/dist/chunk-WCPUXXL2.js +183 -0
  31. package/dist/chunk-ZCBEMBHR.js +242 -0
  32. package/dist/chunk-ZIFBTC6Y.js +6440 -0
  33. package/dist/cli/checkUnsupportedDataProxy.js +26 -20
  34. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +26 -20
  35. package/dist/cli/getSchema.js +8 -112
  36. package/dist/cli/hashes.js +6 -109
  37. package/dist/cli/schemaContext.js +26 -20
  38. package/dist/engine-commands/errorHelpers.js +4 -4
  39. package/dist/engine-commands/formatSchema.js +25 -19
  40. package/dist/engine-commands/getConfig.js +10 -10
  41. package/dist/engine-commands/getDmmf.js +7 -7
  42. package/dist/engine-commands/getEngineVersion.js +4 -4
  43. package/dist/engine-commands/getEnginesMetaInfo.js +6 -6
  44. package/dist/engine-commands/index.js +36 -30
  45. package/dist/engine-commands/lintSchema.js +8 -8
  46. package/dist/engine-commands/mergeSchemas.js +7 -7
  47. package/dist/engine-commands/validate.js +7 -7
  48. package/dist/get-generators/getGenerators.js +28 -22
  49. package/dist/getPackedPackage.js +6 -4
  50. package/dist/index.js +64 -58
  51. package/dist/resolveBinary.js +6 -6
  52. package/dist/resolvePkg.js +3 -2
  53. package/dist/schemaEngineCommands.js +7 -7
  54. package/dist/utils/getEnvPaths.js +5 -106
  55. package/dist/utils/getVersionFromPackageJson.js +3 -3
  56. package/dist/utils/loadEnvFile.js +6 -106
  57. package/dist/wasm.js +5 -5
  58. package/package.json +13 -13
  59. package/dist/chunk-MJIP3FY5.js +0 -12695
@@ -26,12 +26,12 @@ 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_67I7CEQJ_exports = {};
30
- __export(chunk_67I7CEQJ_exports, {
31
- require_is_core_module: () => require_is_core_module,
29
+ var chunk_MY5KA4VU_exports = {};
30
+ __export(chunk_MY5KA4VU_exports, {
32
31
  resolvePkg: () => resolvePkg
33
32
  });
34
- module.exports = __toCommonJS(chunk_67I7CEQJ_exports);
33
+ module.exports = __toCommonJS(chunk_MY5KA4VU_exports);
34
+ var import_chunk_QS3WUGE3 = require("./chunk-QS3WUGE3.js");
35
35
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
36
36
  var import_path = __toESM(require("path"));
37
37
  var require_homedir = (0, import_chunk_4VNS5WPM.__commonJS)({
@@ -175,323 +175,6 @@ var require_normalize_options = (0, import_chunk_4VNS5WPM.__commonJS)({
175
175
  };
176
176
  }
177
177
  });
178
- var require_implementation = (0, import_chunk_4VNS5WPM.__commonJS)({
179
- "../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js"(exports, module2) {
180
- "use strict";
181
- var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
182
- var toStr = Object.prototype.toString;
183
- var max = Math.max;
184
- var funcType = "[object Function]";
185
- var concatty = function concatty2(a, b) {
186
- var arr = [];
187
- for (var i = 0; i < a.length; i += 1) {
188
- arr[i] = a[i];
189
- }
190
- for (var j = 0; j < b.length; j += 1) {
191
- arr[j + a.length] = b[j];
192
- }
193
- return arr;
194
- };
195
- var slicy = function slicy2(arrLike, offset) {
196
- var arr = [];
197
- for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
198
- arr[j] = arrLike[i];
199
- }
200
- return arr;
201
- };
202
- var joiny = function(arr, joiner) {
203
- var str = "";
204
- for (var i = 0; i < arr.length; i += 1) {
205
- str += arr[i];
206
- if (i + 1 < arr.length) {
207
- str += joiner;
208
- }
209
- }
210
- return str;
211
- };
212
- module2.exports = function bind(that) {
213
- var target = this;
214
- if (typeof target !== "function" || toStr.apply(target) !== funcType) {
215
- throw new TypeError(ERROR_MESSAGE + target);
216
- }
217
- var args = slicy(arguments, 1);
218
- var bound;
219
- var binder = function() {
220
- if (this instanceof bound) {
221
- var result = target.apply(
222
- this,
223
- concatty(args, arguments)
224
- );
225
- if (Object(result) === result) {
226
- return result;
227
- }
228
- return this;
229
- }
230
- return target.apply(
231
- that,
232
- concatty(args, arguments)
233
- );
234
- };
235
- var boundLength = max(0, target.length - args.length);
236
- var boundArgs = [];
237
- for (var i = 0; i < boundLength; i++) {
238
- boundArgs[i] = "$" + i;
239
- }
240
- bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
241
- if (target.prototype) {
242
- var Empty = function Empty2() {
243
- };
244
- Empty.prototype = target.prototype;
245
- bound.prototype = new Empty();
246
- Empty.prototype = null;
247
- }
248
- return bound;
249
- };
250
- }
251
- });
252
- var require_function_bind = (0, import_chunk_4VNS5WPM.__commonJS)({
253
- "../../node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js"(exports, module2) {
254
- "use strict";
255
- var implementation = require_implementation();
256
- module2.exports = Function.prototype.bind || implementation;
257
- }
258
- });
259
- var require_hasown = (0, import_chunk_4VNS5WPM.__commonJS)({
260
- "../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js"(exports, module2) {
261
- "use strict";
262
- var call = Function.prototype.call;
263
- var $hasOwn = Object.prototype.hasOwnProperty;
264
- var bind = require_function_bind();
265
- module2.exports = bind.call(call, $hasOwn);
266
- }
267
- });
268
- var require_core = (0, import_chunk_4VNS5WPM.__commonJS)({
269
- "../../node_modules/.pnpm/is-core-module@2.16.1/node_modules/is-core-module/core.json"(exports, module2) {
270
- module2.exports = {
271
- assert: true,
272
- "node:assert": [">= 14.18 && < 15", ">= 16"],
273
- "assert/strict": ">= 15",
274
- "node:assert/strict": ">= 16",
275
- async_hooks: ">= 8",
276
- "node:async_hooks": [">= 14.18 && < 15", ">= 16"],
277
- buffer_ieee754: ">= 0.5 && < 0.9.7",
278
- buffer: true,
279
- "node:buffer": [">= 14.18 && < 15", ">= 16"],
280
- child_process: true,
281
- "node:child_process": [">= 14.18 && < 15", ">= 16"],
282
- cluster: ">= 0.5",
283
- "node:cluster": [">= 14.18 && < 15", ">= 16"],
284
- console: true,
285
- "node:console": [">= 14.18 && < 15", ">= 16"],
286
- constants: true,
287
- "node:constants": [">= 14.18 && < 15", ">= 16"],
288
- crypto: true,
289
- "node:crypto": [">= 14.18 && < 15", ">= 16"],
290
- _debug_agent: ">= 1 && < 8",
291
- _debugger: "< 8",
292
- dgram: true,
293
- "node:dgram": [">= 14.18 && < 15", ">= 16"],
294
- diagnostics_channel: [">= 14.17 && < 15", ">= 15.1"],
295
- "node:diagnostics_channel": [">= 14.18 && < 15", ">= 16"],
296
- dns: true,
297
- "node:dns": [">= 14.18 && < 15", ">= 16"],
298
- "dns/promises": ">= 15",
299
- "node:dns/promises": ">= 16",
300
- domain: ">= 0.7.12",
301
- "node:domain": [">= 14.18 && < 15", ">= 16"],
302
- events: true,
303
- "node:events": [">= 14.18 && < 15", ">= 16"],
304
- freelist: "< 6",
305
- fs: true,
306
- "node:fs": [">= 14.18 && < 15", ">= 16"],
307
- "fs/promises": [">= 10 && < 10.1", ">= 14"],
308
- "node:fs/promises": [">= 14.18 && < 15", ">= 16"],
309
- _http_agent: ">= 0.11.1",
310
- "node:_http_agent": [">= 14.18 && < 15", ">= 16"],
311
- _http_client: ">= 0.11.1",
312
- "node:_http_client": [">= 14.18 && < 15", ">= 16"],
313
- _http_common: ">= 0.11.1",
314
- "node:_http_common": [">= 14.18 && < 15", ">= 16"],
315
- _http_incoming: ">= 0.11.1",
316
- "node:_http_incoming": [">= 14.18 && < 15", ">= 16"],
317
- _http_outgoing: ">= 0.11.1",
318
- "node:_http_outgoing": [">= 14.18 && < 15", ">= 16"],
319
- _http_server: ">= 0.11.1",
320
- "node:_http_server": [">= 14.18 && < 15", ">= 16"],
321
- http: true,
322
- "node:http": [">= 14.18 && < 15", ">= 16"],
323
- http2: ">= 8.8",
324
- "node:http2": [">= 14.18 && < 15", ">= 16"],
325
- https: true,
326
- "node:https": [">= 14.18 && < 15", ">= 16"],
327
- inspector: ">= 8",
328
- "node:inspector": [">= 14.18 && < 15", ">= 16"],
329
- "inspector/promises": [">= 19"],
330
- "node:inspector/promises": [">= 19"],
331
- _linklist: "< 8",
332
- module: true,
333
- "node:module": [">= 14.18 && < 15", ">= 16"],
334
- net: true,
335
- "node:net": [">= 14.18 && < 15", ">= 16"],
336
- "node-inspect/lib/_inspect": ">= 7.6 && < 12",
337
- "node-inspect/lib/internal/inspect_client": ">= 7.6 && < 12",
338
- "node-inspect/lib/internal/inspect_repl": ">= 7.6 && < 12",
339
- os: true,
340
- "node:os": [">= 14.18 && < 15", ">= 16"],
341
- path: true,
342
- "node:path": [">= 14.18 && < 15", ">= 16"],
343
- "path/posix": ">= 15.3",
344
- "node:path/posix": ">= 16",
345
- "path/win32": ">= 15.3",
346
- "node:path/win32": ">= 16",
347
- perf_hooks: ">= 8.5",
348
- "node:perf_hooks": [">= 14.18 && < 15", ">= 16"],
349
- process: ">= 1",
350
- "node:process": [">= 14.18 && < 15", ">= 16"],
351
- punycode: ">= 0.5",
352
- "node:punycode": [">= 14.18 && < 15", ">= 16"],
353
- querystring: true,
354
- "node:querystring": [">= 14.18 && < 15", ">= 16"],
355
- readline: true,
356
- "node:readline": [">= 14.18 && < 15", ">= 16"],
357
- "readline/promises": ">= 17",
358
- "node:readline/promises": ">= 17",
359
- repl: true,
360
- "node:repl": [">= 14.18 && < 15", ">= 16"],
361
- "node:sea": [">= 20.12 && < 21", ">= 21.7"],
362
- smalloc: ">= 0.11.5 && < 3",
363
- "node:sqlite": [">= 22.13 && < 23", ">= 23.4"],
364
- _stream_duplex: ">= 0.9.4",
365
- "node:_stream_duplex": [">= 14.18 && < 15", ">= 16"],
366
- _stream_transform: ">= 0.9.4",
367
- "node:_stream_transform": [">= 14.18 && < 15", ">= 16"],
368
- _stream_wrap: ">= 1.4.1",
369
- "node:_stream_wrap": [">= 14.18 && < 15", ">= 16"],
370
- _stream_passthrough: ">= 0.9.4",
371
- "node:_stream_passthrough": [">= 14.18 && < 15", ">= 16"],
372
- _stream_readable: ">= 0.9.4",
373
- "node:_stream_readable": [">= 14.18 && < 15", ">= 16"],
374
- _stream_writable: ">= 0.9.4",
375
- "node:_stream_writable": [">= 14.18 && < 15", ">= 16"],
376
- stream: true,
377
- "node:stream": [">= 14.18 && < 15", ">= 16"],
378
- "stream/consumers": ">= 16.7",
379
- "node:stream/consumers": ">= 16.7",
380
- "stream/promises": ">= 15",
381
- "node:stream/promises": ">= 16",
382
- "stream/web": ">= 16.5",
383
- "node:stream/web": ">= 16.5",
384
- string_decoder: true,
385
- "node:string_decoder": [">= 14.18 && < 15", ">= 16"],
386
- sys: [">= 0.4 && < 0.7", ">= 0.8"],
387
- "node:sys": [">= 14.18 && < 15", ">= 16"],
388
- "test/reporters": ">= 19.9 && < 20.2",
389
- "node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
390
- "test/mock_loader": ">= 22.3 && < 22.7",
391
- "node:test/mock_loader": ">= 22.3 && < 22.7",
392
- "node:test": [">= 16.17 && < 17", ">= 18"],
393
- timers: true,
394
- "node:timers": [">= 14.18 && < 15", ">= 16"],
395
- "timers/promises": ">= 15",
396
- "node:timers/promises": ">= 16",
397
- _tls_common: ">= 0.11.13",
398
- "node:_tls_common": [">= 14.18 && < 15", ">= 16"],
399
- _tls_legacy: ">= 0.11.3 && < 10",
400
- _tls_wrap: ">= 0.11.3",
401
- "node:_tls_wrap": [">= 14.18 && < 15", ">= 16"],
402
- tls: true,
403
- "node:tls": [">= 14.18 && < 15", ">= 16"],
404
- trace_events: ">= 10",
405
- "node:trace_events": [">= 14.18 && < 15", ">= 16"],
406
- tty: true,
407
- "node:tty": [">= 14.18 && < 15", ">= 16"],
408
- url: true,
409
- "node:url": [">= 14.18 && < 15", ">= 16"],
410
- util: true,
411
- "node:util": [">= 14.18 && < 15", ">= 16"],
412
- "util/types": ">= 15.3",
413
- "node:util/types": ">= 16",
414
- "v8/tools/arguments": ">= 10 && < 12",
415
- "v8/tools/codemap": [">= 4.4 && < 5", ">= 5.2 && < 12"],
416
- "v8/tools/consarray": [">= 4.4 && < 5", ">= 5.2 && < 12"],
417
- "v8/tools/csvparser": [">= 4.4 && < 5", ">= 5.2 && < 12"],
418
- "v8/tools/logreader": [">= 4.4 && < 5", ">= 5.2 && < 12"],
419
- "v8/tools/profile_view": [">= 4.4 && < 5", ">= 5.2 && < 12"],
420
- "v8/tools/splaytree": [">= 4.4 && < 5", ">= 5.2 && < 12"],
421
- v8: ">= 1",
422
- "node:v8": [">= 14.18 && < 15", ">= 16"],
423
- vm: true,
424
- "node:vm": [">= 14.18 && < 15", ">= 16"],
425
- wasi: [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"],
426
- "node:wasi": [">= 18.17 && < 19", ">= 20"],
427
- worker_threads: ">= 11.7",
428
- "node:worker_threads": [">= 14.18 && < 15", ">= 16"],
429
- zlib: ">= 0.5",
430
- "node:zlib": [">= 14.18 && < 15", ">= 16"]
431
- };
432
- }
433
- });
434
- var require_is_core_module = (0, import_chunk_4VNS5WPM.__commonJS)({
435
- "../../node_modules/.pnpm/is-core-module@2.16.1/node_modules/is-core-module/index.js"(exports, module2) {
436
- "use strict";
437
- var hasOwn = require_hasown();
438
- function specifierIncluded(current, specifier) {
439
- var nodeParts = current.split(".");
440
- var parts = specifier.split(" ");
441
- var op = parts.length > 1 ? parts[0] : "=";
442
- var versionParts = (parts.length > 1 ? parts[1] : parts[0]).split(".");
443
- for (var i = 0; i < 3; ++i) {
444
- var cur = parseInt(nodeParts[i] || 0, 10);
445
- var ver = parseInt(versionParts[i] || 0, 10);
446
- if (cur === ver) {
447
- continue;
448
- }
449
- if (op === "<") {
450
- return cur < ver;
451
- }
452
- if (op === ">=") {
453
- return cur >= ver;
454
- }
455
- return false;
456
- }
457
- return op === ">=";
458
- }
459
- function matchesRange(current, range) {
460
- var specifiers = range.split(/ ?&& ?/);
461
- if (specifiers.length === 0) {
462
- return false;
463
- }
464
- for (var i = 0; i < specifiers.length; ++i) {
465
- if (!specifierIncluded(current, specifiers[i])) {
466
- return false;
467
- }
468
- }
469
- return true;
470
- }
471
- function versionIncluded(nodeVersion, specifierValue) {
472
- if (typeof specifierValue === "boolean") {
473
- return specifierValue;
474
- }
475
- var current = typeof nodeVersion === "undefined" ? process.versions && process.versions.node : nodeVersion;
476
- if (typeof current !== "string") {
477
- throw new TypeError(typeof nodeVersion === "undefined" ? "Unable to determine current node version" : "If provided, a valid node version is required");
478
- }
479
- if (specifierValue && typeof specifierValue === "object") {
480
- for (var i = 0; i < specifierValue.length; ++i) {
481
- if (matchesRange(current, specifierValue[i])) {
482
- return true;
483
- }
484
- }
485
- return false;
486
- }
487
- return matchesRange(current, specifierValue);
488
- }
489
- var data = require_core();
490
- module2.exports = function isCore(x, nodeVersion) {
491
- return hasOwn(data, x) && versionIncluded(nodeVersion, data[x]);
492
- };
493
- }
494
- });
495
178
  var require_async = (0, import_chunk_4VNS5WPM.__commonJS)({
496
179
  "../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/async.js"(exports, module2) {
497
180
  "use strict";
@@ -501,7 +184,7 @@ var require_async = (0, import_chunk_4VNS5WPM.__commonJS)({
501
184
  var caller = require_caller();
502
185
  var nodeModulesPaths = require_node_modules_paths();
503
186
  var normalizeOptions = require_normalize_options();
504
- var isCore = require_is_core_module();
187
+ var isCore = (0, import_chunk_QS3WUGE3.require_is_core_module)();
505
188
  var realpathFS = process.platform !== "win32" && fs.realpath && typeof fs.realpath.native === "function" ? fs.realpath.native : fs.realpath;
506
189
  var homedir = getHomedir();
507
190
  var defaultPaths = function() {
@@ -786,7 +469,7 @@ var require_async = (0, import_chunk_4VNS5WPM.__commonJS)({
786
469
  };
787
470
  }
788
471
  });
789
- var require_core2 = (0, import_chunk_4VNS5WPM.__commonJS)({
472
+ var require_core = (0, import_chunk_4VNS5WPM.__commonJS)({
790
473
  "../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/core.json"(exports, module2) {
791
474
  module2.exports = {
792
475
  assert: true,
@@ -952,11 +635,11 @@ var require_core2 = (0, import_chunk_4VNS5WPM.__commonJS)({
952
635
  };
953
636
  }
954
637
  });
955
- var require_core3 = (0, import_chunk_4VNS5WPM.__commonJS)({
638
+ var require_core2 = (0, import_chunk_4VNS5WPM.__commonJS)({
956
639
  "../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/core.js"(exports, module2) {
957
640
  "use strict";
958
- var isCoreModule = require_is_core_module();
959
- var data = require_core2();
641
+ var isCoreModule = (0, import_chunk_QS3WUGE3.require_is_core_module)();
642
+ var data = require_core();
960
643
  var core = {};
961
644
  for (mod in data) {
962
645
  if (Object.prototype.hasOwnProperty.call(data, mod)) {
@@ -970,7 +653,7 @@ var require_core3 = (0, import_chunk_4VNS5WPM.__commonJS)({
970
653
  var require_is_core = (0, import_chunk_4VNS5WPM.__commonJS)({
971
654
  "../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/is-core.js"(exports, module2) {
972
655
  "use strict";
973
- var isCoreModule = require_is_core_module();
656
+ var isCoreModule = (0, import_chunk_QS3WUGE3.require_is_core_module)();
974
657
  module2.exports = function isCore(x) {
975
658
  return isCoreModule(x);
976
659
  };
@@ -979,7 +662,7 @@ var require_is_core = (0, import_chunk_4VNS5WPM.__commonJS)({
979
662
  var require_sync = (0, import_chunk_4VNS5WPM.__commonJS)({
980
663
  "../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/sync.js"(exports, module2) {
981
664
  "use strict";
982
- var isCore = require_is_core_module();
665
+ var isCore = (0, import_chunk_QS3WUGE3.require_is_core_module)();
983
666
  var fs = (0, import_chunk_4VNS5WPM.__require)("fs");
984
667
  var path2 = (0, import_chunk_4VNS5WPM.__require)("path");
985
668
  var getHomedir = require_homedir();
@@ -1172,7 +855,7 @@ var require_resolve = (0, import_chunk_4VNS5WPM.__commonJS)({
1172
855
  "../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/index.js"(exports, module2) {
1173
856
  "use strict";
1174
857
  var async = require_async();
1175
- async.core = require_core3();
858
+ async.core = require_core2();
1176
859
  async.isCore = require_is_core();
1177
860
  async.sync = require_sync();
1178
861
  module2.exports = async;