@plusscommunities/pluss-core-aws 2.0.23-beta.1 → 2.0.23-beta.2

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.
@@ -149,7 +149,7 @@ module.exports = async (
149
149
  key,
150
150
  ]);
151
151
 
152
- log("sendNotifications - core", "notificationKey", notificationKey, logId);
152
+ // log("sendNotifications - core", "notificationKey", notificationKey, logId);
153
153
  const canSend = await checkRateLimit(
154
154
  notificationKey,
155
155
  300000, // 5 minutes in milliseconds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-core-aws",
3
- "version": "2.0.23-beta.1",
3
+ "version": "2.0.23-beta.2",
4
4
  "description": "Core extension package for Pluss Communities platform",
5
5
  "scripts": {
6
6
  "betapatch": "npm version prepatch --preid=beta",