@getcommunity/gc-validators 0.0.176 → 0.0.177

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.cjs CHANGED
@@ -512,7 +512,10 @@ var ROLE_PERMISSIONS = {
512
512
  var _a;
513
513
  return u.id === Number((_a = d == null ? void 0 : d.author) == null ? void 0 : _a.id);
514
514
  },
515
- delete: true,
515
+ delete: (u, p, d) => {
516
+ var _a;
517
+ return u.id === Number((_a = d == null ? void 0 : d.author) == null ? void 0 : _a.id);
518
+ },
516
519
  report: true
517
520
  },
518
521
  client: {