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

Sign up to get free protection for your applications and to get access to all the features.
package/dist/bin.js CHANGED
@@ -38,8 +38,8 @@ var import_chunk_7QAR4NT3 = require("./chunk-7QAR4NT3.js");
38
38
  var import_chunk_I63N54YI = require("./chunk-I63N54YI.js");
39
39
  var import_chunk_77RYI3ZW = require("./chunk-77RYI3ZW.js");
40
40
  var import_chunk_G66QFMM5 = require("./chunk-G66QFMM5.js");
41
- var import_chunk_HAJNCOW7 = require("./chunk-HAJNCOW7.js");
42
- var import_chunk_GRGGAY6L = require("./chunk-GRGGAY6L.js");
41
+ var import_chunk_C6CQ3XNY = require("./chunk-C6CQ3XNY.js");
42
+ var import_chunk_CUDKD32S = require("./chunk-CUDKD32S.js");
43
43
  var import_chunk_ILJRJJ3S = require("./chunk-ILJRJJ3S.js");
44
44
  var import_chunk_YUCPBDWV = require("./chunk-YUCPBDWV.js");
45
45
  var import_chunk_RM5LJIEV = require("./chunk-RM5LJIEV.js");
@@ -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_2CRJNXED = require("./chunk-2CRJNXED.js");
64
- var import_chunk_NKQGJ3AE = require("./chunk-NKQGJ3AE.js");
63
+ var import_chunk_AE4OD2EV = require("./chunk-AE4OD2EV.js");
64
+ var import_chunk_A6PMXMMT = require("./chunk-A6PMXMMT.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");
@@ -87,13 +87,13 @@ var require_bin = (0, import_chunk_WWAWV7DQ.__commonJS)({
87
87
  (0, import_chunk_JZ6FKTWG.init_CLI)();
88
88
  (0, import_chunk_NJUAN6V2.init_DbCommand)();
89
89
  (0, import_chunk_G66QFMM5.init_DbExecute)();
90
- (0, import_chunk_HAJNCOW7.init_DbPull)();
90
+ (0, import_chunk_C6CQ3XNY.init_DbPull)();
91
91
  (0, import_chunk_JESW2ENL.init_DbPush)();
92
92
  (0, import_chunk_E2XKFV2C.init_DbSeed)();
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_2CRJNXED.init_MigrateDiff)();
96
+ (0, import_chunk_AE4OD2EV.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,11 +117,11 @@ 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_2CRJNXED.MigrateDiff.new()
120
+ diff: import_chunk_AE4OD2EV.MigrateDiff.new()
121
121
  }),
