@types/redlock
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,3 +5,3 @@ // Type definitions for redlock 2.x | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
// TypeScript Version: 2.8 | ||
@@ -8,0 +8,0 @@ import * as redis from 'redis'; |
{ | ||
"name": "@types/redlock", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for redlock", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Ilya Mochalov", | ||
"url": "https://github.com/chrootsu" | ||
"url": "https://github.com/chrootsu", | ||
"githubUsername": "chrootsu" | ||
} | ||
@@ -16,3 +17,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -24,5 +25,4 @@ "scripts": {}, | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "806dae9c6166ab1369ab7186c90af720d2f222121db1fa5f9c083850c19fae04", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "6120ba25deea8f2b83e1a0a7e77b7e82ad69e5219b36dbd93c9de6350c5d2895", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redlock/v2 | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redlock/v2 | ||
Additional Details | ||
* Last updated: Wed, 09 Aug 2017 19:57:54 GMT | ||
* Last updated: Sat, 14 Jul 2018 01:02:01 GMT | ||
* Dependencies: redis, bluebird | ||
@@ -14,0 +14,0 @@ * Global values: none |
4392