@7365admin1/core 3.66.0 → 3.67.0

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/index.mjs CHANGED
@@ -15878,7 +15878,7 @@ async function siteModulePreview(site, org, proposed, data = moduleGateData()) {
15878
15878
  }
15879
15879
 
15880
15880
  // src/utils/notification-access.util.ts
15881
- var NOTIFY_ACCESS_FILTER_DEFAULT = "log";
15881
+ var NOTIFY_ACCESS_FILTER_DEFAULT = "on";
15882
15882
  function notifyAccessMode(env2 = process.env) {
15883
15883
  return gateMode(env2.NOTIFY_ACCESS_FILTER, ["log", "on", "off"], NOTIFY_ACCESS_FILTER_DEFAULT);
15884
15884
  }