@prisma/internals 6.3.0-integration-studio-ux-refinements.2 → 6.3.0-integration-engines-6-3-0-18-integration-fix-aws-cli-version-18e9d973d7789a29d6b3c801dc30cb76c45ee0e0.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-KKMREGHN.js → chunk-53LS3WUO.js} +143 -94
- package/dist/{chunk-S3323RUL.js → chunk-5RV3EMX6.js} +9 -9
- package/dist/{chunk-2IPIBP5P.js → chunk-6MSXEABD.js} +16 -8
- package/dist/{chunk-CXEMRKV4.js → chunk-6TXVGFQA.js} +6 -6
- package/dist/{chunk-33LHUSHN.js → chunk-6XND2ZQY.js} +5 -5
- package/dist/{chunk-QTXYAZFX.js → chunk-AC6EAR56.js} +5 -5
- package/dist/{chunk-W2OR5YUF.js → chunk-ARRVEXOA.js} +13 -13
- package/dist/{chunk-CZDIXJEO.js → chunk-B2T5HDW7.js} +257 -11
- package/dist/{chunk-RDX5FNEL.js → chunk-CDW4XDBW.js} +14 -14
- package/dist/{chunk-ABEQ2U6R.js → chunk-CLXZMHHE.js} +5 -5
- package/dist/{chunk-N6K7M2HZ.js → chunk-DZYINYAA.js} +5 -5
- package/dist/{chunk-5BYCRWVW.js → chunk-E5AXFEFV.js} +14 -14
- package/dist/{chunk-JAVGNR6X.js → chunk-FBFA2BX5.js} +5 -5
- package/dist/{chunk-TFSZCVKC.js → chunk-G4BGJ6IP.js} +5 -5
- package/dist/{chunk-2DSKCK2V.js → chunk-GEMQC6O2.js} +14 -14
- package/dist/{chunk-WLFXTRN5.js → chunk-H7P6PFX4.js} +5 -5
- package/dist/chunk-HB2Q7X5H.js +30 -0
- package/dist/{chunk-2XRDQCIA.js → chunk-I7IEEULS.js} +5 -5
- package/dist/{chunk-EKBX4J6O.js → chunk-IWJ2BUYF.js} +7 -7
- package/dist/{chunk-BONFK27U.js → chunk-J7ZPY2XA.js} +4 -4
- package/dist/{chunk-GH5ML3FF.js → chunk-K7RKBI4P.js} +15 -7
- package/dist/{chunk-X4U4GLWH.js → chunk-KRWS7JB4.js} +5 -4
- package/dist/{chunk-YU7EBOUS.js → chunk-L7IGBD7G.js} +5 -5
- package/dist/{chunk-QJZIYUVB.js → chunk-NXIWDQBF.js} +4 -4
- package/dist/{chunk-EMTIYECY.js → chunk-O5KI7246.js} +14 -14
- package/dist/{chunk-3DMEILBC.js → chunk-OYLZC5OV.js} +13 -13
- package/dist/{chunk-KEBDP2C3.js → chunk-PIPE5DSU.js} +6 -6
- package/dist/{chunk-CKNTB45N.js → chunk-QSAE23KV.js} +8 -3
- package/dist/{chunk-P6VBFLWR.js → chunk-QVVSDACW.js} +5 -5
- package/dist/{chunk-CHFPACOJ.js → chunk-RR2ONZZ7.js} +15 -15
- package/dist/{chunk-UPIULDLZ.js → chunk-SHJNE6T7.js} +8 -8
- package/dist/{chunk-H32RDGWV.js → chunk-TTNZ3VMV.js} +58 -58
- package/dist/{chunk-KIX3MA7U.js → chunk-UMSGEFQD.js} +5 -5
- package/dist/{chunk-4XVEETXR.js → chunk-VCIX2IXO.js} +5 -5
- package/dist/{chunk-MH22WJ5K.js → chunk-W7LO2ZV3.js} +13 -13
- package/dist/{chunk-XPHFVLP7.js → chunk-WMJQ27BP.js} +5 -5
- package/dist/{chunk-25RJ7YTB.js → chunk-XKZ6CBLA.js} +3 -3
- package/dist/{chunk-E3APO3ZG.js → chunk-Y3OWT3K2.js} +5 -5
- package/dist/{chunk-WHAYLZYB.js → chunk-YPGH7DN3.js} +58 -58
- package/dist/{chunk-FUUQ6FJ4.js → chunk-YXD4CJDK.js} +25 -17
- package/dist/{chunk-DNQ6ZL6Z.js → chunk-Z7NR37SC.js} +15 -15
- package/dist/cli/checkUnsupportedDataProxy.js +41 -40
- package/dist/cli/getGeneratorSuccessMessage.js +3 -3
- package/dist/cli/getSchema.js +46 -45
- package/dist/cli/getTypescriptVersion.js +2 -2
- package/dist/cli/hashes.js +41 -40
- package/dist/client/getClientEngineType.d.ts +2 -1
- package/dist/client/getClientEngineType.js +4 -4
- package/dist/convertCredentials.js +5 -4
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +40 -39
- package/dist/engine-commands/getConfig.js +12 -12
- package/dist/engine-commands/getDmmf.js +9 -9
- package/dist/engine-commands/getEngineVersion.js +8 -8
- package/dist/engine-commands/getEnginesMetaInfo.js +10 -10
- package/dist/engine-commands/index.js +51 -50
- package/dist/engine-commands/lintSchema.js +8 -8
- package/dist/engine-commands/mergeSchemas.js +9 -9
- package/dist/engine-commands/queryEngineCommons.js +6 -6
- package/dist/engine-commands/validate.js +9 -9
- package/dist/get-generators/generatorResolvers/generatorResolvers.js +40 -39
- package/dist/get-generators/generatorResolvers/prisma-client-js/auto-installation/findPrismaClientDir.js +3 -3
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +40 -39
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/resolve.js +3 -3
- package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +41 -40
- package/dist/get-generators/getGenerators.js +43 -42
- package/dist/getPackedPackage.js +4 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.js +94 -90
- package/dist/resolveBinary.js +7 -7
- package/dist/schemaEngineCommands.js +8 -8
- package/dist/sendPanic.js +40 -39
- package/dist/utils/cloudflareD1.js +4 -4
- package/dist/utils/fs-functional.js +10 -10
- package/dist/utils/fs-utils.js +8 -8
- package/dist/utils/getEnvPaths.js +40 -39
- package/dist/utils/getGitHubIssueUrl.js +4 -4
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handleEngineLoadingErrors.js +3 -3
- package/dist/utils/handlePanic.js +40 -39
- package/dist/utils/load.js +4 -4
- package/dist/utils/loadEnvFile.js +40 -39
- package/dist/utils/prismaPostgres.d.ts +3 -0
- package/dist/utils/prismaPostgres.js +27 -0
- package/dist/utils/prismaPostgres.test.d.ts +1 -0
- package/dist/utils/prismaPostgres.test.js +15 -0
- package/dist/wasm.js +4 -4
- package/package.json +19 -11
- package/dist/chunk-PPCNLYSB.js +0 -47
- package/dist/typescript-AILDXN3I.js +0 -205230
- package/dist/typescript-WN4QH2CP.js +0 -205192
@@ -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_WMJQ27BP_exports = {};
|
20
|
+
__export(chunk_WMJQ27BP_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_WMJQ27BP_exports);
|
28
28
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
29
|
-
var
|
29
|
+
var import_chunk_L7IGBD7G = require("./chunk-L7IGBD7G.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_L7IGBD7G.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
34
34
|
const lintDiagnostics = JSON.parse(lintResult);
|
35
35
|
return lintDiagnostics;
|
36
36
|
}
|
@@ -16,12 +16,12 @@ 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_XKZ6CBLA_exports = {};
|
20
|
+
__export(chunk_XKZ6CBLA_exports, {
|
21
21
|
N: () => N,
|
22
22
|
z: () => z
|
23
23
|
});
|
24
|
-
module.exports = __toCommonJS(
|
24
|
+
module.exports = __toCommonJS(chunk_XKZ6CBLA_exports);
|
25
25
|
var t = Symbol.for("@ts-pattern/matcher");
|
26
26
|
var e = Symbol.for("@ts-pattern/isVariadic");
|
27
27
|
var n = "@ts-pattern/anonymous-select-key";
|
@@ -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_Y3OWT3K2_exports = {};
|
30
|
+
__export(chunk_Y3OWT3K2_exports, {
|
31
31
|
createDirIfNotExists: () => createDirIfNotExists,
|
32
32
|
fs_utils_exports: () => fs_utils_exports,
|
33
33
|
getFilesInDir: () => getFilesInDir,
|
@@ -36,9 +36,9 @@ __export(chunk_E3APO3ZG_exports, {
|
|
36
36
|
removeEmptyDirs: () => removeEmptyDirs,
|
37
37
|
writeFile: () => writeFile
|
38
38
|
});
|
39
|
-
module.exports = __toCommonJS(
|
39
|
+
module.exports = __toCommonJS(chunk_Y3OWT3K2_exports);
|
40
40
|
var import_chunk_J77ZIDXB = require("./chunk-J77ZIDXB.js");
|
41
|
-
var
|
41
|
+
var import_chunk_53LS3WUO = require("./chunk-53LS3WUO.js");
|
42
42
|
var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.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_WWAWV7DQ.__toESM)((0,
|
54
|
+
var import_globby = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_53LS3WUO.require_globby)());
|
55
55
|
function createDirIfNotExists(dir) {
|
56
56
|
return import_promises.default.mkdir(dir, { recursive: true });
|
57
57
|
}
|
@@ -26,8 +26,8 @@ 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_YPGH7DN3_exports = {};
|
30
|
+
__export2(chunk_YPGH7DN3_exports, {
|
31
31
|
checkTypeScriptVersion: () => checkTypeScriptVersion,
|
32
32
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
33
33
|
debug: () => debug5,
|
@@ -55,49 +55,49 @@ __export2(chunk_WHAYLZYB_exports, {
|
|
55
55
|
sendPanic: () => sendPanic,
|
56
56
|
skipIndex: () => skipIndex
|
57
57
|
});
|
58
|
-
module.exports = __toCommonJS2(
|
59
|
-
var
|
58
|
+
module.exports = __toCommonJS2(chunk_YPGH7DN3_exports);
|
59
|
+
var import_chunk_EUTJYQDW = require("./chunk-EUTJYQDW.js");
|
60
|
+
var import_chunk_IPKE37QC = require("./chunk-IPKE37QC.js");
|
61
|
+
var import_chunk_PIPE5DSU = require("./chunk-PIPE5DSU.js");
|
60
62
|
var import_chunk_77IC3DNO = require("./chunk-77IC3DNO.js");
|
61
63
|
var import_chunk_MGZOEY6N = require("./chunk-MGZOEY6N.js");
|
62
64
|
var import_chunk_S57RMXZW = require("./chunk-S57RMXZW.js");
|
63
|
-
var import_chunk_EUTJYQDW = require("./chunk-EUTJYQDW.js");
|
64
|
-
var import_chunk_ONHKZPSV = require("./chunk-ONHKZPSV.js");
|
65
|
-
var import_chunk_IPKE37QC = require("./chunk-IPKE37QC.js");
|
66
|
-
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
67
65
|
var import_chunk_5XRQ7ONW = require("./chunk-5XRQ7ONW.js");
|
68
|
-
var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
|
69
66
|
var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
|
70
|
-
var
|
71
|
-
var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
|
67
|
+
var import_chunk_ONHKZPSV = require("./chunk-ONHKZPSV.js");
|
72
68
|
var import_chunk_JHQHVXIR = require("./chunk-JHQHVXIR.js");
|
73
69
|
var import_chunk_3BND5XB4 = require("./chunk-3BND5XB4.js");
|
70
|
+
var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
|
71
|
+
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
72
|
+
var import_chunk_5V36RLCO = require("./chunk-5V36RLCO.js");
|
73
|
+
var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
|
74
74
|
var import_chunk_BGFWFIPR = require("./chunk-BGFWFIPR.js");
|
75
75
|
var import_chunk_2MWIMEFK = require("./chunk-2MWIMEFK.js");
|
76
76
|
var import_chunk_L6GBFCXG = require("./chunk-L6GBFCXG.js");
|
77
77
|
var import_chunk_KDHESRKE = require("./chunk-KDHESRKE.js");
|
78
78
|
var import_chunk_J77ZIDXB = require("./chunk-J77ZIDXB.js");
|
79
|
-
var
|
79
|
+
var import_chunk_AC6EAR56 = require("./chunk-AC6EAR56.js");
|
80
80
|
var import_chunk_EPJYKNCQ = require("./chunk-EPJYKNCQ.js");
|
81
81
|
var import_chunk_ODI3VNBD = require("./chunk-ODI3VNBD.js");
|
82
82
|
var import_chunk_TSJICM5S = require("./chunk-TSJICM5S.js");
|
83
|
-
var
|
84
|
-
var
|
83
|
+
var import_chunk_H7P6PFX4 = require("./chunk-H7P6PFX4.js");
|
84
|
+
var import_chunk_ARRVEXOA = require("./chunk-ARRVEXOA.js");
|
85
85
|
var import_chunk_MUPZUVSI = require("./chunk-MUPZUVSI.js");
|
86
|
-
var
|
87
|
-
var
|
86
|
+
var import_chunk_RR2ONZZ7 = require("./chunk-RR2ONZZ7.js");
|
87
|
+
var import_chunk_GEMQC6O2 = require("./chunk-GEMQC6O2.js");
|
88
88
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
89
|
-
var
|
90
|
-
var
|
89
|
+
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
90
|
+
var import_chunk_VCIX2IXO = require("./chunk-VCIX2IXO.js");
|
91
91
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
92
92
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
93
|
-
var import_chunk_M3GBKLGE = require("./chunk-M3GBKLGE.js");
|
94
93
|
var import_chunk_QIVUAERL = require("./chunk-QIVUAERL.js");
|
94
|
+
var import_chunk_M3GBKLGE = require("./chunk-M3GBKLGE.js");
|
95
95
|
var import_chunk_635TMBAP = require("./chunk-635TMBAP.js");
|
96
96
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
97
97
|
var import_chunk_KQOJB3ZW = require("./chunk-KQOJB3ZW.js");
|
98
|
-
var
|
99
|
-
var
|
100
|
-
var
|
98
|
+
var import_chunk_B2T5HDW7 = require("./chunk-B2T5HDW7.js");
|
99
|
+
var import_chunk_YXD4CJDK = require("./chunk-YXD4CJDK.js");
|
100
|
+
var import_chunk_53LS3WUO = require("./chunk-53LS3WUO.js");
|
101
101
|
var import_chunk_AZNLB67U = require("./chunk-AZNLB67U.js");
|
102
102
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
103
103
|
var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
|
@@ -439,7 +439,7 @@ var require_readdir_glob = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
439
439
|
module2.exports = readdirGlob;
|
440
440
|
var fs8 = (0, import_chunk_WWAWV7DQ.__require)("fs");
|
441
441
|
var { EventEmitter } = (0, import_chunk_WWAWV7DQ.__require)("events");
|
442
|
-
var { Minimatch } = (0,
|
442
|
+
var { Minimatch } = (0, import_chunk_B2T5HDW7.require_minimatch)();
|
443
443
|
var { resolve } = (0, import_chunk_WWAWV7DQ.__require)("path");
|
444
444
|
function readdir(dir2, strict) {
|
445
445
|
return new Promise((resolve2, reject2) => {
|
@@ -2850,7 +2850,7 @@ var require_stream_writable = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
2850
2850
|
var Duplex;
|
2851
2851
|
Writable.WritableState = WritableState;
|
2852
2852
|
var util = Object.create(require_util());
|
2853
|
-
util.inherits = (0,
|
2853
|
+
util.inherits = (0, import_chunk_B2T5HDW7.require_inherits)();
|
2854
2854
|
var internalUtil = {
|
2855
2855
|
deprecate: require_node()
|
2856
2856
|
};
|
@@ -3288,7 +3288,7 @@ var require_stream_duplex = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
3288
3288
|
};
|
3289
3289
|
module2.exports = Duplex;
|
3290
3290
|
var util = Object.create(require_util());
|
3291
|
-
util.inherits = (0,
|
3291
|
+
util.inherits = (0, import_chunk_B2T5HDW7.require_inherits)();
|
3292
3292
|
var Readable = require_stream_readable();
|
3293
3293
|
var Writable = require_stream_writable();
|
3294
3294
|
util.inherits(Duplex, Readable);
|
@@ -3609,7 +3609,7 @@ var require_stream_readable = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
3609
3609
|
return Buffer2.isBuffer(obj) || obj instanceof OurUint8Array;
|
3610
3610
|
}
|
3611
3611
|
var util = Object.create(require_util());
|
3612
|
-
util.inherits = (0,
|
3612
|
+
util.inherits = (0, import_chunk_B2T5HDW7.require_inherits)();
|
3613
3613
|
var debugUtil = (0, import_chunk_WWAWV7DQ.__require)("util");
|
3614
3614
|
var debug8 = void 0;
|
3615
3615
|
if (debugUtil && debugUtil.debuglog) {
|
@@ -4276,7 +4276,7 @@ var require_stream_transform = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
4276
4276
|
module2.exports = Transform;
|
4277
4277
|
var Duplex = require_stream_duplex();
|
4278
4278
|
var util = Object.create(require_util());
|
4279
|
-
util.inherits = (0,
|
4279
|
+
util.inherits = (0, import_chunk_B2T5HDW7.require_inherits)();
|
4280
4280
|
util.inherits(Transform, Duplex);
|
4281
4281
|
function afterTransform(er, data) {
|
4282
4282
|
var ts = this._transformState;
|
@@ -4374,7 +4374,7 @@ var require_stream_passthrough = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
4374
4374
|
module2.exports = PassThrough;
|
4375
4375
|
var Transform = require_stream_transform();
|
4376
4376
|
var util = Object.create(require_util());
|
4377
|
-
util.inherits = (0,
|
4377
|
+
util.inherits = (0, import_chunk_B2T5HDW7.require_inherits)();
|
4378
4378
|
util.inherits(PassThrough, Transform);
|
4379
4379
|
function PassThrough(options2) {
|
4380
4380
|
if (!(this instanceof PassThrough)) return new PassThrough(options2);
|
@@ -5660,7 +5660,7 @@ var require_stream_writable2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
5660
5660
|
var ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END;
|
5661
5661
|
var ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING;
|
5662
5662
|
var errorOrDestroy = destroyImpl.errorOrDestroy;
|
5663
|
-
(0,
|
5663
|
+
(0, import_chunk_B2T5HDW7.require_inherits)()(Writable, Stream);
|
5664
5664
|
function nop() {
|
5665
5665
|
}
|
5666
5666
|
function WritableState(options2, stream, isDuplex) {
|
@@ -6102,7 +6102,7 @@ var require_stream_duplex2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
6102
6102
|
module2.exports = Duplex;
|
6103
6103
|
var Readable = require_stream_readable2();
|
6104
6104
|
var Writable = require_stream_writable2();
|
6105
|
-
(0,
|
6105
|
+
(0, import_chunk_B2T5HDW7.require_inherits)()(Duplex, Readable);
|
6106
6106
|
{
|
6107
6107
|
keys = objectKeys(Writable.prototype);
|
6108
6108
|
for (v = 0; v < keys.length; v++) {
|
@@ -6879,7 +6879,7 @@ var require_stream_readable2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
6879
6879
|
var StringDecoder;
|
6880
6880
|
var createReadableStreamAsyncIterator;
|
6881
6881
|
var from;
|
6882
|
-
(0,
|
6882
|
+
(0, import_chunk_B2T5HDW7.require_inherits)()(Readable, Stream);
|
6883
6883
|
var errorOrDestroy = destroyImpl.errorOrDestroy;
|
6884
6884
|
var kProxyEvents = ["error", "close", "destroy", "pause", "resume"];
|
6885
6885
|
function prependListener(emitter, event, fn) {
|
@@ -7584,7 +7584,7 @@ var require_stream_transform2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
7584
7584
|
var ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING;
|
7585
7585
|
var ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0;
|
7586
7586
|
var Duplex = require_stream_duplex2();
|
7587
|
-
(0,
|
7587
|
+
(0, import_chunk_B2T5HDW7.require_inherits)()(Transform, Duplex);
|
7588
7588
|
function afterTransform(er, data) {
|
7589
7589
|
var ts = this._transformState;
|
7590
7590
|
ts.transforming = false;
|
@@ -7678,7 +7678,7 @@ var require_stream_passthrough2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
7678
7678
|
"use strict";
|
7679
7679
|
module2.exports = PassThrough;
|
7680
7680
|
var Transform = require_stream_transform2();
|
7681
|
-
(0,
|
7681
|
+
(0, import_chunk_B2T5HDW7.require_inherits)()(PassThrough, Transform);
|
7682
7682
|
function PassThrough(options2) {
|
7683
7683
|
if (!(this instanceof PassThrough)) return new PassThrough(options2);
|
7684
7684
|
Transform.call(this, options2);
|
@@ -8552,7 +8552,7 @@ var require_file = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
8552
8552
|
var difference = require_difference();
|
8553
8553
|
var union = require_union();
|
8554
8554
|
var isPlainObject = require_isPlainObject();
|
8555
|
-
var glob = (0,
|
8555
|
+
var glob = (0, import_chunk_B2T5HDW7.require_glob)();
|
8556
8556
|
var file = module2.exports = {};
|
8557
8557
|
var pathSeparatorRe = /[\/\\]/g;
|
8558
8558
|
var processPatterns = function(patterns, fn) {
|
@@ -14751,7 +14751,7 @@ async function readSchemaFromDirectory(schemaPath2) {
|
|
14751
14751
|
}
|
14752
14752
|
const files = await (0, import_schema_files_loader.loadSchemaFiles)(schemaPath2);
|
14753
14753
|
debug2("Loading config");
|
14754
|
-
const config2 = await (0,
|
14754
|
+
const config2 = await (0, import_chunk_RR2ONZZ7.getConfig)({
|
14755
14755
|
datamodel: files,
|
14756
14756
|
ignoreEnvVarErrors: true
|
14757
14757
|
});
|
@@ -14855,7 +14855,7 @@ function renderDefaultLookupError(error, cwd) {
|
|
14855
14855
|
return parts.join("\n");
|
14856
14856
|
}
|
14857
14857
|
async function getPrismaConfigFromPackageJson(cwd) {
|
14858
|
-
const pkgJson = await (0,
|
14858
|
+
const pkgJson = await (0, import_chunk_B2T5HDW7.readPackageUp)({ cwd, normalize: false });
|
14859
14859
|
const prismaPropertyFromPkgJson = pkgJson?.packageJson?.prisma;
|
14860
14860
|
if (!pkgJson) {
|
14861
14861
|
return null;
|
@@ -15059,8 +15059,8 @@ async function checkUnsupportedDataProxyMessage(command, args, implicitSchema) {
|
|
15059
15059
|
if (argName.includes("schema")) {
|
15060
15060
|
await loadEnvFile({ schemaPath: argValue, printMessage: false });
|
15061
15061
|
const datamodel = await import_fs.default.promises.readFile(argValue, "utf-8");
|
15062
|
-
const config2 = await (0,
|
15063
|
-
const url = (0,
|
15062
|
+
const config2 = await (0, import_chunk_RR2ONZZ7.getConfig)({ datamodel, ignoreEnvVarErrors: true });
|
15063
|
+
const url = (0, import_chunk_RR2ONZZ7.resolveUrl)((0, import_chunk_RR2ONZZ7.getEffectiveUrl)(config2.datasources[0]));
|
15064
15064
|
if (url?.startsWith("prisma://")) {
|
15065
15065
|
return forbiddenCmdWithDataProxyFlagMessage(command);
|
15066
15066
|
}
|
@@ -15081,12 +15081,12 @@ function getCLIPathHash() {
|
|
15081
15081
|
const cliPath = process.argv[1];
|
15082
15082
|
return import_crypto.default.createHash("sha256").update(cliPath).digest("hex").substring(0, 8);
|
15083
15083
|
}
|
15084
|
-
var import_p_map = (0, import_chunk_WWAWV7DQ.__toESM)((0,
|
15084
|
+
var import_p_map = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_B2T5HDW7.require_p_map)());
|
15085
15085
|
var debug4 = (0, import_debug6.default)("prisma:generator");
|
15086
15086
|
async function checkTypeScriptVersion() {
|
15087
15087
|
const minVersion = "4.1.0";
|
15088
15088
|
try {
|
15089
|
-
const typescriptPath = await (0,
|
15089
|
+
const typescriptPath = await (0, import_chunk_YXD4CJDK.resolvePkg)("typescript", {
|
15090
15090
|
basedir: process.cwd()
|
15091
15091
|
});
|
15092
15092
|
debug4("typescriptPath", typescriptPath);
|
@@ -15109,7 +15109,7 @@ async function checkTypeScriptVersion() {
|
|
15109
15109
|
}
|
15110
15110
|
var debug5 = (0, import_debug5.default)("prisma:generator");
|
15111
15111
|
async function prismaClientResolver(baseDir, version3) {
|
15112
|
-
let prismaClientDir = await (0,
|
15112
|
+
let prismaClientDir = await (0, import_chunk_PIPE5DSU.findPrismaClientDir)(baseDir);
|
15113
15113
|
debug5("baseDir", baseDir);
|
15114
15114
|
await checkTypeScriptVersion();
|
15115
15115
|
if (!prismaClientDir && !process.env.PRISMA_GENERATE_SKIP_AUTOINSTALL) {
|
@@ -15135,7 +15135,7 @@ async function prismaClientResolver(baseDir, version3) {
|
|
15135
15135
|
)
|
15136
15136
|
);
|
15137
15137
|
}
|
15138
|
-
const prismaCliDir = await (0,
|
15138
|
+
const prismaCliDir = await (0, import_chunk_YXD4CJDK.resolvePkg)("prisma", { basedir: baseDir });
|
15139
15139
|
if (process.platform === "win32" && await (0, import_chunk_S57RMXZW.isYarnUsed)(baseDir)) {
|
15140
15140
|
const hasCli = (s2) => prismaCliDir !== void 0 ? s2 : "";
|
15141
15141
|
const missingCli = (s2) => prismaCliDir === void 0 ? s2 : "";
|
@@ -15153,7 +15153,7 @@ async function prismaClientResolver(baseDir, version3) {
|
|
15153
15153
|
await (0, import_chunk_77IC3DNO.runPackageCmd)(projectRoot, "add", `prisma@${version3 ?? "latest"}`, "-D", "--silent");
|
15154
15154
|
}
|
15155
15155
|
await (0, import_chunk_77IC3DNO.runPackageCmd)(projectRoot, "add", `@prisma/client@${version3 ?? "latest"}`, "--silent");
|
15156
|
-
prismaClientDir = await (0,
|
15156
|
+
prismaClientDir = await (0, import_chunk_PIPE5DSU.findPrismaClientDir)(import_path4.default.join(".", baseDir));
|
15157
15157
|
if (!prismaClientDir) {
|
15158
15158
|
throw new Error(
|
15159
15159
|
`Could not resolve @prisma/client despite the installation that we just tried.
|
@@ -15232,7 +15232,7 @@ async function getGenerators(options) {
|
|
15232
15232
|
prismaPath = binaryPathsWithEngineType[queryEngineBinaryType][binaryTarget];
|
15233
15233
|
}
|
15234
15234
|
}
|
15235
|
-
const config = await (0,
|
15235
|
+
const config = await (0, import_chunk_RR2ONZZ7.getConfig)({
|
15236
15236
|
datamodel: schemas,
|
15237
15237
|
datamodelPath: schemaPath,
|
15238
15238
|
prismaPath,
|
@@ -15243,7 +15243,7 @@ async function getGenerators(options) {
|
|
15243
15243
|
}
|
15244
15244
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(config.warnings);
|
15245
15245
|
const previewFeatures = (0, import_chunk_TSJICM5S.extractPreviewFeatures)(config);
|
15246
|
-
const dmmf = await (0,
|
15246
|
+
const dmmf = await (0, import_chunk_GEMQC6O2.getDMMF)({
|
15247
15247
|
datamodel: schemas,
|
15248
15248
|
datamodelPath: schemaPath,
|
15249
15249
|
prismaPath,
|
@@ -15304,7 +15304,7 @@ The generator needs to either define the \`defaultOutput\` path in the manifest
|
|
15304
15304
|
fromEnvVar: "null"
|
15305
15305
|
};
|
15306
15306
|
}
|
15307
|
-
const datamodel = (0,
|
15307
|
+
const datamodel = (0, import_chunk_ARRVEXOA.mergeSchemas)({ schemas });
|
15308
15308
|
const envPaths2 = await getEnvPaths(schemaPath, { cwd: generator.output.value });
|
15309
15309
|
const options2 = {
|
15310
15310
|
datamodel,
|
@@ -15387,7 +15387,7 @@ generator gen {
|
|
15387
15387
|
debug6({ generatorBinaryPaths });
|
15388
15388
|
generator.setBinaryPaths(generatorBinaryPaths);
|
15389
15389
|
if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
15390
|
-
const customDmmf = await (0,
|
15390
|
+
const customDmmf = await (0, import_chunk_GEMQC6O2.getDMMF)({
|
15391
15391
|
datamodel: schemas,
|
15392
15392
|
datamodelPath: schemaPath,
|
15393
15393
|
prismaPath: generatorBinaryPaths[queryEngineType]?.[binaryTarget],
|
@@ -15495,7 +15495,7 @@ function filterGenerators(generators, generatorNames2) {
|
|
15495
15495
|
}
|
15496
15496
|
var import_archiver = (0, import_chunk_WWAWV7DQ.__toESM)(require_archiver());
|
15497
15497
|
var checkpoint = (0, import_chunk_WWAWV7DQ.__toESM)(require_dist());
|
15498
|
-
var import_globby = (0, import_chunk_WWAWV7DQ.__toESM)((0,
|
15498
|
+
var import_globby = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_53LS3WUO.require_globby)());
|
15499
15499
|
var import_strip_ansi = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_ODI3VNBD.require_strip_ansi)());
|
15500
15500
|
var import_tmp = (0, import_chunk_WWAWV7DQ.__toESM)(require_tmp());
|
15501
15501
|
import_tmp.default.setGracefulCleanup();
|
@@ -15505,23 +15505,23 @@ async function sendPanic({
|
|
15505
15505
|
enginesVersion: enginesVersion2,
|
15506
15506
|
getDatabaseVersionSafe
|
15507
15507
|
}) {
|
15508
|
-
const schema = await (0,
|
15508
|
+
const schema = await (0, import_chunk_XKZ6CBLA.z)(error).with({ schemaPath: import_chunk_XKZ6CBLA.N.not(import_chunk_XKZ6CBLA.N.nullish) }, (err) => {
|
15509
15509
|
return getSchema(err.schemaPath);
|
15510
|
-
}).with({ schema:
|
15510
|
+
}).with({ schema: import_chunk_XKZ6CBLA.N.not(import_chunk_XKZ6CBLA.N.nullish) }, (err) => Promise.resolve(err.schema)).otherwise(() => void 0);
|
15511
15511
|
const maskedSchema = schema ? (0, import_chunk_KDHESRKE.maskSchemas)(schema) : void 0;
|
15512
15512
|
let dbVersion;
|
15513
15513
|
if (error.area === "LIFT_CLI") {
|
15514
|
-
const getDatabaseVersionParams = (0,
|
15514
|
+
const getDatabaseVersionParams = (0, import_chunk_XKZ6CBLA.z)({
|
15515
15515
|
schema,
|
15516
15516
|
introspectionUrl: error.introspectionUrl
|
15517
|
-
}).with({ schema:
|
15517
|
+
}).with({ schema: import_chunk_XKZ6CBLA.N.not(void 0) }, ({ schema: schema2 }) => {
|
15518
15518
|
return {
|
15519
15519
|
datasource: {
|
15520
15520
|
tag: "Schema",
|
15521
15521
|
...(0, import_chunk_JHQHVXIR.toSchemasContainer)(schema2)
|
15522
15522
|
}
|
15523
15523
|
};
|
15524
|
-
}).with({ introspectionUrl:
|
15524
|
+
}).with({ introspectionUrl: import_chunk_XKZ6CBLA.N.not(void 0) }, ({ introspectionUrl }) => {
|
15525
15525
|
return {
|
15526
15526
|
datasource: {
|
15527
15527
|
tag: "ConnectionString",
|
@@ -15671,7 +15671,7 @@ ${(0, import_chunk_PG5FDKSF.bold)("Thanks a lot for your help! \u{1F64F}")}`);
|
|
15671
15671
|
console.error(`${(0, import_chunk_PG5FDKSF.gray)("Error report submission failed due to: ")}`, error2);
|
15672
15672
|
}
|
15673
15673
|
}
|
15674
|
-
await (0,
|
15674
|
+
await (0, import_chunk_AC6EAR56.wouldYouLikeToCreateANewIssue)({
|
15675
15675
|
prompt: !shouldSubmitReport,
|
15676
15676
|
error,
|
15677
15677
|
cliVersion: cliVersion2,
|
@@ -15685,7 +15685,7 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
15685
15685
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
15686
15686
|
handleFormatPanic(
|
15687
15687
|
() => {
|
15688
|
-
|
15688
|
+
import_chunk_VCIX2IXO.prismaSchemaWasm.debug_panic();
|
15689
15689
|
},
|
15690
15690
|
{ schemas: schemas2 }
|
15691
15691
|
);
|
@@ -15705,12 +15705,12 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
15705
15705
|
() => {
|
15706
15706
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas2), documentFormattingParams);
|
15707
15707
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
15708
|
-
const lintDiagnostics2 = (0,
|
15708
|
+
const lintDiagnostics2 = (0, import_chunk_H7P6PFX4.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
15709
15709
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
15710
15710
|
},
|
15711
15711
|
{ schemas: schemas2 }
|
15712
15712
|
);
|
15713
|
-
const lintWarnings = (0,
|
15713
|
+
const lintWarnings = (0, import_chunk_H7P6PFX4.getLintWarningsAsText)(lintDiagnostics);
|
15714
15714
|
if (lintWarnings && import_chunk_AZNLB67U.logger_exports.should.warn()) {
|
15715
15715
|
console.warn(lintWarnings);
|
15716
15716
|
}
|
@@ -15740,7 +15740,7 @@ function handleFormatPanic(tryCb, { schemas: schemas2 }) {
|
|
15740
15740
|
}
|
15741
15741
|
}
|
15742
15742
|
function formatWasm(schema, documentFormattingParams) {
|
15743
|
-
const formattedSchema =
|
15743
|
+
const formattedSchema = import_chunk_VCIX2IXO.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
15744
15744
|
return formattedSchema;
|
15745
15745
|
}
|
15746
15746
|
/*! Bundled license information:
|
@@ -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(
|
31
|
-
|
29
|
+
var chunk_YXD4CJDK_exports = {};
|
30
|
+
__export(chunk_YXD4CJDK_exports, {
|
31
|
+
require_function_bind: () => require_function_bind,
|
32
32
|
resolve: () => resolve,
|
33
33
|
resolvePkg: () => resolvePkg
|
34
34
|
});
|
35
|
-
module.exports = __toCommonJS(
|
35
|
+
module.exports = __toCommonJS(chunk_YXD4CJDK_exports);
|
36
36
|
var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
|
37
37
|
var import_path = __toESM(require("path"));
|
38
38
|
var require_homedir = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
39
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
39
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/homedir.js"(exports, module2) {
|
40
40
|
"use strict";
|
41
41
|
var os = (0, import_chunk_WWAWV7DQ.__require)("os");
|
42
42
|
module2.exports = os.homedir || function homedir() {
|
@@ -56,7 +56,7 @@ var require_homedir = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
56
56
|
}
|
57
57
|
});
|
58
58
|
var require_caller = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
59
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
59
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/caller.js"(exports, module2) {
|
60
60
|
"use strict";
|
61
61
|
module2.exports = function() {
|
62
62
|
var origPrepareStackTrace = Error.prepareStackTrace;
|
@@ -128,7 +128,7 @@ var require_path_parse = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
128
128
|
}
|
129
129
|
});
|
130
130
|
var require_node_modules_paths = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
131
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
131
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/node-modules-paths.js"(exports, module2) {
|
132
132
|
"use strict";
|
133
133
|
var path2 = (0, import_chunk_WWAWV7DQ.__require)("path");
|
134
134
|
var parse = path2.parse || require_path_parse();
|
@@ -169,7 +169,7 @@ var require_node_modules_paths = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
169
169
|
}
|
170
170
|
});
|
171
171
|
var require_normalize_options = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
172
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
172
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/normalize-options.js"(exports, module2) {
|
173
173
|
"use strict";
|
174
174
|
module2.exports = function(x, opts) {
|
175
175
|
return opts || {};
|
@@ -258,7 +258,7 @@ var require_function_bind = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
258
258
|
}
|
259
259
|
});
|
260
260
|
var require_hasown = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
261
|
-
"../../node_modules/.pnpm/hasown@2.0.
|
261
|
+
"../../node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js"(exports, module2) {
|
262
262
|
"use strict";
|
263
263
|
var call = Function.prototype.call;
|
264
264
|
var $hasOwn = Object.prototype.hasOwnProperty;
|
@@ -267,7 +267,7 @@ var require_hasown = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
267
267
|
}
|
268
268
|
});
|
269
269
|
var require_core = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
270
|
-
"../../node_modules/.pnpm/is-core-module@2.
|
270
|
+
"../../node_modules/.pnpm/is-core-module@2.16.1/node_modules/is-core-module/core.json"(exports, module2) {
|
271
271
|
module2.exports = {
|
272
272
|
assert: true,
|
273
273
|
"node:assert": [">= 14.18 && < 15", ">= 16"],
|
@@ -359,7 +359,9 @@ var require_core = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
359
359
|
"node:readline/promises": ">= 17",
|
360
360
|
repl: true,
|
361
361
|
"node:repl": [">= 14.18 && < 15", ">= 16"],
|
362
|
+
"node:sea": [">= 20.12 && < 21", ">= 21.7"],
|
362
363
|
smalloc: ">= 0.11.5 && < 3",
|
364
|
+
"node:sqlite": [">= 22.13 && < 23", ">= 23.4"],
|
363
365
|
_stream_duplex: ">= 0.9.4",
|
364
366
|
"node:_stream_duplex": [">= 14.18 && < 15", ">= 16"],
|
365
367
|
_stream_transform: ">= 0.9.4",
|
@@ -386,6 +388,8 @@ var require_core = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
386
388
|
"node:sys": [">= 14.18 && < 15", ">= 16"],
|
387
389
|
"test/reporters": ">= 19.9 && < 20.2",
|
388
390
|
"node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
|
391
|
+
"test/mock_loader": ">= 22.3 && < 22.7",
|
392
|
+
"node:test/mock_loader": ">= 22.3 && < 22.7",
|
389
393
|
"node:test": [">= 16.17 && < 17", ">= 18"],
|
390
394
|
timers: true,
|
391
395
|
"node:timers": [">= 14.18 && < 15", ">= 16"],
|
@@ -429,7 +433,7 @@ var require_core = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
429
433
|
}
|
430
434
|
});
|
431
435
|
var require_is_core_module = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
432
|
-
"../../node_modules/.pnpm/is-core-module@2.
|
436
|
+
"../../node_modules/.pnpm/is-core-module@2.16.1/node_modules/is-core-module/index.js"(exports, module2) {
|
433
437
|
"use strict";
|
434
438
|
var hasOwn = require_hasown();
|
435
439
|
function specifierIncluded(current, specifier) {
|
@@ -490,7 +494,7 @@ var require_is_core_module = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
490
494
|
}
|
491
495
|
});
|
492
496
|
var require_async = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
493
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
497
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/async.js"(exports, module2) {
|
494
498
|
"use strict";
|
495
499
|
var fs = (0, import_chunk_WWAWV7DQ.__require)("fs");
|
496
500
|
var getHomedir = require_homedir();
|
@@ -784,7 +788,7 @@ var require_async = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
784
788
|
}
|
785
789
|
});
|
786
790
|
var require_core2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
787
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
791
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/core.json"(exports, module2) {
|
788
792
|
module2.exports = {
|
789
793
|
assert: true,
|
790
794
|
"node:assert": [">= 14.18 && < 15", ">= 16"],
|
@@ -876,7 +880,9 @@ var require_core2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
876
880
|
"node:readline/promises": ">= 17",
|
877
881
|
repl: true,
|
878
882
|
"node:repl": [">= 14.18 && < 15", ">= 16"],
|
883
|
+
"node:sea": [">= 20.12 && < 21", ">= 21.7"],
|
879
884
|
smalloc: ">= 0.11.5 && < 3",
|
885
|
+
"node:sqlite": ">= 23.4",
|
880
886
|
_stream_duplex: ">= 0.9.4",
|
881
887
|
"node:_stream_duplex": [">= 14.18 && < 15", ">= 16"],
|
882
888
|
_stream_transform: ">= 0.9.4",
|
@@ -903,6 +909,8 @@ var require_core2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
903
909
|
"node:sys": [">= 14.18 && < 15", ">= 16"],
|
904
910
|
"test/reporters": ">= 19.9 && < 20.2",
|
905
911
|
"node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
|
912
|
+
"test/mock_loader": ">= 22.3 && < 22.7",
|
913
|
+
"node:test/mock_loader": ">= 22.3 && < 22.7",
|
906
914
|
"node:test": [">= 16.17 && < 17", ">= 18"],
|
907
915
|
timers: true,
|
908
916
|
"node:timers": [">= 14.18 && < 15", ">= 16"],
|
@@ -946,7 +954,7 @@ var require_core2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
946
954
|
}
|
947
955
|
});
|
948
956
|
var require_core3 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
949
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
957
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/core.js"(exports, module2) {
|
950
958
|
"use strict";
|
951
959
|
var isCoreModule = require_is_core_module();
|
952
960
|
var data = require_core2();
|
@@ -961,7 +969,7 @@ var require_core3 = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
961
969
|
}
|
962
970
|
});
|
963
971
|
var require_is_core = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
964
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
972
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/is-core.js"(exports, module2) {
|
965
973
|
"use strict";
|
966
974
|
var isCoreModule = require_is_core_module();
|
967
975
|
module2.exports = function isCore(x) {
|
@@ -970,7 +978,7 @@ var require_is_core = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
970
978
|
}
|
971
979
|
});
|
972
980
|
var require_sync = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
973
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
981
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/lib/sync.js"(exports, module2) {
|
974
982
|
"use strict";
|
975
983
|
var isCore = require_is_core_module();
|
976
984
|
var fs = (0, import_chunk_WWAWV7DQ.__require)("fs");
|
@@ -1162,7 +1170,7 @@ var require_sync = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
1162
1170
|
}
|
1163
1171
|
});
|
1164
1172
|
var require_resolve = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
1165
|
-
"../../node_modules/.pnpm/resolve@1.22.
|
1173
|
+
"../../node_modules/.pnpm/resolve@1.22.10/node_modules/resolve/index.js"(exports, module2) {
|
1166
1174
|
"use strict";
|
1167
1175
|
var async = require_async();
|
1168
1176
|
async.core = require_core3();
|