@gammarers/aws-sns-slack-message-lambda-subscription 0.2.21 → 0.2.22

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
@@ -3903,6 +3903,6 @@
3903
3903
  "symbolId": "src/index:SNSSlackMessageLambdaSubscriptionProps"
3904
3904
  }
3905
3905
  },
3906
- "version": "0.2.21",
3907
- "fingerprint": "atNjoUPFLHRpzms7N1p7T65u+TCogN/Qp/N79/7jemU="
3906
+ "version": "0.2.22",
3907
+ "fingerprint": "FWuNhVuHAHGn31tmSFd2BeW3MV1Cy7mqVhN9G2aQgqM="
3908
3908
  }
@@ -10602,7 +10602,7 @@ var require_common = __commonJS({
10602
10602
  createDebug.namespaces = namespaces;
10603
10603
  createDebug.names = [];
10604
10604
  createDebug.skips = [];
10605
- const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(" ", ",").split(",").filter(Boolean);
10605
+ const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(/\s+/g, ",").split(",").filter(Boolean);
10606
10606
  for (const ns of split) {
10607
10607
  if (ns[0] === "-") {
10608
10608
  createDebug.skips.push(ns.slice(1));
@@ -10821,7 +10821,7 @@ var require_browser = __commonJS({
10821
10821
  function load() {
10822
10822
  let r;
10823
10823
  try {
10824
- r = exports2.storage.getItem("debug");
10824
+ r = exports2.storage.getItem("debug") || exports2.storage.getItem("DEBUG");
10825
10825
  } catch (error) {
10826
10826
  }
10827
10827
  if (!r && typeof process !== "undefined" && "env" in process) {