@gammarers/aws-daily-cost-usage-report-stack 2.0.4 → 2.0.5

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/.jsii CHANGED
@@ -4139,6 +4139,6 @@
4139
4139
  "symbolId": "src/index:DailyCostUsageReportStackProps"
4140
4140
  }
4141
4141
  },
4142
- "version": "2.0.4",
4143
- "fingerprint": "xwxlyPrAycoZgGExZIR2t3B6OMLImQqIX5oWdBYDJfY="
4142
+ "version": "2.0.5",
4143
+ "fingerprint": "da6eq7xIdhW3FO4hYyB1iT+qKkLlyGRSp8uBivpayoU="
4144
4144
  }
@@ -11499,7 +11499,7 @@ var require_common = __commonJS({
11499
11499
  createDebug.namespaces = namespaces;
11500
11500
  createDebug.names = [];
11501
11501
  createDebug.skips = [];
11502
- const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(" ", ",").split(",").filter(Boolean);
11502
+ const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(/\s+/g, ",").split(",").filter(Boolean);
11503
11503
  for (const ns of split) {
11504
11504
  if (ns[0] === "-") {
11505
11505
  createDebug.skips.push(ns.slice(1));
@@ -11718,7 +11718,7 @@ var require_browser = __commonJS({
11718
11718
  function load() {
11719
11719
  let r;
11720
11720
  try {
11721
- r = exports2.storage.getItem("debug");
11721
+ r = exports2.storage.getItem("debug") || exports2.storage.getItem("DEBUG");
11722
11722
  } catch (error) {
11723
11723
  }
11724
11724
  if (!r && typeof process !== "undefined" && "env" in process) {