@types/koa-redis
Advanced tools
Comparing version 3.0.3 to 4.0.0
@@ -1,4 +0,5 @@ | ||
// Type definitions for koa-redis 3.0 | ||
// Type definitions for koa-redis 4.0 | ||
// Project: https://github.com/koajs/koa-redis | ||
// Definitions by: Nick Simmons <https://github.com/nsimmons> | ||
// Scotland Stephenson <https://github.com/alsoscotland> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -8,3 +9,3 @@ // TypeScript Version: 2.3 | ||
import { ClientOpts } from 'redis'; | ||
import { SessionStore } from 'koa-generic-session'; | ||
import { stores } from 'koa-session'; | ||
@@ -17,3 +18,3 @@ declare namespace redisStore { | ||
interface RedisSessionStore extends SessionStore { | ||
interface RedisSessionStore extends stores { | ||
client: any; | ||
@@ -20,0 +21,0 @@ } |
{ | ||
"name": "@types/koa-redis", | ||
"version": "3.0.3", | ||
"version": "4.0.0", | ||
"description": "TypeScript definitions for koa-redis", | ||
@@ -11,6 +11,11 @@ "license": "MIT", | ||
"githubUsername": "nsimmons" | ||
}, | ||
{ | ||
"name": "Scotland Stephenson", | ||
"url": "https://github.com/alsoscotland", | ||
"githubUsername": "alsoscotland" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,7 +28,7 @@ "type": "git", | ||
"dependencies": { | ||
"@types/koa-generic-session": "*", | ||
"@types/koa-session": "*", | ||
"@types/redis": "*" | ||
}, | ||
"typesPublisherContentHash": "0141675343f5b5f7ba9b639d1c5f4a07833dd0b61f710c7ba4670e856c2f5fda", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "869b2352c08ef4e2748227c6fc89d672fcdcd515a5fe2d3fda142a504095d259", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-redis | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-redis. | ||
Additional Details | ||
* Last updated: Mon, 09 Sep 2019 00:25:02 GMT | ||
* Dependencies: @types/redis, @types/koa-generic-session | ||
### Additional Details | ||
* Last updated: Wed, 27 Nov 2019 22:49:55 GMT | ||
* Dependencies: [@types/redis](https://npmjs.com/package/@types/redis), [@types/koa-session](https://npmjs.com/package/@types/koa-session) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Nick Simmons <https://github.com/nsimmons>. | ||
These definitions were written by Nick Simmons (https://github.com/nsimmons), and Scotland Stephenson (https://github.com/alsoscotland). |
3501
19
+ Added@types/koa-session@*
+ Added@types/koa-session@6.4.5(transitive)
- Removed@types/koa-generic-session@*
- Removed@types/koa-generic-session@2.2.4(transitive)