strapi-cache 1.8.2-rc.2 → 1.8.3

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.
@@ -714,10 +714,7 @@ const purgeRoute = [
714
714
  {
715
715
  name: "plugin::content-manager.hasPermissions",
716
716
  config: {
717
- actions: [
718
- "plugin::strapi-cache.purge-cache",
719
- "plugin::strapi-cache.view-settings"
720
- ]
717
+ actions: ["plugin::strapi-cache.purge-cache"]
721
718
  }
722
719
  }
723
720
  ]
@@ -710,10 +710,7 @@ const purgeRoute = [
710
710
  {
711
711
  name: "plugin::content-manager.hasPermissions",
712
712
  config: {
713
- actions: [
714
- "plugin::strapi-cache.purge-cache",
715
- "plugin::strapi-cache.view-settings"
716
- ]
713
+ actions: ["plugin::strapi-cache.purge-cache"]
717
714
  }
718
715
  }
719
716
  ]
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.2-rc.2",
2
+ "version": "1.8.3",
3
3
  "keywords": [
4
4
  "strapi cache",
5
5
  "strapi rest cache",