@reldens/cms 0.38.0 → 0.40.0
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.
|
@@ -26,7 +26,7 @@ class CacheRoutesHandler
|
|
|
26
26
|
setupRoutes()
|
|
27
27
|
{
|
|
28
28
|
if(!this.cacheManager){
|
|
29
|
-
Logger.
|
|
29
|
+
Logger.debug('Cache Manager not found on CacheRoutesHandler.');
|
|
30
30
|
return false;
|
|
31
31
|
}
|
|
32
32
|
if(!this.cacheManager.isEnabled()){
|
|
@@ -34,7 +34,7 @@ class CacheRoutesHandler
|
|
|
34
34
|
return false;
|
|
35
35
|
}
|
|
36
36
|
if(!this.router){
|
|
37
|
-
Logger.
|
|
37
|
+
Logger.debug('Router not found on CacheRoutesHandler.');
|
|
38
38
|
return false;
|
|
39
39
|
}
|
|
40
40
|
this.router.adminRouter.post(
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reldens/cms",
|
|
3
3
|
"scope": "@reldens",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.40.0",
|
|
5
5
|
"description": "Reldens - CMS",
|
|
6
6
|
"author": "Damian A. Pastorini",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"url": "https://github.com/damian-pastorini/reldens-cms/issues"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@reldens/server-utils": "^0.
|
|
37
|
-
"@reldens/storage": "^0.
|
|
36
|
+
"@reldens/server-utils": "^0.39.0",
|
|
37
|
+
"@reldens/storage": "^0.76.0",
|
|
38
38
|
"@reldens/utils": "^0.53.0",
|
|
39
39
|
"dotenv": "17.2.3",
|
|
40
40
|
"mustache": "4.2.0"
|