miolo 0.0.18 → 0.0.19

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.
@@ -22,7 +22,8 @@ module.exports = {
22
22
  /** 'session' will result in a cookie that expires when session/browser is closed */
23
23
 
24
24
  /** Warning: If a session cookie is stolen, this cookie will never expire */
25
- maxAge: 86400000,
25
+ maxAge: 10000,
26
+ //86400000,
26
27
 
27
28
  /** (boolean) automatically commit headers (default true) */
28
29
  //autoCommit: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miolo",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "miolo",
5
5
  "main": "lib/index.js",
6
6
  "author": "Afialapis <info@afialapis.com>",
@@ -14,8 +14,8 @@
14
14
  "assign-deep": "^1.0.1",
15
15
  "babel-plugin-module-resolver": "^4.1.0",
16
16
  "basic-auth": "^2.0.1",
17
- "calustra": "0.0.20",
18
- "calustra-router": "0.0.20",
17
+ "calustra": "0.0.23",
18
+ "calustra-router": "0.0.23",
19
19
  "cron": "^1.8.2",
20
20
  "diskspace": "^2.0.0",
21
21
  "eslint": "^8.9.0",
@@ -19,7 +19,7 @@ module.exports= {
19
19
  /** (number || 'session') maxAge in ms (default is 1 days) */
20
20
  /** 'session' will result in a cookie that expires when session/browser is closed */
21
21
  /** Warning: If a session cookie is stolen, this cookie will never expire */
22
- maxAge: 86400000,
22
+ maxAge: 10000, //86400000,
23
23
 
24
24
  /** (boolean) automatically commit headers (default true) */
25
25
  //autoCommit: true,