@types/koa-session
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -48,2 +48,9 @@ // Type definitions for koa-session 3.0 | ||
/** | ||
* (boolean) Force a session identifier cookie to be set on every response | ||
* The expiration is reset to the original maxAge, resetting the expiration countdown | ||
* default is false | ||
*/ | ||
rolling?: boolean; | ||
/** | ||
* You can store the session content in external stores(redis, mongodb or other DBs) | ||
@@ -50,0 +57,0 @@ */ |
{ | ||
"name": "@types/koa-session", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for koa-session", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "bdcff407bb9e274679db486d44d1dfd87b4368cbec957741a42a82a985fc9f7f", | ||
"typesPublisherContentHash": "ea560ac1bd3d17784f66bfe302beb2ae57ee644495f3de881d485b4e75e6f11f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Jun 2017 14:21:07 GMT | ||
* Last updated: Fri, 07 Jul 2017 20:52:56 GMT | ||
* Dependencies: koa | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
5085
92