@prisma/migrate 7.3.0-integration-parameterization.9 → 7.3.0-integration-parameterization.11

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
@@ -67,7 +67,7 @@ var import_config = require("@prisma/config");
67
67
  var import_debug = __toESM(require("@prisma/debug"));
68
68
  var import_engines_version = require("@prisma/engines-version");
69
69
  var import_internals = require("@prisma/internals");
70
- var version = "7.3.0-integration-parameterization.9";
70
+ var version = "7.3.0-integration-parameterization.11";
71
71
  process.on("uncaughtException", (e) => {
72
72
  console.log(e);
73
73
  });
@@ -26,14 +26,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_3EF3YJPJ_exports = {};
30
- __export(chunk_3EF3YJPJ_exports, {
29
+ var chunk_T3SJN3YL_exports = {};
30
+ __export(chunk_T3SJN3YL_exports, {
31
31
  init_supports_color: () => init_supports_color,
32
32
  require_ms: () => require_ms,
33
33
  require_src: () => require_src,
34
34
  supports_color_exports: () => supports_color_exports
35
35
  });
36
- module.exports = __toCommonJS(chunk_3EF3YJPJ_exports);
36
+ module.exports = __toCommonJS(chunk_T3SJN3YL_exports);
37
37
  var import_chunk_2ESYSVXG = require("./chunk-2ESYSVXG.js");
38
38
  var import_node_process = __toESM(require("node:process"));
39
39
  var import_node_os = __toESM(require("node:os"));
@@ -154,7 +154,7 @@ var require_ms = (0, import_chunk_2ESYSVXG.__commonJS)({
154
154
  }
155
155
  });
156
156
  var require_common = (0, import_chunk_2ESYSVXG.__commonJS)({
157
- "../../node_modules/.pnpm/debug@4.4.0_supports-color@10.2.2/node_modules/debug/src/common.js"(exports, module2) {
157
+ "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/common.js"(exports, module2) {
158
158
  "use strict";
159
159
  function setup(env2) {
160
160
  createDebug.debug = createDebug;
@@ -256,7 +256,7 @@ var require_common = (0, import_chunk_2ESYSVXG.__commonJS)({
256
256
  createDebug.namespaces = namespaces;
257
257
  createDebug.names = [];
258
258
  createDebug.skips = [];
259
- const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(" ", ",").split(",").filter(Boolean);
259
+ const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(/\s+/g, ",").split(",").filter(Boolean);
260
260
  for (const ns of split) {
261
261
  if (ns[0] === "-") {
262
262
  createDebug.skips.push(ns.slice(1));
@@ -330,7 +330,7 @@ var require_common = (0, import_chunk_2ESYSVXG.__commonJS)({
330
330
  }
331
331
  });
332
332
  var require_browser = (0, import_chunk_2ESYSVXG.__commonJS)({
333
- "../../node_modules/.pnpm/debug@4.4.0_supports-color@10.2.2/node_modules/debug/src/browser.js"(exports, module2) {
333
+ "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/browser.js"(exports, module2) {
334
334
  "use strict";
335
335
  exports.formatArgs = formatArgs;
336
336
  exports.save = save;
@@ -473,7 +473,7 @@ var require_browser = (0, import_chunk_2ESYSVXG.__commonJS)({
473
473
  function load() {
474
474
  let r;
475
475
  try {
476
- r = exports.storage.getItem("debug");
476
+ r = exports.storage.getItem("debug") || exports.storage.getItem("DEBUG");
477
477
  } catch (error) {
478
478
  }
479
479
  if (!r && typeof process !== "undefined" && "env" in process) {
@@ -644,7 +644,7 @@ var init_supports_color = (0, import_chunk_2ESYSVXG.__esm)({
644
644
  }
645
645
  });
646
646
  var require_node = (0, import_chunk_2ESYSVXG.__commonJS)({
647
- "../../node_modules/.pnpm/debug@4.4.0_supports-color@10.2.2/node_modules/debug/src/node.js"(exports, module2) {
647
+ "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/node.js"(exports, module2) {
648
648
  "use strict";
649
649
  var tty2 = (0, import_chunk_2ESYSVXG.__require)("tty");
650
650
  var util = (0, import_chunk_2ESYSVXG.__require)("util");
@@ -817,7 +817,7 @@ var require_node = (0, import_chunk_2ESYSVXG.__commonJS)({
817
817
  }
818
818
  });
819
819
  var require_src = (0, import_chunk_2ESYSVXG.__commonJS)({
820
- "../../node_modules/.pnpm/debug@4.4.0_supports-color@10.2.2/node_modules/debug/src/index.js"(exports, module2) {
820
+ "../../node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/index.js"(exports, module2) {
821
821
  "use strict";
822
822
  if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
823
823
  module2.exports = require_browser();