122
122
  db: import_chunk_NJUAN6V2.DbCommand.new({
123
123
  execute: import_chunk_G66QFMM5.DbExecute.new(),
124
- pull: import_chunk_HAJNCOW7.DbPull.new(),
124
+ pull: import_chunk_C6CQ3XNY.DbPull.new(),
125
125
  push: import_chunk_JESW2ENL.DbPush.new(),
126
126
  // drop: DbDrop.new(),
127
127
  seed: import_chunk_E2XKFV2C.DbSeed.new()
@@ -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_NKQGJ3AE_exports = {};
20
- __export(chunk_NKQGJ3AE_exports, {
19
+ var chunk_A6PMXMMT_exports = {};
20
+ __export(chunk_A6PMXMMT_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_NKQGJ3AE_exports, {
28
28
  require_semver: () => require_semver,
29
29
  require_valid: () => require_valid
30
30
  });
31
- module.exports = __toCommonJS(chunk_NKQGJ3AE_exports);
31
+ module.exports = __toCommonJS(chunk_A6PMXMMT_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.6.3/node_modules/semver/internal/debug.js"(exports, module2) {
34
+ "../../node_modules/.pnpm/semver@7.7.0/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.6.3/node_modules/semver/internal/constants.js"(exports, module2) {
42
+ "../../node_modules/.pnpm/semver@7.7.0/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.6.3/node_modules/semver/internal/re.js"(exports, module2) {
72
+ "../../node_modules/.pnpm/semver@7.7.0/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.6.3/node_modules/semver/internal/parse-options.js"(exports, module2) {
156
+ "../../node_modules/.pnpm/semver@7.7.0/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.6.3/node_modules/semver/internal/identifiers.js"(exports, module2) {
173
+ "../../node_modules/.pnpm/semver@7.7.0/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.6.3/node_modules/semver/classes/semver.js"(exports, module2) {
193
+ "../../node_modules/.pnpm/semver@7.7.0/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,6 +334,17 @@ 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
+ }
337
348
  switch (release) {
338
349
  case "premajor":
339
350
  this.prerelease.length = 0;
@@ -361,6 +372,12 @@ var require_semver = (0, import_chunk_WWAWV7DQ.__commonJS)({
361
372
  }
362
373
  this.inc("pre", identifier, identifierBase);
363
374
  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;
364
381
  case "major":
365
382
  if (this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) {
366
383
  this.major++;
@@ -386,9 +403,6 @@ var require_semver = (0, import_chunk_WWAWV7DQ.__commonJS)({
386
403
  // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction.
387
404
  case "pre": {
388
405
  const base = Number(identifierBase) ? 1 : 0;
389
- if (!identifier && identifierBase === false) {
390
- throw new Error("invalid increment argument: identifier is empty");
391
- }
392
406
  if (this.prerelease.length === 0) {
393
407
  this.prerelease = [base];
394
408
  } else {
@@ -435,7 +449,7 @@ var require_semver = (0, import_chunk_WWAWV7DQ.__commonJS)({
435
449
  }
436
450
  });
437
451
  var require_parse = (0, import_chunk_WWAWV7DQ.__commonJS)({
438
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/parse.js"(exports, module2) {
452
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/parse.js"(exports, module2) {
439
453
  "use strict";
440
454
  var SemVer = require_semver();
441
455
  var parse = (version, options, throwErrors = false) => {
@@ -455,7 +469,7 @@ var require_parse = (0, import_chunk_WWAWV7DQ.__commonJS)({
455
469
  }
456
470
  });
457
471
  var require_valid = (0, import_chunk_WWAWV7DQ.__commonJS)({
458
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/valid.js"(exports, module2) {
472
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/valid.js"(exports, module2) {
459
473
  "use strict";
460
474
  var parse = require_parse();
461
475
  var valid = (version, options) => {
@@ -466,7 +480,7 @@ var require_valid = (0, import_chunk_WWAWV7DQ.__commonJS)({
466
480
  }
467
481
  });
468
482
  var require_clean = (0, import_chunk_WWAWV7DQ.__commonJS)({
469
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/clean.js"(exports, module2) {
483
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/clean.js"(exports, module2) {
470
484
  "use strict";
471
485
  var parse = require_parse();
472
486
  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_2CRJNXED_exports = {};
30
- __export(chunk_2CRJNXED_exports, {
29
+ var chunk_AE4OD2EV_exports = {};
30
+ __export(chunk_AE4OD2EV_exports, {
31
31
  MigrateDiff: () => MigrateDiff,
32
32
  init_MigrateDiff: () => init_MigrateDiff
33
33
  });
34
- module.exports = __toCommonJS(chunk_2CRJNXED_exports);
35
- var import_chunk_NKQGJ3AE = require("./chunk-NKQGJ3AE.js");
34
+ module.exports = __toCommonJS(chunk_AE4OD2EV_exports);
35
+ var import_chunk_A6PMXMMT = require("./chunk-A6PMXMMT.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_NKQGJ3AE.require_valid)();
10710
- var cleanSemver = (0, import_chunk_NKQGJ3AE.require_clean)();
10709
+ var isValidSemver = (0, import_chunk_A6PMXMMT.require_valid)();
10710
+ var cleanSemver = (0, import_chunk_A6PMXMMT.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.15",
11546
+ version: "6.4.0-dev.17",
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",
@@ -11628,7 +11628,7 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
11628
11628
  "@prisma/fetch-engine": "workspace:*",
11629
11629
  "@prisma/generator-helper": "workspace:*",
11630
11630
  "@prisma/get-platform": "workspace:*",
11631
- "@prisma/prisma-schema-wasm": "6.4.0-4.e2a33755136ec1c2b3a5d7d322f86a8fb1205a40",
11631
+ "@prisma/prisma-schema-wasm": "6.4.0-6.ea0929672a4a933a7dbc5b2f9031bb90560f894e",
11632
11632
  "@prisma/schema-files-loader": "workspace:*",
11633
11633
  arg: "5.0.2",
11634
11634
  prompts: "2.4.2"
@@ -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_HAJNCOW7_exports = {};
30
- __export(chunk_HAJNCOW7_exports, {
29
+ var chunk_C6CQ3XNY_exports = {};
30
+ __export(chunk_C6CQ3XNY_exports, {
31
31
  DbPull: () => DbPull,
32
32
  init_DbPull: () => init_DbPull
33
33
  });
34
- module.exports = __toCommonJS(chunk_HAJNCOW7_exports);
35
- var import_chunk_GRGGAY6L = require("./chunk-GRGGAY6L.js");
34
+ module.exports = __toCommonJS(chunk_C6CQ3XNY_exports);
35
+ var import_chunk_CUDKD32S = require("./chunk-CUDKD32S.js");
36
36
  var import_chunk_ILJRJJ3S = require("./chunk-ILJRJJ3S.js");
37
37
  var import_chunk_35LAJN5S = require("./chunk-35LAJN5S.js");
38
38
  var import_chunk_7IT2ZO3D = require("./chunk-7IT2ZO3D.js");
@@ -66,7 +66,7 @@ var init_DbPull = (0, import_chunk_WWAWV7DQ.__esm)({
66
66
  (0, import_chunk_V7DE6JTG.init_removeSchemaFiles)();
67
67
  (0, import_chunk_QBK5XTJE.init_replaceOrAddDatasource)();
68
68
  (0, import_chunk_ILJRJJ3S.init_saveSchemaFiles)();
69
- (0, import_chunk_GRGGAY6L.init_spinner)();
69
+ (0, import_chunk_CUDKD32S.init_spinner)();
70
70
  debug = (0, import_debug.default)("prisma:db:pull");
71
71
  _DbPull = class _DbPull2 {
72
72
  static new() {
@@ -97,7 +97,7 @@ var init_DbPull = (0, import_chunk_WWAWV7DQ.__esm)({
97
97
  "--local-d1": Boolean
98
98
  // optional, only on cloudflare D1
99
99
  });
100
- const spinnerFactory = (0, import_chunk_GRGGAY6L.createSpinner)(!args["--print"]);
100
+ const spinnerFactory = (0, import_chunk_CUDKD32S.createSpinner)(!args["--print"]);
101
101
  if (args instanceof Error) {
102
102
  return this.help(args.message);
103
103
  }
@@ -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 chunk_GRGGAY6L_exports = {};
20
- __export(chunk_GRGGAY6L_exports, {
19
+ var chunk_CUDKD32S_exports = {};
20
+ __export(chunk_CUDKD32S_exports, {
21
21
  createSpinner: () => createSpinner,
22
22
  init_spinner: () => init_spinner
23
23
  });
24
- module.exports = __toCommonJS(chunk_GRGGAY6L_exports);
24
+ module.exports = __toCommonJS(chunk_CUDKD32S_exports);
25
25
  var import_chunk_YUCPBDWV = require("./chunk-YUCPBDWV.js");
26
26
  var import_chunk_RM5LJIEV = require("./chunk-RM5LJIEV.js");
27
27
  var import_chunk_6C7ESGWY = require("./chunk-6C7ESGWY.js");
@@ -452,7 +452,7 @@ var require_source = (0, import_chunk_WWAWV7DQ.__commonJS)({
452
452
  }
453
453
  });
454
454
  var require_spinners = (0, import_chunk_WWAWV7DQ.__commonJS)({
455
- "../../node_modules/.pnpm/cli-spinners@2.7.0/node_modules/cli-spinners/spinners.json"(exports, module2) {
455
+ "../../node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/spinners.json"(exports, module2) {
456
456
  module2.exports = {
457
457
  dots: {
458
458
  interval: 80,
@@ -1240,6 +1240,21 @@ var require_spinners = (0, import_chunk_WWAWV7DQ.__commonJS)({
1240
1240
  "\u25E5"
1241
1241
  ]
1242
1242
  },
1243
+ binary: {
1244
+ interval: 80,
1245
+ frames: [
1246
+ "010010",
1247
+ "001100",
1248
+ "100101",
1249
+ "111010",
1250
+ "111101",
1251
+ "010111",
1252
+ "101011",
1253
+ "111000",
1254
+ "110011",
1255
+ "110101"
1256
+ ]
1257
+ },
1243
1258
  arc: {
1244
1259
  interval: 100,
1245
1260
  frames: [
@@ -1432,6 +1447,7 @@ var require_spinners = (0, import_chunk_WWAWV7DQ.__commonJS)({
1432
1447
  "[= ]",
1433
1448
  "[== ]",
1434
1449
  "[=== ]",
1450
+ "[====]",
1435
1451
  "[ ===]",
1436
1452
  "[ ==]",
1437
1453
  "[ =]",
@@ -1919,12 +1935,150 @@ var require_spinners = (0, import_chunk_WWAWV7DQ.__commonJS)({
1919
1935
  "\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0",
1920
1936
  "\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"
1921
1937
  ]
1938
+ },
1939
+ dwarfFortress: {
1940
+ interval: 80,
1941
+ frames: [
1942
+ " \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1943
+ "\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1944
+ "\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1945
+ "\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1946
+ "\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1947
+ "\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1948
+ "\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1949
+ "\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1950
+ "\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1951
+ "\u263A \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1952
+ " \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1953
+ " \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1954
+ " \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1955
+ " \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1956
+ " \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1957
+ " \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1958
+ " \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1959
+ " \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1960
+ " \u263A \u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1961
+ " \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1962
+ " \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
1963
+ " \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 ",
1964
+ " \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 ",
1965
+ " \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 ",
1966
+ " \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 ",
1967
+ " \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 ",
1968
+ " \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 ",
1969
+ " \u263A \u2588\u2588\u2588\xA3\xA3\xA3 ",
1970
+ " \u263A\u2588\u2588\u2588\xA3\xA3\xA3 ",
1971
+ " \u263A\u2588\u2588\u2588\xA3\xA3\xA3 ",
1972
+ " \u263A\u2593\u2588\u2588\xA3\xA3\xA3 ",
1973
+ " \u263A\u2593\u2588\u2588\xA3\xA3\xA3 ",
1974
+ " \u263A\u2592\u2588\u2588\xA3\xA3\xA3 ",
1975
+ " \u263A\u2592\u2588\u2588\xA3\xA3\xA3 ",
1976
+ " \u263A\u2591\u2588\u2588\xA3\xA3\xA3 ",
1977
+ " \u263A\u2591\u2588\u2588\xA3\xA3\xA3 ",
1978
+ " \u263A \u2588\u2588\xA3\xA3\xA3 ",
1979
+ " \u263A\u2588\u2588\xA3\xA3\xA3 ",
1980
+ " \u263A\u2588\u2588\xA3\xA3\xA3 ",
1981
+ " \u263A\u2593\u2588\xA3\xA3\xA3 ",
1982
+ " \u263A\u2593\u2588\xA3\xA3\xA3 ",
1983
+ " \u263A\u2592\u2588\xA3\xA3\xA3 ",
1984
+ " \u263A\u2592\u2588\xA3\xA3\xA3 ",
1985
+ " \u263A\u2591\u2588\xA3\xA3\xA3 ",
1986
+ " \u263A\u2591\u2588\xA3\xA3\xA3 ",
1987
+ " \u263A \u2588\xA3\xA3\xA3 ",
1988
+ " \u263A\u2588\xA3\xA3\xA3 ",
1989
+ " \u263A\u2588\xA3\xA3\xA3 ",
1990
+ " \u263A\u2593\xA3\xA3\xA3 ",
1991
+ " \u263A\u2593\xA3\xA3\xA3 ",
1992
+ " \u263A\u2592\xA3\xA3\xA3 ",
1993
+ " \u263A\u2592\xA3\xA3\xA3 ",
1994
+ " \u263A\u2591\xA3\xA3\xA3 ",
1995
+ " \u263A\u2591\xA3\xA3\xA3 ",
1996
+ " \u263A \xA3\xA3\xA3 ",
1997
+ " \u263A\xA3\xA3\xA3 ",
1998
+ " \u263A\xA3\xA3\xA3 ",
1999
+ " \u263A\u2593\xA3\xA3 ",
2000
+ " \u263A\u2593\xA3\xA3 ",
2001
+ " \u263A\u2592\xA3\xA3 ",
2002
+ " \u263A\u2592\xA3\xA3 ",
2003
+ " \u263A\u2591\xA3\xA3 ",
2004
+ " \u263A\u2591\xA3\xA3 ",
2005
+ " \u263A \xA3\xA3 ",
2006
+ " \u263A\xA3\xA3 ",
2007
+ " \u263A\xA3\xA3 ",
2008
+ " \u263A\u2593\xA3 ",
2009
+ " \u263A\u2593\xA3 ",
2010
+ " \u263A\u2592\xA3 ",
2011
+ " \u263A\u2592\xA3 ",
2012
+ " \u263A\u2591\xA3 ",
2013
+ " \u263A\u2591\xA3 ",
2014
+ " \u263A \xA3 ",
2015
+ " \u263A\xA3 ",
2016
+ " \u263A\xA3 ",
2017
+ " \u263A\u2593 ",
2018
+ " \u263A\u2593 ",
2019
+ " \u263A\u2592 ",
2020
+ " \u263A\u2592 ",
2021
+ " \u263A\u2591 ",
2022
+ " \u263A\u2591 ",
2023
+ " \u263A ",
2024
+ " \u263A &",
2025
+ " \u263A \u263C&",
2026
+ " \u263A \u263C &",
2027
+ " \u263A\u263C &",
2028
+ " \u263A\u263C & ",
2029
+ " \u203C & ",
2030
+ " \u263A & ",
2031
+ " \u203C & ",
2032
+ " \u263A & ",
2033
+ " \u203C & ",
2034
+ " \u263A & ",
2035
+ "\u203C & ",
2036
+ " & ",
2037
+ " & ",
2038
+ " & \u2591 ",
2039
+ " & \u2592 ",
2040
+ " & \u2593 ",
2041
+ " & \xA3 ",
2042
+ " & \u2591\xA3 ",
2043
+ " & \u2592\xA3 ",
2044
+ " & \u2593\xA3 ",
2045
+ " & \xA3\xA3 ",
2046
+ " & \u2591\xA3\xA3 ",
2047
+ " & \u2592\xA3\xA3 ",
2048
+ "& \u2593\xA3\xA3 ",
2049
+ "& \xA3\xA3\xA3 ",
2050
+ " \u2591\xA3\xA3\xA3 ",
2051
+ " \u2592\xA3\xA3\xA3 ",
2052
+ " \u2593\xA3\xA3\xA3 ",
2053
+ " \u2588\xA3\xA3\xA3 ",
2054
+ " \u2591\u2588\xA3\xA3\xA3 ",
2055
+ " \u2592\u2588\xA3\xA3\xA3 ",
2056
+ " \u2593\u2588\xA3\xA3\xA3 ",
2057
+ " \u2588\u2588\xA3\xA3\xA3 ",
2058
+ " \u2591\u2588\u2588\xA3\xA3\xA3 ",
2059
+ " \u2592\u2588\u2588\xA3\xA3\xA3 ",
2060
+ " \u2593\u2588\u2588\xA3\xA3\xA3 ",
2061
+ " \u2588\u2588\u2588\xA3\xA3\xA3 ",
2062
+ " \u2591\u2588\u2588\u2588\xA3\xA3\xA3 ",
2063
+ " \u2592\u2588\u2588\u2588\xA3\xA3\xA3 ",
2064
+ " \u2593\u2588\u2588\u2588\xA3\xA3\xA3 ",
2065
+ " \u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2066
+ " \u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2067
+ " \u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2068
+ " \u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2069
+ " \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2070
+ " \u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2071
+ " \u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2072
+ " \u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2073
+ " \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ",
2074
+ " \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "
2075
+ ]
1922
2076
  }
1923
2077
  };
1924
2078
  }
1925
2079
  });
1926
2080
  var require_cli_spinners = (0, import_chunk_WWAWV7DQ.__commonJS)({
1927
- "../../node_modules/.pnpm/cli-spinners@2.7.0/node_modules/cli-spinners/index.js"(exports, module2) {
2081
+ "../../node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/index.js"(exports, module2) {
1928
2082
  "use strict";
1929
2083
  var spinners = Object.assign({}, require_spinners());
1930
2084
  var spinnersList = Object.keys(spinners);
@@ -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_XVXYNQ6H_exports = {};
30
- __export(chunk_XVXYNQ6H_exports, {
29
+ var chunk_GLSDT6VT_exports = {};
30
+ __export(chunk_GLSDT6VT_exports, {
31
31
  MigrateDiff: () => MigrateDiff,
32
32
  init_MigrateDiff: () => init_MigrateDiff
33
33
  });
34
- module.exports = __toCommonJS(chunk_XVXYNQ6H_exports);
35
- var import_chunk_NKQGJ3AE = require("./chunk-NKQGJ3AE.js");
34
+ module.exports = __toCommonJS(chunk_GLSDT6VT_exports);
35
+ var import_chunk_A6PMXMMT = require("./chunk-A6PMXMMT.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_NKQGJ3AE.require_valid)();
10710
- var cleanSemver = (0, import_chunk_NKQGJ3AE.require_clean)();
10709
+ var isValidSemver = (0, import_chunk_A6PMXMMT.require_valid)();
10710
+ var cleanSemver = (0, import_chunk_A6PMXMMT.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();
@@ -11628,7 +11628,7 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
11628
11628
  "@prisma/fetch-engine": "workspace:*",
11629
11629
  "@prisma/generator-helper": "workspace:*",
11630
11630
  "@prisma/get-platform": "workspace:*",
11631
- "@prisma/prisma-schema-wasm": "6.4.0-4.e2a33755136ec1c2b3a5d7d322f86a8fb1205a40",
11631
+ "@prisma/prisma-schema-wasm": "6.4.0-6.ea0929672a4a933a7dbc5b2f9031bb90560f894e",
11632
11632
  "@prisma/schema-files-loader": "workspace:*",
11633
11633
  arg: "5.0.2",
11634
11634
  prompts: "2.4.2"
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var DbPull_exports = {};
20
20
  __export(DbPull_exports, {
21
- DbPull: () => import_chunk_HAJNCOW7.DbPull
21
+ DbPull: () => import_chunk_C6CQ3XNY.DbPull
22
22
  });
23
23
  module.exports = __toCommonJS(DbPull_exports);
24
- var import_chunk_HAJNCOW7 = require("../chunk-HAJNCOW7.js");
25
- var import_chunk_GRGGAY6L = require("../chunk-GRGGAY6L.js");
24
+ var import_chunk_C6CQ3XNY = require("../chunk-C6CQ3XNY.js");
25
+ var import_chunk_CUDKD32S = require("../chunk-CUDKD32S.js");
26
26
  var import_chunk_ILJRJJ3S = require("../chunk-ILJRJJ3S.js");
27
27
  var import_chunk_YUCPBDWV = require("../chunk-YUCPBDWV.js");
28
28
  var import_chunk_RM5LJIEV = require("../chunk-RM5LJIEV.js");
@@ -44,4 +44,4 @@ var import_chunk_XJQP3B4W = require("../chunk-XJQP3B4W.js");
44
44
  var import_chunk_KPUNMK5W = require("../chunk-KPUNMK5W.js");
45
45
  var import_chunk_6TE2RIPN = require("../chunk-6TE2RIPN.js");
46
46
  var import_chunk_WWAWV7DQ = require("../chunk-WWAWV7DQ.js");
47
- (0, import_chunk_HAJNCOW7.init_DbPull)();
47
+ (0, import_chunk_C6CQ3XNY.init_DbPull)();
@@ -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_2CRJNXED.MigrateDiff
21
+ MigrateDiff: () => import_chunk_AE4OD2EV.MigrateDiff
22
22
  });
23
23
  module.exports = __toCommonJS(MigrateDiff_exports);
24
- var import_chunk_2CRJNXED = require("../chunk-2CRJNXED.js");
25
- var import_chunk_NKQGJ3AE = require("../chunk-NKQGJ3AE.js");
24
+ var import_chunk_AE4OD2EV = require("../chunk-AE4OD2EV.js");
25
+ var import_chunk_A6PMXMMT = require("../chunk-A6PMXMMT.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_2CRJNXED.init_MigrateDiff)();
36
+ (0, import_chunk_AE4OD2EV.init_MigrateDiff)();
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ __export(index_exports, {
21
21
  DbCommand: () => import_chunk_NJUAN6V2.DbCommand,
22
22
  DbDrop: () => import_chunk_WJT3IOMB.DbDrop,
23
23
  DbExecute: () => import_chunk_G66QFMM5.DbExecute,
24
- DbPull: () => import_chunk_HAJNCOW7.DbPull,
24
+ DbPull: () => import_chunk_C6CQ3XNY.DbPull,
25
25
  DbPush: () => import_chunk_JESW2ENL.DbPush,
26
26
  DbSeed: () => import_chunk_E2XKFV2C.DbSeed,
27
27
  EngineResults: () => import_chunk_LVR7W5DD.EngineResults,
@@ -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_2CRJNXED.MigrateDiff,
32
+ MigrateDiff: () => import_chunk_AE4OD2EV.MigrateDiff,
33
33
  MigrateReset: () => import_chunk_7QAR4NT3.MigrateReset,
34
34
  MigrateResolve: () => import_chunk_I63N54YI.MigrateResolve,
35
35
  MigrateStatus: () => import_chunk_77RYI3ZW.MigrateStatus,
@@ -47,8 +47,8 @@ var import_chunk_7QAR4NT3 = require("./chunk-7QAR4NT3.js");
47
47
  var import_chunk_I63N54YI = require("./chunk-I63N54YI.js");
48
48
  var import_chunk_77RYI3ZW = require("./chunk-77RYI3ZW.js");
49
49
  var import_chunk_G66QFMM5 = require("./chunk-G66QFMM5.js");
50
- var import_chunk_HAJNCOW7 = require("./chunk-HAJNCOW7.js");
51
- var import_chunk_GRGGAY6L = require("./chunk-GRGGAY6L.js");
50
+ var import_chunk_C6CQ3XNY = require("./chunk-C6CQ3XNY.js");
51
+ var import_chunk_CUDKD32S = require("./chunk-CUDKD32S.js");
52
52
  var import_chunk_ILJRJJ3S = require("./chunk-ILJRJJ3S.js");
53
53
  var import_chunk_YUCPBDWV = require("./chunk-YUCPBDWV.js");
54
54
  var import_chunk_RM5LJIEV = require("./chunk-RM5LJIEV.js");
@@ -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_2CRJNXED = require("./chunk-2CRJNXED.js");
73
- var import_chunk_NKQGJ3AE = require("./chunk-NKQGJ3AE.js");
72
+ var import_chunk_AE4OD2EV = require("./chunk-AE4OD2EV.js");
73
+ var import_chunk_A6PMXMMT = require("./chunk-A6PMXMMT.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");
@@ -92,13 +92,13 @@ var import_chunk_6TE2RIPN = require("./chunk-6TE2RIPN.js");
92
92
  var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
93
93
  (0, import_chunk_NJUAN6V2.init_DbCommand)();
94
94
  (0, import_chunk_G66QFMM5.init_DbExecute)();
95
- (0, import_chunk_HAJNCOW7.init_DbPull)();
95
+ (0, import_chunk_C6CQ3XNY.init_DbPull)();
96
96
  (0, import_chunk_JESW2ENL.init_DbPush)();
97
97
  (0, import_chunk_E2XKFV2C.init_DbSeed)();
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_2CRJNXED.init_MigrateDiff)();
101
+ (0, import_chunk_AE4OD2EV.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_NKQGJ3AE = require("../chunk-NKQGJ3AE.js");
39
+ var import_chunk_A6PMXMMT = require("../chunk-A6PMXMMT.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.6.3/node_modules/semver/functions/inc.js"(exports, module2) {
28798
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/inc.js"(exports, module2) {
28799
28799
  "use strict";
28800
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28800
+ var SemVer = (0, import_chunk_A6PMXMMT.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.6.3/node_modules/semver/functions/diff.js"(exports, module2) {
28820
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/diff.js"(exports, module2) {
28821
28821
  "use strict";
28822
- var parse2 = (0, import_chunk_NKQGJ3AE.require_parse)();
28822
+ var parse2 = (0, import_chunk_A6PMXMMT.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,13 +28836,12 @@ var require_diff = (0, import_chunk_WWAWV7DQ.__commonJS)({
28836
28836
  if (!lowVersion.patch && !lowVersion.minor) {
28837
28837
  return "major";
28838
28838
  }
28839
- if (highVersion.patch) {
28839
+ if (lowVersion.compareMain(highVersion) === 0) {
28840
+ if (lowVersion.minor && !lowVersion.patch) {
28841
+ return "minor";
28842
+ }
28840
28843
  return "patch";
28841
28844
  }
28842
- if (highVersion.minor) {
28843
- return "minor";
28844
- }
28845
- return "major";
28846
28845
  }
28847
28846
  const prefix = highHasPre ? "pre" : "";
28848
28847
  if (v1.major !== v2.major) {
@@ -28860,33 +28859,33 @@ var require_diff = (0, import_chunk_WWAWV7DQ.__commonJS)({
28860
28859
  }
28861
28860
  });
28862
28861
  var require_major = (0, import_chunk_WWAWV7DQ.__commonJS)({
28863
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/major.js"(exports, module2) {
28862
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/major.js"(exports, module2) {
28864
28863
  "use strict";
28865
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28864
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28866
28865
  var major = (a, loose) => new SemVer(a, loose).major;
28867
28866
  module2.exports = major;
28868
28867
  }
28869
28868
  });
28870
28869
  var require_minor = (0, import_chunk_WWAWV7DQ.__commonJS)({
28871
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/minor.js"(exports, module2) {
28870
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/minor.js"(exports, module2) {
28872
28871
  "use strict";
28873
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28872
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28874
28873
  var minor = (a, loose) => new SemVer(a, loose).minor;
28875
28874
  module2.exports = minor;
28876
28875
  }
28877
28876
  });
28878
28877
  var require_patch = (0, import_chunk_WWAWV7DQ.__commonJS)({
28879
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/patch.js"(exports, module2) {
28878
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/patch.js"(exports, module2) {
28880
28879
  "use strict";
28881
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28880
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28882
28881
  var patch = (a, loose) => new SemVer(a, loose).patch;
28883
28882
  module2.exports = patch;
28884
28883
  }
28885
28884
  });
28886
28885
  var require_prerelease = (0, import_chunk_WWAWV7DQ.__commonJS)({
28887
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/prerelease.js"(exports, module2) {
28886
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/prerelease.js"(exports, module2) {
28888
28887
  "use strict";
28889
- var parse2 = (0, import_chunk_NKQGJ3AE.require_parse)();
28888
+ var parse2 = (0, import_chunk_A6PMXMMT.require_parse)();
28890
28889
  var prerelease = (version3, options) => {
28891
28890
  const parsed = parse2(version3, options);
28892
28891
  return parsed && parsed.prerelease.length ? parsed.prerelease : null;
@@ -28895,15 +28894,15 @@ var require_prerelease = (0, import_chunk_WWAWV7DQ.__commonJS)({
28895
28894
  }
28896
28895
  });
28897
28896
  var require_compare = (0, import_chunk_WWAWV7DQ.__commonJS)({
28898
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare.js"(exports, module2) {
28897
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/compare.js"(exports, module2) {
28899
28898
  "use strict";
28900
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28899
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28901
28900
  var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
28902
28901
  module2.exports = compare;
28903
28902
  }
28904
28903
  });
28905
28904
  var require_rcompare = (0, import_chunk_WWAWV7DQ.__commonJS)({
28906
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/rcompare.js"(exports, module2) {
28905
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/rcompare.js"(exports, module2) {
28907
28906
  "use strict";
28908
28907
  var compare = require_compare();
28909
28908
  var rcompare = (a, b, loose) => compare(b, a, loose);
@@ -28911,7 +28910,7 @@ var require_rcompare = (0, import_chunk_WWAWV7DQ.__commonJS)({
28911
28910
  }
28912
28911
  });
28913
28912
  var require_compare_loose = (0, import_chunk_WWAWV7DQ.__commonJS)({
28914
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare-loose.js"(exports, module2) {
28913
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/compare-loose.js"(exports, module2) {
28915
28914
  "use strict";
28916
28915
  var compare = require_compare();
28917
28916
  var compareLoose = (a, b) => compare(a, b, true);
@@ -28919,9 +28918,9 @@ var require_compare_loose = (0, import_chunk_WWAWV7DQ.__commonJS)({
28919
28918
  }
28920
28919
  });
28921
28920
  var require_compare_build = (0, import_chunk_WWAWV7DQ.__commonJS)({
28922
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare-build.js"(exports, module2) {
28921
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/compare-build.js"(exports, module2) {
28923
28922
  "use strict";
28924
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
28923
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
28925
28924
  var compareBuild = (a, b, loose) => {
28926
28925
  const versionA = new SemVer(a, loose);
28927
28926
  const versionB = new SemVer(b, loose);
@@ -28931,7 +28930,7 @@ var require_compare_build = (0, import_chunk_WWAWV7DQ.__commonJS)({
28931
28930
  }
28932
28931
  });
28933
28932
  var require_sort = (0, import_chunk_WWAWV7DQ.__commonJS)({
28934
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/sort.js"(exports, module2) {
28933
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/sort.js"(exports, module2) {
28935
28934
  "use strict";
28936
28935
  var compareBuild = require_compare_build();
28937
28936
  var sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
@@ -28939,7 +28938,7 @@ var require_sort = (0, import_chunk_WWAWV7DQ.__commonJS)({
28939
28938
  }
28940
28939
  });
28941
28940
  var require_rsort = (0, import_chunk_WWAWV7DQ.__commonJS)({
28942
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/rsort.js"(exports, module2) {
28941
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/rsort.js"(exports, module2) {
28943
28942
  "use strict";
28944
28943
  var compareBuild = require_compare_build();
28945
28944
  var rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
@@ -28947,7 +28946,7 @@ var require_rsort = (0, import_chunk_WWAWV7DQ.__commonJS)({
28947
28946
  }
28948
28947
  });
28949
28948
  var require_gt = (0, import_chunk_WWAWV7DQ.__commonJS)({
28950
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/gt.js"(exports, module2) {
28949
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/gt.js"(exports, module2) {
28951
28950
  "use strict";
28952
28951
  var compare = require_compare();
28953
28952
  var gt = (a, b, loose) => compare(a, b, loose) > 0;
@@ -28955,7 +28954,7 @@ var require_gt = (0, import_chunk_WWAWV7DQ.__commonJS)({
28955
28954
  }
28956
28955
  });
28957
28956
  var require_lt = (0, import_chunk_WWAWV7DQ.__commonJS)({
28958
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/lt.js"(exports, module2) {
28957
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/lt.js"(exports, module2) {
28959
28958
  "use strict";
28960
28959
  var compare = require_compare();
28961
28960
  var lt = (a, b, loose) => compare(a, b, loose) < 0;
@@ -28963,7 +28962,7 @@ var require_lt = (0, import_chunk_WWAWV7DQ.__commonJS)({
28963
28962
  }
28964
28963
  });
28965
28964
  var require_eq = (0, import_chunk_WWAWV7DQ.__commonJS)({
28966
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/eq.js"(exports, module2) {
28965
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/eq.js"(exports, module2) {
28967
28966
  "use strict";
28968
28967
  var compare = require_compare();
28969
28968
  var eq = (a, b, loose) => compare(a, b, loose) === 0;
@@ -28971,7 +28970,7 @@ var require_eq = (0, import_chunk_WWAWV7DQ.__commonJS)({
28971
28970
  }
28972
28971
  });
28973
28972
  var require_neq = (0, import_chunk_WWAWV7DQ.__commonJS)({
28974
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/neq.js"(exports, module2) {
28973
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/neq.js"(exports, module2) {
28975
28974
  "use strict";
28976
28975
  var compare = require_compare();
28977
28976
  var neq = (a, b, loose) => compare(a, b, loose) !== 0;
@@ -28979,7 +28978,7 @@ var require_neq = (0, import_chunk_WWAWV7DQ.__commonJS)({
28979
28978
  }
28980
28979
  });
28981
28980
  var require_gte = (0, import_chunk_WWAWV7DQ.__commonJS)({
28982
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/gte.js"(exports, module2) {
28981
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/gte.js"(exports, module2) {
28983
28982
  "use strict";
28984
28983
  var compare = require_compare();
28985
28984
  var gte = (a, b, loose) => compare(a, b, loose) >= 0;
@@ -28987,7 +28986,7 @@ var require_gte = (0, import_chunk_WWAWV7DQ.__commonJS)({
28987
28986
  }
28988
28987
  });
28989
28988
  var require_lte = (0, import_chunk_WWAWV7DQ.__commonJS)({
28990
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/lte.js"(exports, module2) {
28989
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/lte.js"(exports, module2) {
28991
28990
  "use strict";
28992
28991
  var compare = require_compare();
28993
28992
  var lte = (a, b, loose) => compare(a, b, loose) <= 0;
@@ -28995,7 +28994,7 @@ var require_lte = (0, import_chunk_WWAWV7DQ.__commonJS)({
28995
28994
  }
28996
28995
  });
28997
28996
  var require_cmp = (0, import_chunk_WWAWV7DQ.__commonJS)({
28998
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/cmp.js"(exports, module2) {
28997
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/cmp.js"(exports, module2) {
28999
28998
  "use strict";
29000
28999
  var eq = require_eq();
29001
29000
  var neq = require_neq();
@@ -29043,11 +29042,11 @@ var require_cmp = (0, import_chunk_WWAWV7DQ.__commonJS)({
29043
29042
  }
29044
29043
  });
29045
29044
  var require_coerce = (0, import_chunk_WWAWV7DQ.__commonJS)({
29046
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/coerce.js"(exports, module2) {
29045
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/coerce.js"(exports, module2) {
29047
29046
  "use strict";
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)();
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)();
29051
29050
  var coerce = (version3, options) => {
29052
29051
  if (version3 instanceof SemVer) {
29053
29052
  return version3;
@@ -29087,7 +29086,7 @@ var require_coerce = (0, import_chunk_WWAWV7DQ.__commonJS)({
29087
29086
  }
29088
29087
  });
29089
29088
  var require_lrucache = (0, import_chunk_WWAWV7DQ.__commonJS)({
29090
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/lrucache.js"(exports, module2) {
29089
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/internal/lrucache.js"(exports, module2) {
29091
29090
  "use strict";
29092
29091
  var LRUCache = class {
29093
29092
  constructor() {
@@ -29123,7 +29122,7 @@ var require_lrucache = (0, import_chunk_WWAWV7DQ.__commonJS)({
29123
29122
  }
29124
29123
  });
29125
29124
  var require_range = (0, import_chunk_WWAWV7DQ.__commonJS)({
29126
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/range.js"(exports, module2) {
29125
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/classes/range.js"(exports, module2) {
29127
29126
  "use strict";
29128
29127
  var SPACE_CHARACTERS = /\s+/g;
29129
29128
  var Range = class _Range {
@@ -29267,18 +29266,18 @@ var require_range = (0, import_chunk_WWAWV7DQ.__commonJS)({
29267
29266
  module2.exports = Range;
29268
29267
  var LRU = require_lrucache();
29269
29268
  var cache = new LRU();
29270
- var parseOptions = (0, import_chunk_NKQGJ3AE.require_parse_options)();
29269
+ var parseOptions = (0, import_chunk_A6PMXMMT.require_parse_options)();
29271
29270
  var Comparator = require_comparator();
29272
- var debug = (0, import_chunk_NKQGJ3AE.require_debug)();
29273
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29271
+ var debug = (0, import_chunk_A6PMXMMT.require_debug)();
29272
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29274
29273
  var {
29275
29274
  safeRe: re,
29276
29275
  t,
29277
29276
  comparatorTrimReplace,
29278
29277
  tildeTrimReplace,
29279
29278
  caretTrimReplace
29280
- } = (0, import_chunk_NKQGJ3AE.require_re)();
29281
- var { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = (0, import_chunk_NKQGJ3AE.require_constants)();
29279
+ } = (0, import_chunk_A6PMXMMT.require_re)();
29280
+ var { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = (0, import_chunk_A6PMXMMT.require_constants)();
29282
29281
  var isNullSet = (c) => c.value === "<0.0.0-0";
29283
29282
  var isAny = (c) => c.value === "";
29284
29283
  var isSatisfiable = (comparators, options) => {
@@ -29497,7 +29496,7 @@ var require_range = (0, import_chunk_WWAWV7DQ.__commonJS)({
29497
29496
  }
29498
29497
  });
29499
29498
  var require_comparator = (0, import_chunk_WWAWV7DQ.__commonJS)({
29500
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/comparator.js"(exports, module2) {
29499
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/classes/comparator.js"(exports, module2) {
29501
29500
  "use strict";
29502
29501
  var ANY = Symbol("SemVer ANY");
29503
29502
  var Comparator = class _Comparator {
@@ -29599,16 +29598,16 @@ var require_comparator = (0, import_chunk_WWAWV7DQ.__commonJS)({
29599
29598
  }
29600
29599
  };
29601
29600
  module2.exports = Comparator;
29602
- var parseOptions = (0, import_chunk_NKQGJ3AE.require_parse_options)();
29603
- var { safeRe: re, t } = (0, import_chunk_NKQGJ3AE.require_re)();
29601
+ var parseOptions = (0, import_chunk_A6PMXMMT.require_parse_options)();
29602
+ var { safeRe: re, t } = (0, import_chunk_A6PMXMMT.require_re)();
29604
29603
  var cmp = require_cmp();
29605
- var debug = (0, import_chunk_NKQGJ3AE.require_debug)();
29606
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29604
+ var debug = (0, import_chunk_A6PMXMMT.require_debug)();
29605
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29607
29606
  var Range = require_range();
29608
29607
  }
29609
29608
  });
29610
29609
  var require_satisfies = (0, import_chunk_WWAWV7DQ.__commonJS)({
29611
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/satisfies.js"(exports, module2) {
29610
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/functions/satisfies.js"(exports, module2) {
29612
29611
  "use strict";
29613
29612
  var Range = require_range();
29614
29613
  var satisfies = (version3, range, options) => {
@@ -29623,7 +29622,7 @@ var require_satisfies = (0, import_chunk_WWAWV7DQ.__commonJS)({
29623
29622
  }
29624
29623
  });
29625
29624
  var require_to_comparators = (0, import_chunk_WWAWV7DQ.__commonJS)({
29626
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/to-comparators.js"(exports, module2) {
29625
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/to-comparators.js"(exports, module2) {
29627
29626
  "use strict";
29628
29627
  var Range = require_range();
29629
29628
  var toComparators = (range, options) => new Range(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
@@ -29631,9 +29630,9 @@ var require_to_comparators = (0, import_chunk_WWAWV7DQ.__commonJS)({
29631
29630
  }
29632
29631
  });
29633
29632
  var require_max_satisfying = (0, import_chunk_WWAWV7DQ.__commonJS)({
29634
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/max-satisfying.js"(exports, module2) {
29633
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/max-satisfying.js"(exports, module2) {
29635
29634
  "use strict";
29636
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29635
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29637
29636
  var Range = require_range();
29638
29637
  var maxSatisfying = (versions, range, options) => {
29639
29638
  let max = null;
@@ -29658,9 +29657,9 @@ var require_max_satisfying = (0, import_chunk_WWAWV7DQ.__commonJS)({
29658
29657
  }
29659
29658
  });
29660
29659
  var require_min_satisfying = (0, import_chunk_WWAWV7DQ.__commonJS)({
29661
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/min-satisfying.js"(exports, module2) {
29660
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/min-satisfying.js"(exports, module2) {
29662
29661
  "use strict";
29663
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29662
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29664
29663
  var Range = require_range();
29665
29664
  var minSatisfying = (versions, range, options) => {
29666
29665
  let min = null;
@@ -29685,9 +29684,9 @@ var require_min_satisfying = (0, import_chunk_WWAWV7DQ.__commonJS)({
29685
29684
  }
29686
29685
  });
29687
29686
  var require_min_version = (0, import_chunk_WWAWV7DQ.__commonJS)({
29688
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/min-version.js"(exports, module2) {
29687
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/min-version.js"(exports, module2) {
29689
29688
  "use strict";
29690
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29689
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29691
29690
  var Range = require_range();
29692
29691
  var gt = require_gt();
29693
29692
  var minVersion = (range, loose) => {
@@ -29742,7 +29741,7 @@ var require_min_version = (0, import_chunk_WWAWV7DQ.__commonJS)({
29742
29741
  }
29743
29742
  });
29744
29743
  var require_valid2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
29745
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/valid.js"(exports, module2) {
29744
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/valid.js"(exports, module2) {
29746
29745
  "use strict";
29747
29746
  var Range = require_range();
29748
29747
  var validRange = (range, options) => {
@@ -29756,9 +29755,9 @@ var require_valid2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
29756
29755
  }
29757
29756
  });
29758
29757
  var require_outside = (0, import_chunk_WWAWV7DQ.__commonJS)({
29759
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/outside.js"(exports, module2) {
29758
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/outside.js"(exports, module2) {
29760
29759
  "use strict";
29761
- var SemVer = (0, import_chunk_NKQGJ3AE.require_semver)();
29760
+ var SemVer = (0, import_chunk_A6PMXMMT.require_semver)();
29762
29761
  var Comparator = require_comparator();
29763
29762
  var { ANY } = Comparator;
29764
29763
  var Range = require_range();
@@ -29823,7 +29822,7 @@ var require_outside = (0, import_chunk_WWAWV7DQ.__commonJS)({
29823
29822
  }
29824
29823
  });
29825
29824
  var require_gtr = (0, import_chunk_WWAWV7DQ.__commonJS)({
29826
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/gtr.js"(exports, module2) {
29825
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/gtr.js"(exports, module2) {
29827
29826
  "use strict";
29828
29827
  var outside = require_outside();
29829
29828
  var gtr = (version3, range, options) => outside(version3, range, ">", options);
@@ -29831,7 +29830,7 @@ var require_gtr = (0, import_chunk_WWAWV7DQ.__commonJS)({
29831
29830
  }
29832
29831
  });
29833
29832
  var require_ltr = (0, import_chunk_WWAWV7DQ.__commonJS)({
29834
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/ltr.js"(exports, module2) {
29833
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/ltr.js"(exports, module2) {
29835
29834
  "use strict";
29836
29835
  var outside = require_outside();
29837
29836
  var ltr = (version3, range, options) => outside(version3, range, "<", options);
@@ -29839,7 +29838,7 @@ var require_ltr = (0, import_chunk_WWAWV7DQ.__commonJS)({
29839
29838
  }
29840
29839
  });
29841
29840
  var require_intersects = (0, import_chunk_WWAWV7DQ.__commonJS)({
29842
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/intersects.js"(exports, module2) {
29841
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/intersects.js"(exports, module2) {
29843
29842
  "use strict";
29844
29843
  var Range = require_range();
29845
29844
  var intersects = (r1, r2, options) => {
@@ -29851,7 +29850,7 @@ var require_intersects = (0, import_chunk_WWAWV7DQ.__commonJS)({
29851
29850
  }
29852
29851
  });
29853
29852
  var require_simplify = (0, import_chunk_WWAWV7DQ.__commonJS)({
29854
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/simplify.js"(exports, module2) {
29853
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/simplify.js"(exports, module2) {
29855
29854
  "use strict";
29856
29855
  var satisfies = require_satisfies();
29857
29856
  var compare = require_compare();
@@ -29899,7 +29898,7 @@ var require_simplify = (0, import_chunk_WWAWV7DQ.__commonJS)({
29899
29898
  }
29900
29899
  });
29901
29900
  var require_subset = (0, import_chunk_WWAWV7DQ.__commonJS)({
29902
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/subset.js"(exports, module2) {
29901
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/ranges/subset.js"(exports, module2) {
29903
29902
  "use strict";
29904
29903
  var Range = require_range();
29905
29904
  var Comparator = require_comparator();
@@ -30059,15 +30058,15 @@ var require_subset = (0, import_chunk_WWAWV7DQ.__commonJS)({
30059
30058
  }
30060
30059
  });
30061
30060
  var require_semver2 = (0, import_chunk_WWAWV7DQ.__commonJS)({
30062
- "../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/index.js"(exports, module2) {
30061
+ "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/index.js"(exports, module2) {
30063
30062
  "use strict";
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)();
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)();
30071
30070
  var inc = require_inc();
30072
30071
  var diff = require_diff();
30073
30072
  var major = require_major();
@@ -18,13 +18,13 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var spinner_exports = {};
20
20
  __export(spinner_exports, {
21
- createSpinner: () => import_chunk_GRGGAY6L.createSpinner
21
+ createSpinner: () => import_chunk_CUDKD32S.createSpinner
22
22
  });
23
23
  module.exports = __toCommonJS(spinner_exports);
24
- var import_chunk_GRGGAY6L = require("../chunk-GRGGAY6L.js");
24
+ var import_chunk_CUDKD32S = require("../chunk-CUDKD32S.js");
25
25
  var import_chunk_YUCPBDWV = require("../chunk-YUCPBDWV.js");
26
26
  var import_chunk_RM5LJIEV = require("../chunk-RM5LJIEV.js");
27
27
  var import_chunk_6C7ESGWY = require("../chunk-6C7ESGWY.js");
28
28
  var import_chunk_J46BJQHT = require("../chunk-J46BJQHT.js");
29
29
  var import_chunk_WWAWV7DQ = require("../chunk-WWAWV7DQ.js");
30
- (0, import_chunk_GRGGAY6L.init_spinner)();
30
+ (0, import_chunk_CUDKD32S.init_spinner)();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/migrate",
3
- "version": "6.4.0-dev.15",
3
+ "version": "6.4.0-dev.17",
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",
@@ -55,12 +55,12 @@
55
55
  "@prisma/internals": "*"
56
56
  },
57
57
  "dependencies": {
58
- "@prisma/engines-version": "6.4.0-4.e2a33755136ec1c2b3a5d7d322f86a8fb1205a40",
58
+ "@prisma/engines-version": "6.4.0-6.ea0929672a4a933a7dbc5b2f9031bb90560f894e",
59
59
  "prompts": "2.4.2",
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"
60
+ "@prisma/debug": "6.4.0-dev.17",
61
+ "@prisma/generator-helper": "6.4.0-dev.17",
62
+ "@prisma/get-platform": "6.4.0-dev.17",
63
+ "@prisma/internals": "6.4.0-dev.17"
64
64
  },
65
65
  "files": [
66
66
  "README.md",