@prisma/migrate 6.4.0-dev.14 → 6.4.0-dev.15

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/bin.js CHANGED
@@ -60,8 +60,8 @@ var import_chunk_YKUZUAXA = require("./chunk-YKUZUAXA.js");
60
60
  var import_chunk_WOOPRG54 = require("./chunk-WOOPRG54.js");
61
61
  var import_chunk_6QFE3AWR = require("./chunk-6QFE3AWR.js");
62
62
  var import_chunk_LKTTJWFT = require("./chunk-LKTTJWFT.js");
63
- var import_chunk_ZND5GTZO = require("./chunk-ZND5GTZO.js");
64
- var import_chunk_A6PMXMMT = require("./chunk-A6PMXMMT.js");
63
+ var import_chunk_2CRJNXED = require("./chunk-2CRJNXED.js");
64
+ var import_chunk_NKQGJ3AE = require("./chunk-NKQGJ3AE.js");
65
65
  var import_chunk_XRTNIFND = require("./chunk-XRTNIFND.js");
66
66
  var import_chunk_TKAGMA5K = require("./chunk-TKAGMA5K.js");
67
67
  var import_chunk_ZKWJDQMB = require("./chunk-ZKWJDQMB.js");
@@ -93,7 +93,7 @@ var require_bin = (0, import_chunk_WWAWV7DQ.__commonJS)({
93
93
  (0, import_chunk_CK5VLKFM.init_MigrateCommand)();
94
94
  (0, import_chunk_43RWRQLU.init_MigrateDeploy)();
95
95
  (0, import_chunk_CSUAUCRR.init_MigrateDev)();
96
- (0, import_chunk_ZND5GTZO.init_MigrateDiff)();
96
+ (0, import_chunk_2CRJNXED.init_MigrateDiff)();
97
97
  (0, import_chunk_7QAR4NT3.init_MigrateReset)();
98
98
  (0, import_chunk_I63N54YI.init_MigrateResolve)();
99
99
  (0, import_chunk_77RYI3ZW.init_MigrateStatus)();
@@ -117,7 +117,7 @@ var require_bin = (0, import_chunk_WWAWV7DQ.__commonJS)({
117
117
  resolve: import_chunk_I63N54YI.MigrateResolve.new(),
118
118
  reset: import_chunk_7QAR4NT3.MigrateReset.new(),
119
119
  deploy: import_chunk_43RWRQLU.MigrateDeploy.new(),
120
- diff: import_chunk_ZND5GTZO.MigrateDiff.new()
120
+ diff: import_chunk_2CRJNXED.MigrateDiff.new()
121
121
  }),
122
122
  db: import_chunk_NJUAN6V2.DbCommand.new({
123
123
  execute: import_chunk_G66QFMM5.DbExecute.new(),
@@ -26,13 +26,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_ZND5GTZO_exports = {};
30
- __export(chunk_ZND5GTZO_exports, {
29
+ var chunk_2CRJNXED_exports = {};
30
+ __export(chunk_2CRJNXED_exports, {
31
31
  MigrateDiff: () => MigrateDiff,
32
32
  init_MigrateDiff: () => init_MigrateDiff
33
33
  });
34
- module.exports = __toCommonJS(chunk_ZND5GTZO_exports);
35
- var import_chunk_A6PMXMMT = require("./chunk-A6PMXMMT.js");
34
+ module.exports = __toCommonJS(chunk_2CRJNXED_exports);
35
+ var import_chunk_NKQGJ3AE = require("./chunk-NKQGJ3AE.js");
36
36
  var import_chunk_XRTNIFND = require("./chunk-XRTNIFND.js");
37
37
  var import_chunk_TKAGMA5K = require("./chunk-TKAGMA5K.js");
38
38
  var import_chunk_ZKWJDQMB = require("./chunk-ZKWJDQMB.js");
@@ -10706,8 +10706,8 @@ var require_typos = (0, import_chunk_WWAWV7DQ.__commonJS)({
10706
10706
  var require_fixer = (0, import_chunk_WWAWV7DQ.__commonJS)({
10707
10707
  "../../node_modules/.pnpm/normalize-package-data@6.0.0/node_modules/normalize-package-data/lib/fixer.js"(exports, module2) {
10708
10708
  "use strict";
10709
- var isValidSemver = (0, import_chunk_A6PMXMMT.require_valid)();
10710
- var cleanSemver = (0, import_chunk_A6PMXMMT.require_clean)();
10709
+ var isValidSemver = (0, import_chunk_NKQGJ3AE.require_valid)();
10710
+ var cleanSemver = (0, import_chunk_NKQGJ3AE.require_clean)();
10711
10711
  var validateLicense = require_validate_npm_package_license();
10712
10712
  var hostedGitInfo = require_lib5();
10713
10713
  var isBuiltinModule = require_is_core_module();
@@ -11543,7 +11543,7 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
11543
11543
  "../internals/package.json"(exports, module2) {
11544
11544
  module2.exports = {
11545
11545
  name: "@prisma/internals",
11546
- version: "6.4.0-dev.14",
11546
+ version: "6.4.0-dev.15",
11547
11547
  description: "This package is intended for Prisma's internal use",
11548
11548
  main: "dist/index.js",
11549
11549
  types: "dist/index.d.ts",
@@ -16,8 +16,8 @@ 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_A6PMXMMT_exports = {};
20
- __export(chunk_A6PMXMMT_exports, {
19
+ var chunk_NKQGJ3AE_exports = {};
20
+ __export(chunk_NKQGJ3AE_exports, {
21
21
  require_clean: () => require_clean,
22
22
  require_constants: () => require_constants,
23
23
  require_debug: () => require_debug,
@@ -28,10 +28,10 @@ __export(chunk_A6PMXMMT_exports, {
28
28
  require_semver: () => require_semver,
29
29
  require_valid: () => require_valid
30
30
  });
31
- module.exports = __toCommonJS(chunk_A6PMXMMT_exports);
31
+ module.exports = __toCommonJS(chunk_NKQGJ3AE_exports);
32
32
  var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
33
33
  var require_debug = (0, import_chunk_WWAWV7DQ.__commonJS)({
34
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/internal/debug.js"(exports, module2) {
34
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/debug.js"(exports, module2) {
35
35
  "use strict";
36
36
  var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
37
37
  };
@@ -39,7 +39,7 @@ var require_debug = (0, import_chunk_WWAWV7DQ.__commonJS)({
39
39
  }
40
40
  });
41
41
  var require_constants = (0, import_chunk_WWAWV7DQ.__commonJS)({
42
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/internal/constants.js"(exports, module2) {
42
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/constants.js"(exports, module2) {
43
43
  "use strict";
44
44
  var SEMVER_SPEC_VERSION = "2.0.0";
45
45
  var MAX_LENGTH = 256;
@@ -69,7 +69,7 @@ var require_constants = (0, import_chunk_WWAWV7DQ.__commonJS)({
69
69
  }
70
70
  });
71
71
  var require_re = (0, import_chunk_WWAWV7DQ.__commonJS)({
72
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/internal/re.js"(exports, module2) {
72
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/re.js"(exports, module2) {
73
73
  "use strict";
74
74
  var {
75
75
  MAX_SAFE_COMPONENT_LENGTH,
@@ -153,7 +153,7 @@ var require_re = (0, import_chunk_WWAWV7DQ.__commonJS)({
153
153
  }
154
154
  });
155
155
  var require_parse_options = (0, import_chunk_WWAWV7DQ.__commonJS)({
156
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/internal/parse-options.js"(exports, module2) {
156
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/parse-options.js"(exports, module2) {
157
157
  "use strict";
158
158
  var looseOption = Object.freeze({ loose: true });
159
159
  var emptyOpts = Object.freeze({});
@@ -170,7 +170,7 @@ var require_parse_options = (0, import_chunk_WWAWV7DQ.__commonJS)({
170
170
  }
171
171
  });
172
172
  var require_identifiers = (0, import_chunk_WWAWV7DQ.__commonJS)({
173
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/internal/identifiers.js"(exports, module2) {
173
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/identifiers.js"(exports, module2) {
174
174
  "use strict";
175
175
  var numeric = /^[0-9]+$/;
176
176
  var compareIdentifiers = (a, b) => {
@@ -190,7 +190,7 @@ var require_identifiers = (0, import_chunk_WWAWV7DQ.__commonJS)({
190
190
  }
191
191
  });
192
192
  var require_semver = (0, import_chunk_WWAWV7DQ.__commonJS)({
193
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/classes/semver.js"(exports, module2) {
193
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/semver.js"(exports, module2) {
194
194
  "use strict";
195
195
  var debug = require_debug();
196
196
  var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
@@ -334,17 +334,6 @@ var require_semver = (0, import_chunk_WWAWV7DQ.__commonJS)({
334
334
  // preminor will bump the version up to the next minor release, and immediately
335
335
  // down to pre-release. premajor and prepatch work the same way.
336
336
  inc(release, identifier, identifierBase) {
337
- if (release.startsWith("pre")) {
338
- if (!identifier && identifierBase === false) {
339
- throw new Error("invalid increment argument: identifier is empty");
340
- }
341
- if (identifier) {
342
- const match = `-${identifier}`.match(this.options.loose ? re[t.PRERELEASELOOSE] : re[t.PRERELEASE]);
343
- if (!match || match[1] !== identifier) {
344
- throw new Error(`invalid identifier: ${identifier}`);
345
- }
346
- }
347
- }
348
337
  switch (release) {
349
338
  case "premajor":
350
339
  this.prerelease.length = 0;
@@ -372,12 +361,6 @@ var require_semver = (0, import_chunk_WWAWV7DQ.__commonJS)({
372
361
  }
373
362
  this.inc("pre", identifier, identifierBase);
374
363
  break;
375
- case "release":
376
- if (this.prerelease.length === 0) {
377
- throw new Error(`version ${this.raw} is not a prerelease`);
378
- }
379
- this.prerelease.length = 0;
380
- break;
381
364
  case "major":
382
365
  if (this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) {
383
366
  this.major++;
@@ -403,6 +386,9 @@ var require_semver = (0, import_chunk_WWAWV7DQ.__commonJS)({
403
386
  // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.
404
387
  case "pre": {
405
388
  const base = Number(identifierBase) ? 1 : 0;
389
+ if (!identifier && identifierBase === false) {
390
+ throw new Error("invalid increment argument: identifier is empty");
391
+ }
406
392
  if (this.prerelease.length === 0) {
407
393
  this.prerelease = [base];
408
394
  } else {
@@ -449,7 +435,7 @@ var require_semver = (0, import_chunk_WWAWV7DQ.__commonJS)({
449
435
  }
450
436
  });
451
437
  var require_parse = (0, import_chunk_WWAWV7DQ.__commonJS)({
452
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/parse.js"(exports, module2) {
438
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/parse.js"(exports, module2) {
453
439
  "use strict";
454
440
  var SemVer = require_semver();
455
441
  var parse = (version, options, throwErrors = false) => {
@@ -469,7 +455,7 @@ var require_parse = (0, import_chunk_WWAWV7DQ.__commonJS)({
469
455
  }
470
456
  });
471
457
  var require_valid = (0, import_chunk_WWAWV7DQ.__commonJS)({
472
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/valid.js"(exports, module2) {
458
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/valid.js"(exports, module2) {
473
459
  "use strict";
474
460
  var parse = require_parse();
475
461
  var valid = (version, options) => {
@@ -480,7 +466,7 @@ var require_valid = (0, import_chunk_WWAWV7DQ.__commonJS)({
480
466
  }
481
467
  });
482
468
  var require_clean = (0, import_chunk_WWAWV7DQ.__commonJS)({
483
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/clean.js"(exports, module2) {
469
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/clean.js"(exports, module2) {
484
470
  "use strict";
485
471
  var parse = require_parse();
486
472
  var clean = (version, options) => {
@@ -26,13 +26,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_CNAS3YE2_exports = {};
30
- __export(chunk_CNAS3YE2_exports, {
29
+ var chunk_XVXYNQ6H_exports = {};
30
+ __export(chunk_XVXYNQ6H_exports, {
31
31
  MigrateDiff: () => MigrateDiff,
32
32
  init_MigrateDiff: () => init_MigrateDiff
33
33
  });
34
- module.exports = __toCommonJS(chunk_CNAS3YE2_exports);
35
- var import_chunk_A6PMXMMT = require("./chunk-A6PMXMMT.js");
34
+ module.exports = __toCommonJS(chunk_XVXYNQ6H_exports);
35
+ var import_chunk_NKQGJ3AE = require("./chunk-NKQGJ3AE.js");
36
36
  var import_chunk_XRTNIFND = require("./chunk-XRTNIFND.js");
37
37
  var import_chunk_TKAGMA5K = require("./chunk-TKAGMA5K.js");
38
38
  var import_chunk_ZKWJDQMB = require("./chunk-ZKWJDQMB.js");
@@ -10706,8 +10706,8 @@ var require_typos = (0, import_chunk_WWAWV7DQ.__commonJS)({
10706
10706
  var require_fixer = (0, import_chunk_WWAWV7DQ.__commonJS)({
10707
10707
  "../../node_modules/.pnpm/normalize-package-data@6.0.0/node_modules/normalize-package-data/lib/fixer.js"(exports, module2) {
10708
10708
  "use strict";
10709
- var isValidSemver = (0, import_chunk_A6PMXMMT.require_valid)();
10710
- var cleanSemver = (0, import_chunk_A6PMXMMT.require_clean)();
10709
+ var isValidSemver = (0, import_chunk_NKQGJ3AE.require_valid)();
10710
+ var cleanSemver = (0, import_chunk_NKQGJ3AE.require_clean)();
10711
10711
  var validateLicense = require_validate_npm_package_license();
10712
10712
  var hostedGitInfo = require_lib5();
10713
10713
  var isBuiltinModule = require_is_core_module();
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var MigrateDiff_exports = {};
20
20
  __export(MigrateDiff_exports, {
21
- MigrateDiff: () => import_chunk_ZND5GTZO.MigrateDiff
21
+ MigrateDiff: () => import_chunk_2CRJNXED.MigrateDiff
22
22
  });
23
23
  module.exports = __toCommonJS(MigrateDiff_exports);
24
- var import_chunk_ZND5GTZO = require("../chunk-ZND5GTZO.js");
25
- var import_chunk_A6PMXMMT = require("../chunk-A6PMXMMT.js");
24
+ var import_chunk_2CRJNXED = require("../chunk-2CRJNXED.js");
25
+ var import_chunk_NKQGJ3AE = require("../chunk-NKQGJ3AE.js");
26
26
  var import_chunk_XRTNIFND = require("../chunk-XRTNIFND.js");
27
27
  var import_chunk_TKAGMA5K = require("../chunk-TKAGMA5K.js");
28
28
  var import_chunk_ZKWJDQMB = require("../chunk-ZKWJDQMB.js");
@@ -33,4 +33,4 @@ var import_chunk_CQQQ436N = require("../chunk-CQQQ436N.js");
33
33
  var import_chunk_AAATUOV6 = require("../chunk-AAATUOV6.js");
34
34
  var import_chunk_6TE2RIPN = require("../chunk-6TE2RIPN.js");
35
35
  var import_chunk_WWAWV7DQ = require("../chunk-WWAWV7DQ.js");
36
- (0, import_chunk_ZND5GTZO.init_MigrateDiff)();
36
+ (0, import_chunk_2CRJNXED.init_MigrateDiff)();
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ __export(index_exports, {
29
29
  MigrateCommand: () => import_chunk_CK5VLKFM.MigrateCommand,
30
30
  MigrateDeploy: () => import_chunk_43RWRQLU.MigrateDeploy,
31
31
  MigrateDev: () => import_chunk_CSUAUCRR.MigrateDev,
32
- MigrateDiff: () => import_chunk_ZND5GTZO.MigrateDiff,
32
+ MigrateDiff: () => import_chunk_2CRJNXED.MigrateDiff,
33
33
  MigrateReset: () => import_chunk_7QAR4NT3.MigrateReset,
34
34
  MigrateResolve: () => import_chunk_I63N54YI.MigrateResolve,
35
35
  MigrateStatus: () => import_chunk_77RYI3ZW.MigrateStatus,
@@ -69,8 +69,8 @@ var import_chunk_YKUZUAXA = require("./chunk-YKUZUAXA.js");
69
69
  var import_chunk_WOOPRG54 = require("./chunk-WOOPRG54.js");
70
70
  var import_chunk_6QFE3AWR = require("./chunk-6QFE3AWR.js");
71
71
  var import_chunk_LKTTJWFT = require("./chunk-LKTTJWFT.js");
72
- var import_chunk_ZND5GTZO = require("./chunk-ZND5GTZO.js");
73
- var import_chunk_A6PMXMMT = require("./chunk-A6PMXMMT.js");
72
+ var import_chunk_2CRJNXED = require("./chunk-2CRJNXED.js");
73
+ var import_chunk_NKQGJ3AE = require("./chunk-NKQGJ3AE.js");
74
74
  var import_chunk_XRTNIFND = require("./chunk-XRTNIFND.js");
75
75
  var import_chunk_TKAGMA5K = require("./chunk-TKAGMA5K.js");
76
76
  var import_chunk_ZKWJDQMB = require("./chunk-ZKWJDQMB.js");
@@ -98,7 +98,7 @@ var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
98
98
  (0, import_chunk_CK5VLKFM.init_MigrateCommand)();
99
99
  (0, import_chunk_43RWRQLU.init_MigrateDeploy)();
100
100
  (0, import_chunk_CSUAUCRR.init_MigrateDev)();
101
- (0, import_chunk_ZND5GTZO.init_MigrateDiff)();
101
+ (0, import_chunk_2CRJNXED.init_MigrateDiff)();
102
102
  (0, import_chunk_7QAR4NT3.init_MigrateReset)();
103
103
  (0, import_chunk_I63N54YI.init_MigrateResolve)();
104
104
  (0, import_chunk_77RYI3ZW.init_MigrateStatus)();
@@ -36,7 +36,7 @@ var import_chunk_J77IRNPE = require("../chunk-J77IRNPE.js");
36
36
  var import_chunk_LOGAFLCN = require("../chunk-LOGAFLCN.js");
37
37
  var import_chunk_YUCPBDWV = require("../chunk-YUCPBDWV.js");
38
38
  var import_chunk_RM5LJIEV = require("../chunk-RM5LJIEV.js");
39
- var import_chunk_A6PMXMMT = require("../chunk-A6PMXMMT.js");
39
+ var import_chunk_NKQGJ3AE = require("../chunk-NKQGJ3AE.js");
40
40
  var import_chunk_WWAWV7DQ = require("../chunk-WWAWV7DQ.js");
41
41
  var import_util = __toESM(require("util"));
42
42
  var import_os = require("os");
@@ -28795,9 +28795,9 @@ var require_timespan = (0, import_chunk_WWAWV7DQ.__commonJS)({
28795
28795
  }
28796
28796
  });
28797
28797
  var require_inc = (0, import_chunk_WWAWV7DQ.__commonJS)({
28798
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/inc.js"(exports, module2) {
28798
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/inc.js"(exports, module2) {
28799
28799
  "use strict";
28800
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28800
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28801
28801
  var inc = (version3, release2, options, identifier, identifierBase) => {
28802
28802
  if (typeof options === "string") {
28803
28803
  identifierBase = identifier;
@@ -28817,9 +28817,9 @@ var require_inc = (0, import_chunk_WWAWV7DQ.__commonJS)({
28817
28817
  }
28818
28818
  });
28819
28819
  var require_diff = (0, import_chunk_WWAWV7DQ.__commonJS)({
28820
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/diff.js"(exports, module2) {
28820
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/diff.js"(exports, module2) {
28821
28821
  "use strict";
28822
- var parse2 = (0, import_chunk_A6PMXMMT.require_parse)();
28822
+ var parse2 = (0, import_chunk_NKQGJ3AE.require_parse)();
28823
28823
  var diff = (version1, version22) => {
28824
28824
  const v1 = parse2(version1, null, true);
28825
28825
  const v2 = parse2(version22, null, true);
@@ -28836,12 +28836,13 @@ var require_diff = (0, import_chunk_WWAWV7DQ.__commonJS)({
28836
28836
  if (!lowVersion.patch && !lowVersion.minor) {
28837
28837
  return "major";
28838
28838
  }
28839
- if (lowVersion.compareMain(highVersion) === 0) {
28840
- if (lowVersion.minor && !lowVersion.patch) {
28841
- return "minor";
28842
- }
28839
+ if (highVersion.patch) {
28843
28840
  return "patch";
28844
28841
  }
28842
+ if (highVersion.minor) {
28843
+ return "minor";
28844
+ }
28845
+ return "major";
28845
28846
  }
28846
28847
  const prefix = highHasPre ? "pre" : "";
28847
28848
  if (v1.major !== v2.major) {
@@ -28859,33 +28860,33 @@ var require_diff = (0, import_chunk_WWAWV7DQ.__commonJS)({
28859
28860
  }
28860
28861
  });
28861
28862
  var require_major = (0, import_chunk_WWAWV7DQ.__commonJS)({
28862
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/major.js"(exports, module2) {
28863
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/major.js"(exports, module2) {
28863
28864
  "use strict";
28864
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28865
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28865
28866
  var major = (a, loose) => new SemVer(a, loose).major;
28866
28867
  module2.exports = major;
28867
28868
  }
28868
28869
  });
28869
28870
  var require_minor = (0, import_chunk_WWAWV7DQ.__commonJS)({
28870
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/minor.js"(exports, module2) {
28871
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/minor.js"(exports, module2) {
28871
28872
  "use strict";
28872
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28873
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28873
28874
  var minor = (a, loose) => new SemVer(a, loose).minor;
28874
28875
  module2.exports = minor;
28875
28876
  }
28876
28877
  });
28877
28878
  var require_patch = (0, import_chunk_WWAWV7DQ.__commonJS)({
28878
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/patch.js"(exports, module2) {
28879
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/patch.js"(exports, module2) {
28879
28880
  "use strict";
28880
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28881
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28881
28882
  var patch = (a, loose) => new SemVer(a, loose).patch;
28882
28883
  module2.exports = patch;
28883
28884
  }
28884
28885
  });
28885
28886
  var require_prerelease = (0, import_chunk_WWAWV7DQ.__commonJS)({
28886
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/prerelease.js"(exports, module2) {
28887
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/prerelease.js"(exports, module2) {
28887
28888
  "use strict";
28888
- var parse2 = (0, import_chunk_A6PMXMMT.require_parse)();
28889
+ var parse2 = (0, import_chunk_NKQGJ3AE.require_parse)();
28889
28890
  var prerelease = (version3, options) => {
28890
28891
  const parsed = parse2(version3, options);
28891
28892
  return parsed && parsed.prerelease.length ? parsed.prerelease : null;
@@ -28894,15 +28895,15 @@ var require_prerelease = (0, import_chunk_WWAWV7DQ.__commonJS)({
28894
28895
  }
28895
28896
  });
28896
28897
  var require_compare = (0, import_chunk_WWAWV7DQ.__commonJS)({
28897
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/compare.js"(exports, module2) {
28898
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare.js"(exports, module2) {
28898
28899
  "use strict";
28899
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28900
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28900
28901
  var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
28901
28902
  module2.exports = compare;
28902
28903
  }
28903
28904
  });
28904
28905
  var require_rcompare = (0, import_chunk_WWAWV7DQ.__commonJS)({
28905
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/rcompare.js"(exports, module2) {
28906
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/rcompare.js"(exports, module2) {
28906
28907
  "use strict";
28907
28908
  var compare = require_compare();
28908
28909
  var rcompare = (a, b, loose) => compare(b, a, loose);
@@ -28910,7 +28911,7 @@ var require_rcompare = (0, import_chunk_WWAWV7DQ.__commonJS)({
28910
28911
  }
28911
28912
  });
28912
28913
  var require_compare_loose = (0, import_chunk_WWAWV7DQ.__commonJS)({
28913
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/compare-loose.js"(exports, module2) {
28914
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare-loose.js"(exports, module2) {
28914
28915
  "use strict";
28915
28916
  var compare = require_compare();
28916
28917
  var compareLoose = (a, b) => compare(a, b, true);
@@ -28918,9 +28919,9 @@ var require_compare_loose = (0, import_chunk_WWAWV7DQ.__commonJS)({
28918
28919
  }
28919
28920
  });
28920
28921
  var require_compare_build = (0, import_chunk_WWAWV7DQ.__commonJS)({
28921
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/compare-build.js"(exports, module2) {
28922
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare-build.js"(exports, module2) {
28922
28923
  "use strict";
28923
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28924
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28924
28925
  var compareBuild = (a, b, loose) => {
28925
28926
  const versionA = new SemVer(a, loose);
28926
28927
  const versionB = new SemVer(b, loose);
@@ -28930,7 +28931,7 @@ var require_compare_build = (0, import_chunk_WWAWV7DQ.__commonJS)({
28930
28931
  }
28931
28932
  });
28932
28933
  var require_sort = (0, import_chunk_WWAWV7DQ.__commonJS)({
28933
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/sort.js"(exports, module2) {
28934
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/sort.js"(exports, module2) {
28934
28935
  "use strict";
28935
28936
  var compareBuild = require_compare_build();
28936
28937
  var sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
@@ -28938,7 +28939,7 @@ var require_sort = (0, import_chunk_WWAWV7DQ.__commonJS)({
28938
28939
  }
28939
28940
  });
28940
28941
  var require_rsort = (0, import_chunk_WWAWV7DQ.__commonJS)({
28941
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/rsort.js"(exports, module2) {
28942
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/rsort.js"(exports, module2) {
28942
28943
  "use strict";
28943
28944
  var compareBuild = require_compare_build();
28944
28945
  var rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
@@ -28946,7 +28947,7 @@ var require_rsort = (0, import_chunk_WWAWV7DQ.__commonJS)({
28946
28947
  }
28947
28948
  });
28948
28949
  var require_gt = (0, import_chunk_WWAWV7DQ.__commonJS)({
28949
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/gt.js"(exports, module2) {
28950
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/gt.js"(exports, module2) {
28950
28951
  "use strict";
28951
28952
  var compare = require_compare();
28952
28953
  var gt = (a, b, loose) => compare(a, b, loose) > 0;
@@ -28954,7 +28955,7 @@ var require_gt = (0, import_chunk_WWAWV7DQ.__commonJS)({
28954
28955
  }
28955
28956
  });
28956
28957
  var require_lt = (0, import_chunk_WWAWV7DQ.__commonJS)({
28957
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/lt.js"(exports, module2) {
28958
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/lt.js"(exports, module2) {
28958
28959
  "use strict";
28959
28960
  var compare = require_compare();
28960
28961
  var lt = (a, b, loose) => compare(a, b, loose) < 0;
@@ -28962,7 +28963,7 @@ var require_lt = (0, import_chunk_WWAWV7DQ.__commonJS)({
28962
28963
  }
28963
28964
  });
28964
28965
  var require_eq = (0, import_chunk_WWAWV7DQ.__commonJS)({
28965
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/eq.js"(exports, module2) {
28966
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/eq.js"(exports, module2) {
28966
28967
  "use strict";
28967
28968
  var compare = require_compare();
28968
28969
  var eq = (a, b, loose) => compare(a, b, loose) === 0;
@@ -28970,7 +28971,7 @@ var require_eq = (0, import_chunk_WWAWV7DQ.__commonJS)({
28970
28971
  }
28971
28972
  });
28972
28973
  var require_neq = (0, import_chunk_WWAWV7DQ.__commonJS)({
28973
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/neq.js"(exports, module2) {
28974
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/neq.js"(exports, module2) {
28974
28975
  "use strict";
28975
28976
  var compare = require_compare();
28976
28977
  var neq = (a, b, loose) => compare(a, b, loose) !== 0;
@@ -28978,7 +28979,7 @@ var require_neq = (0, import_chunk_WWAWV7DQ.__commonJS)({
28978
28979
  }
28979
28980
  });
28980
28981
  var require_gte = (0, import_chunk_WWAWV7DQ.__commonJS)({
28981
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/gte.js"(exports, module2) {
28982
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/gte.js"(exports, module2) {
28982
28983
  "use strict";
28983
28984
  var compare = require_compare();
28984
28985
  var gte = (a, b, loose) => compare(a, b, loose) >= 0;
@@ -28986,7 +28987,7 @@ var require_gte = (0, import_chunk_WWAWV7DQ.__commonJS)({
28986
28987
  }
28987
28988
  });
28988
28989
  var require_lte = (0, import_chunk_WWAWV7DQ.__commonJS)({
28989
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/lte.js"(exports, module2) {
28990
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/lte.js"(exports, module2) {
28990
28991
  "use strict";
28991
28992
  var compare = require_compare();
28992
28993
  var lte = (a, b, loose) => compare(a, b, loose) <= 0;
@@ -28994,7 +28995,7 @@ var require_lte = (0, import_chunk_WWAWV7DQ.__commonJS)({
28994
28995
  }
28995
28996
  });
28996
28997
  var require_cmp = (0, import_chunk_WWAWV7DQ.__commonJS)({
28997
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/cmp.js"(exports, module2) {
28998
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/cmp.js"(exports, module2) {
28998
28999
  "use strict";
28999
29000
  var eq = require_eq();
29000
29001
  var neq = require_neq();
@@ -29042,11 +29043,11 @@ var require_cmp = (0, import_chunk_WWAWV7DQ.__commonJS)({
29042
29043
  }
29043
29044
  });
29044
29045
  var require_coerce = (0, import_chunk_WWAWV7DQ.__commonJS)({
29045
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/coerce.js"(exports, module2) {
29046
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/coerce.js"(exports, module2) {
29046
29047
  "use strict";
29047
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29048
- var parse2 = (0, import_chunk_A6PMXMMT.require_parse)();
29049
- var { safeRe: re, t } = (0, import_chunk_A6PMXMMT.require_re)();
29048
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29049
+ var parse2 = (0, import_chunk_NKQGJ3AE.require_parse)();
29050
+ var { safeRe: re, t } = (0, import_chunk_NKQGJ3AE.require_re)();
29050
29051
  var coerce = (version3, options) => {
29051
29052
  if (version3 instanceof SemVer) {
29052
29053
  return version3;
@@ -29086,7 +29087,7 @@ var require_coerce = (0, import_chunk_WWAWV7DQ.__commonJS)({
29086
29087
  }
29087
29088
  });
29088
29089
  var require_lrucache = (0, import_chunk_WWAWV7DQ.__commonJS)({
29089
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/internal/lrucache.js"(exports, module2) {
29090
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/lrucache.js"(exports, module2) {
29090
29091
  "use strict";
29091
29092
  var LRUCache = class {
29092
29093
  constructor() {
@@ -29122,7 +29123,7 @@ var require_lrucache = (0, import_chunk_WWAWV7DQ.__commonJS)({
29122
29123
  }
29123
29124
  });
29124
29125
  var require_range = (0, import_chunk_WWAWV7DQ.__commonJS)({
29125
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/classes/range.js"(exports, module2) {
29126
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/range.js"(exports, module2) {
29126
29127
  "use strict";
29127
29128
  var SPACE_CHARACTERS = /\s+/g;
29128
29129
  var Range = class _Range {
@@ -29266,18 +29267,18 @@ var require_range = (0, import_chunk_WWAWV7DQ.__commonJS)({
29266
29267
  module2.exports = Range;
29267
29268
  var LRU = require_lrucache();
29268
29269
  var cache = new LRU();
29269
- var parseOptions = (0, import_chunk_A6PMXMMT.require_parse_options)();
29270
+ var parseOptions = (0, import_chunk_NKQGJ3AE.require_parse_options)();
29270
29271
  var Comparator = require_comparator();
29271
- var debug = (0, import_chunk_A6PMXMMT.require_debug)();
29272
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29272
+ var debug = (0, import_chunk_NKQGJ3AE.require_debug)();
29273
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29273
29274
  var {
29274
29275
  safeRe: re,
29275
29276
  t,
29276
29277
  comparatorTrimReplace,
29277
29278
  tildeTrimReplace,
29278
29279
  caretTrimReplace
29279
- } = (0, import_chunk_A6PMXMMT.require_re)();
29280
- var { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = (0, import_chunk_A6PMXMMT.require_constants)();
29280
+ } = (0, import_chunk_NKQGJ3AE.require_re)();
29281
+ var { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = (0, import_chunk_NKQGJ3AE.require_constants)();
29281
29282
  var isNullSet = (c) => c.value === "<0.0.0-0";
29282
29283
  var isAny = (c) => c.value === "";
29283
29284
  var isSatisfiable = (comparators, options) => {
@@ -29496,7 +29497,7 @@ var require_range = (0, import_chunk_WWAWV7DQ.__commonJS)({
29496
29497
  }
29497
29498
  });
29498
29499
  var require_comparator = (0, import_chunk_WWAWV7DQ.__commonJS)({
29499
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/classes/comparator.js"(exports, module2) {
29500
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/comparator.js"(exports, module2) {
29500
29501
  "use strict";
29501
29502
  var ANY = Symbol("SemVer ANY");
29502
29503
  var Comparator = class _Comparator {
@@ -29598,16 +29599,16 @@ var require_comparator = (0, import_chunk_WWAWV7DQ.__commonJS)({
29598
29599
  }
29599
29600
  };
29600
29601
  module2.exports = Comparator;
29601
- var parseOptions = (0, import_chunk_A6PMXMMT.require_parse_options)();
29602
- var { safeRe: re, t } = (0, import_chunk_A6PMXMMT.require_re)();
29602
+ var parseOptions = (0, import_chunk_NKQGJ3AE.require_parse_options)();
29603
+ var { safeRe: re, t } = (0, import_chunk_NKQGJ3AE.require_re)();
29603
29604
  var cmp = require_cmp();
29604
- var debug = (0, import_chunk_A6PMXMMT.require_debug)();
29605
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29605
+ var debug = (0, import_chunk_NKQGJ3AE.require_debug)();
29606
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29606
29607
  var Range = require_range();
29607
29608
  }
29608
29609
  });
29609
29610
  var require_satisfies = (0, import_chunk_WWAWV7DQ.__commonJS)({
29610
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/satisfies.js"(exports, module2) {
29611
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/satisfies.js"(exports, module2) {
29611
29612
  "use strict";
29612
29613
  var Range = require_range();
29613
29614
  var satisfies = (version3, range, options) => {
@@ -29622,7 +29623,7 @@ var require_satisfies = (0, import_chunk_WWAWV7DQ.__commonJS)({
29622
29623
  }
29623
29624
  });
29624
29625
  var require_to_comparators = (0, import_chunk_WWAWV7DQ.__commonJS)({
29625
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/to-comparators.js"(exports, module2) {
29626
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/to-comparators.js"(exports, module2) {
29626
29627
  "use strict";
29627
29628
  var Range = require_range();
29628
29629
  var toComparators = (range, options) => new Range(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
@@ -29630,9 +29631,9 @@ var require_to_comparators = (0, import_chunk_WWAWV7DQ.__commonJS)({
29630
29631
  }
29631
29632
  });
29632
29633
  var require_max_satisfying = (0, import_chunk_WWAWV7DQ.__commonJS)({
29633
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/max-satisfying.js"(exports, module2) {
29634
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/max-satisfying.js"(exports, module2) {
29634
29635
  "use strict";
29635
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29636
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29636
29637
  var Range = require_range();
29637
29638
  var maxSatisfying = (versions, range, options) => {
29638
29639
  let max = null;
@@ -29657,9 +29658,9 @@ var require_max_satisfying = (0, import_chunk_WWAWV7DQ.__commonJS)({
29657
29658
  }
29658
29659
  });
29659
29660
  var require_min_satisfying = (0, import_chunk_WWAWV7DQ.__commonJS)({
29660
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/min-satisfying.js"(exports, module2) {
29661
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/min-satisfying.js"(exports, module2) {
29661
29662
  "use strict";
29662
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29663
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29663
29664
  var Range = require_range();
29664
29665
  var minSatisfying = (versions, range, options) => {
29665
29666
  let min = null;
@@ -29684,9 +29685,9 @@ var require_min_satisfying = (0, import_chunk_WWAWV7DQ.__commonJS)({
29684
29685
  }
29685
29686
  });
29686
29687
  var require_min_version = (0, import_chunk_WWAWV7DQ.__commonJS)({
29687
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/min-version.js"(exports, module2) {
29688
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/min-version.js"(exports, module2) {
29688
29689
  "use strict";
29689
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29690
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29690
29691
  var Range = require_range();
29691
29692
  var gt = require_gt();
29692
29693
  var minVersion = (range, loose) => {
@@ -29741,7 +29742,7 @@ var require_min_version = (0, import_chunk_WWAWV7DQ.__commonJS)({
29741
29742
  }
29742
29743
  });
29743
29744
  var require_valid2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
29744
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/valid.js"(exports, module2) {
29745
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/valid.js"(exports, module2) {
29745
29746
  "use strict";
29746
29747
  var Range = require_range();
29747
29748
  var validRange = (range, options) => {
@@ -29755,9 +29756,9 @@ var require_valid2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
29755
29756
  }
29756
29757
  });
29757
29758
  var require_outside = (0, import_chunk_WWAWV7DQ.__commonJS)({
29758
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/outside.js"(exports, module2) {
29759
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/outside.js"(exports, module2) {
29759
29760
  "use strict";
29760
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29761
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29761
29762
  var Comparator = require_comparator();
29762
29763
  var { ANY } = Comparator;
29763
29764
  var Range = require_range();
@@ -29822,7 +29823,7 @@ var require_outside = (0, import_chunk_WWAWV7DQ.__commonJS)({
29822
29823
  }
29823
29824
  });
29824
29825
  var require_gtr = (0, import_chunk_WWAWV7DQ.__commonJS)({
29825
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/gtr.js"(exports, module2) {
29826
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/gtr.js"(exports, module2) {
29826
29827
  "use strict";
29827
29828
  var outside = require_outside();
29828
29829
  var gtr = (version3, range, options) => outside(version3, range, ">", options);
@@ -29830,7 +29831,7 @@ var require_gtr = (0, import_chunk_WWAWV7DQ.__commonJS)({
29830
29831
  }
29831
29832
  });
29832
29833
  var require_ltr = (0, import_chunk_WWAWV7DQ.__commonJS)({
29833
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/ltr.js"(exports, module2) {
29834
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/ltr.js"(exports, module2) {
29834
29835
  "use strict";
29835
29836
  var outside = require_outside();
29836
29837
  var ltr = (version3, range, options) => outside(version3, range, "<", options);
@@ -29838,7 +29839,7 @@ var require_ltr = (0, import_chunk_WWAWV7DQ.__commonJS)({
29838
29839
  }
29839
29840
  });
29840
29841
  var require_intersects = (0, import_chunk_WWAWV7DQ.__commonJS)({
29841
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/intersects.js"(exports, module2) {
29842
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/intersects.js"(exports, module2) {
29842
29843
  "use strict";
29843
29844
  var Range = require_range();
29844
29845
  var intersects = (r1, r2, options) => {
@@ -29850,7 +29851,7 @@ var require_intersects = (0, import_chunk_WWAWV7DQ.__commonJS)({
29850
29851
  }
29851
29852
  });
29852
29853
  var require_simplify = (0, import_chunk_WWAWV7DQ.__commonJS)({
29853
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/simplify.js"(exports, module2) {
29854
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/simplify.js"(exports, module2) {
29854
29855
  "use strict";
29855
29856
  var satisfies = require_satisfies();
29856
29857
  var compare = require_compare();
@@ -29898,7 +29899,7 @@ var require_simplify = (0, import_chunk_WWAWV7DQ.__commonJS)({
29898
29899
  }
29899
29900
  });
29900
29901
  var require_subset = (0, import_chunk_WWAWV7DQ.__commonJS)({
29901
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/subset.js"(exports, module2) {
29902
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/subset.js"(exports, module2) {
29902
29903
  "use strict";
29903
29904
  var Range = require_range();
29904
29905
  var Comparator = require_comparator();
@@ -30058,15 +30059,15 @@ var require_subset = (0, import_chunk_WWAWV7DQ.__commonJS)({
30058
30059
  }
30059
30060
  });
30060
30061
  var require_semver2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
30061
- "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/index.js"(exports, module2) {
30062
+ "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/index.js"(exports, module2) {
30062
30063
  "use strict";
30063
- var internalRe = (0, import_chunk_A6PMXMMT.require_re)();
30064
- var constants = (0, import_chunk_A6PMXMMT.require_constants)();
30065
- var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
30066
- var identifiers = (0, import_chunk_A6PMXMMT.require_identifiers)();
30067
- var parse2 = (0, import_chunk_A6PMXMMT.require_parse)();
30068
- var valid = (0, import_chunk_A6PMXMMT.require_valid)();
30069
- var clean = (0, import_chunk_A6PMXMMT.require_clean)();
30064
+ var internalRe = (0, import_chunk_NKQGJ3AE.require_re)();
30065
+ var constants = (0, import_chunk_NKQGJ3AE.require_constants)();
30066
+ var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
30067
+ var identifiers = (0, import_chunk_NKQGJ3AE.require_identifiers)();
30068
+ var parse2 = (0, import_chunk_NKQGJ3AE.require_parse)();
30069
+ var valid = (0, import_chunk_NKQGJ3AE.require_valid)();
30070
+ var clean = (0, import_chunk_NKQGJ3AE.require_clean)();
30070
30071
  var inc = require_inc();
30071
30072
  var diff = require_diff();
30072
30073
  var major = require_major();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/migrate",
3
- "version": "6.4.0-dev.14",
3
+ "version": "6.4.0-dev.15",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/migrate/src/index.d.ts",
@@ -57,10 +57,10 @@
57
57
  "dependencies": {
58
58
  "@prisma/engines-version": "6.4.0-4.e2a33755136ec1c2b3a5d7d322f86a8fb1205a40",
59
59
  "prompts": "2.4.2",
60
- "@prisma/generator-helper": "6.4.0-dev.14",
61
- "@prisma/debug": "6.4.0-dev.14",
62
- "@prisma/get-platform": "6.4.0-dev.14",
63
- "@prisma/internals": "6.4.0-dev.14"
60
+ "@prisma/debug": "6.4.0-dev.15",
61
+ "@prisma/generator-helper": "6.4.0-dev.15",
62
+ "@prisma/get-platform": "6.4.0-dev.15",
63
+ "@prisma/internals": "6.4.0-dev.15"
64
64
  },
65
65
  "files": [
66
66
  "README.md",