@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/CHANGELOG.md +25 -0
- package/dist/index.d.ts +20 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/test/notification-access.test.mjs +35 -6
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 = "
|
|
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
|
}
|