@types/redlock
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,3 +5,3 @@ // Type definitions for redlock 2.x | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
// TypeScript Version: 3.2 | ||
@@ -8,0 +8,0 @@ import * as redis from 'redis'; |
{ | ||
"name": "@types/redlock", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for redlock", | ||
@@ -14,13 +14,15 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/redlock" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/redis": "*", | ||
"@types/bluebird": "*" | ||
"@types/bluebird": "*", | ||
"@types/redis": "*" | ||
}, | ||
"typesPublisherContentHash": "6120ba25deea8f2b83e1a0a7e77b7e82ad69e5219b36dbd93c9de6350c5d2895", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "953bea34d62dcdc23a3ae8fb23f1af84a9a94e92939872b2dea7b61eea6335de", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for redlock (https://github.com/mike-marcacci/node-redlock). | ||
This package contains type definitions for redlock ( https://github.com/mike-marcacci/node-redlock ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Sat, 14 Jul 2018 01:02:01 GMT | ||
* Dependencies: redis, bluebird | ||
* Last updated: Fri, 24 May 2019 21:01:00 GMT | ||
* Dependencies: @types/redis, @types/bluebird | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
4489