@timardex/cluemart-shared 1.5.828 → 1.5.829

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.
@@ -1,6 +1,6 @@
1
1
  import "../chunk-Y62E7JLT.mjs";
2
2
  import "../chunk-VA5YN2K3.mjs";
3
- import "../chunk-GHW3ZGBY.mjs";
3
+ import "../chunk-JL4MCXKK.mjs";
4
4
  import "../chunk-DWO35OY4.mjs";
5
5
  import "../chunk-AQR53ECY.mjs";
6
6
  import {
package/dist/index.cjs CHANGED
@@ -8505,9 +8505,6 @@ var WILDCARD_PERMISSION = "*";
8505
8505
  // src/auth/permissions/rolePermissions.ts
8506
8506
  var ADMIN_PERMISSIONS = [
8507
8507
  "dashboard.admin",
8508
- "users.read",
8509
- "users.update",
8510
- "users.delete",
8511
8508
  "events.read",
8512
8509
  "events.create",
8513
8510
  "events.update",
@@ -8535,9 +8532,7 @@ var ADMIN_PERMISSIONS = [
8535
8532
  "posts.read",
8536
8533
  "posts.create",
8537
8534
  "posts.update",
8538
- "posts.delete",
8539
- "settings.read",
8540
- "settings.update"
8535
+ "posts.delete"
8541
8536
  ];
8542
8537
  var ROLE_PERMISSIONS = {
8543
8538
  ["super_admin" /* SUPER_ADMIN */]: ["*"],