strapi-cache 1.1.0 → 1.1.1

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.
@@ -7,4 +7,3 @@ const en = {
7
7
  export {
8
8
  en as default
9
9
  };
10
- //# sourceMappingURL=en-BgoZyxl0.mjs.map
@@ -7,4 +7,3 @@ const en = {
7
7
  "strapi-cache.view.settings.subtitle": "Configure what to cache"
8
8
  };
9
9
  exports.default = en;
10
- //# sourceMappingURL=en-CIN0kRXJ.js.map
@@ -47,4 +47,3 @@ const index = {
47
47
  }
48
48
  };
49
49
  module.exports = index;
50
- //# sourceMappingURL=index.js.map
@@ -48,4 +48,3 @@ const index = {
48
48
  export {
49
49
  index as default
50
50
  };
51
- //# sourceMappingURL=index.mjs.map
@@ -409,4 +409,3 @@ const index = {
409
409
  middlewares
410
410
  };
411
411
  module.exports = index;
412
- //# sourceMappingURL=index.js.map
@@ -408,4 +408,3 @@ const index = {
408
408
  export {
409
409
  index as default
410
410
  };
411
- //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.0",
2
+ "version": "1.1.1",
3
3
  "keywords": [
4
4
  "strapi cache",
5
5
  "strapi rest cache",
@@ -41,8 +41,7 @@
41
41
  "@strapi/icons": "^2.0.0-rc.21",
42
42
  "lru-cache": "^11.1.0",
43
43
  "raw-body": "^3.0.0",
44
- "react-intl": "^7.1.10",
45
- "strapi-cache": "link:.yalc/strapi-cache"
44
+ "react-intl": "^7.1.10"
46
45
  },
47
46
  "devDependencies": {
48
47
  "@strapi/sdk-plugin": "^5.3.2",