File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
provider-rest-cache-memory
provider-rest-cache-redis Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11{
22 "packages" : [" packages/*" , " playgrounds/*" ],
3- "version" : " 5.0.0-beta.0 " ,
3+ "version" : " 5.0.0" ,
44 "npmClient" : " yarn"
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " @strapi-community/plugin-rest-cache" ,
3- "version" : " 5.0.0-beta.0 " ,
3+ "version" : " 5.0.0" ,
44 "description" : " Speed-up HTTP requests with LRU cache" ,
55 "license" : " MIT" ,
66 "strapi" : {
9191 "watch:link" : " strapi-plugin watch:link"
9292 },
9393 "dependencies" : {
94- "@strapi-community/provider-rest-cache-memory" : " 5.0.0-beta.0 " ,
94+ "@strapi-community/provider-rest-cache-memory" : " 5.0.0" ,
9595 "lodash" : " ^4.17.21" ,
9696 "react-intl" : " ^6.4.1" ,
9797 "chalk" : " ^4.1.2" ,
Original file line number Diff line number Diff line change 19761976 escape-string-regexp "^2.0.0"
19771977 lodash.deburr "^4.1.0"
19781978
1979- " @strapi-community/[email protected] -beta.0 " :
1980- version "5.0.0-beta.0 "
1981- resolved "https://registry.yarnpkg.com/@strapi-community/provider-rest-cache-memory/-/provider-rest-cache-memory-5.0.0-beta.0 .tgz#e7eb39abea3f34752f455a93d89b68798a74c95e"
1979+ " @strapi-community/[email protected] " :
1980+ version "5.0.0"
1981+ resolved "https://registry.yarnpkg.com/@strapi-community/provider-rest-cache-memory/-/provider-rest-cache-memory-5.0.0.tgz#e7eb39abea3f34752f455a93d89b68798a74c95e"
19821982 integrity sha512-YDZpP4YhbvJe7tbxGLg+iPMAOxUkGJwDAjBrY/GcYhZ8uhgEiaAcQ2PeeTAwAR+lIp6S6QEgcr9zikC8HeJjNQ==
19831983 dependencies :
19841984 cache-manager "^7.1.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @strapi-community/provider-rest-cache-memory" ,
3- "version" : " 5.0.0-beta.0 " ,
3+ "version" : " 5.0.0" ,
44 "description" : " Speed-up HTTP requests with LRU cache" ,
55 "license" : " MIT" ,
66 "strapi" : {
7676 "quick-lru" : " 7.0.1"
7777 },
7878 "devDependencies" : {
79- "@strapi-community/plugin-rest-cache" : " 5.0.0-beta.0 " ,
79+ "@strapi-community/plugin-rest-cache" : " 5.0.0" ,
8080 "eslint" : " ^8.11.0" ,
8181 "eslint-config-prettier" : " ^8.8.0" ,
8282 "eslint-plugin-import" : " ^2.27.5" ,
8383 "npm-run-all" : " ^4.1.5" ,
8484 "prettier" : " ^2.6.0"
8585 },
8686 "peerDependencies" : {
87- "@strapi-community/plugin-rest-cache" : " 5.0.0-beta.0 " ,
87+ "@strapi-community/plugin-rest-cache" : " 5.0.0" ,
8888 "@strapi/strapi" : " ^5.0.0"
8989 }
9090}
Original file line number Diff line number Diff line change 11{
22 "name" : " @strapi-community/provider-rest-cache-redis" ,
3- "version" : " 5.0.0-beta.0 " ,
3+ "version" : " 5.0.0" ,
44 "description" : " Speed-up HTTP requests with LRU cache" ,
55 "license" : " MIT" ,
66 "strapi" : {
7777 },
7878 "devDependencies" : {
7979 "@strapi-community/plugin-redis" : " ^2.0.0" ,
80- "@strapi-community/plugin-rest-cache" : " 5.0.0-beta.0 " ,
80+ "@strapi-community/plugin-rest-cache" : " 5.0.0" ,
8181 "eslint" : " ^8.11.0" ,
8282 "eslint-config-prettier" : " ^8.8.0" ,
8383 "eslint-plugin-import" : " ^2.27.5" ,
8484 "npm-run-all" : " ^4.1.5" ,
8585 "prettier" : " ^2.6.0"
8686 },
8787 "peerDependencies" : {
88- "@strapi-community/plugin-rest-cache" : " 5.0.0-beta.0 " ,
88+ "@strapi-community/plugin-rest-cache" : " 5.0.0" ,
8989 "@strapi/strapi" : " ^5.0.0"
9090 }
9191}
Original file line number Diff line number Diff line change 2020 "react" : " ^18.0.0" ,
2121 "react-dom" : " ^18.0.0" ,
2222 "react-router-dom" : " ^6.0.0" ,
23- "@strapi-community/plugin-rest-cache" : " 5.0.0-beta.0 " ,
23+ "@strapi-community/plugin-rest-cache" : " 5.0.0" ,
2424 "styled-components" : " ^6.0.0"
2525 },
2626 "devDependencies" : {
Original file line number Diff line number Diff line change 1515 "@strapi/plugin-users-permissions" : " 5.23.3" ,
1616 "@strapi/strapi" : " 5.23.3" ,
1717 "@strapi-community/plugin-redis" : " ^2.0.0" ,
18- "@strapi-community/plugin-rest-cache" : " 5.0.0-beta.0 " ,
19- "@strapi-community/provider-rest-cache-redis" : " 5.0.0-beta.0 " ,
18+ "@strapi-community/plugin-rest-cache" : " 5.0.0" ,
19+ "@strapi-community/provider-rest-cache-redis" : " 5.0.0" ,
2020 "better-sqlite3" : " 11.3.0" ,
2121 "fs-extra" : " ^10.0.0" ,
2222 "mime-types" : " ^2.1.27" ,
You can’t perform that action at this time.
0 commit comments