@types/redlock
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -5,2 +5,3 @@ // Type definitions for Redlock | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
@@ -7,0 +8,0 @@ import * as redis from 'redis'; |
{ | ||
"name": "@types/redlock", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "TypeScript definitions for Redlock", | ||
"license": "MIT", | ||
"author": "Ilya Mochalov <https://github.com/chrootsu>", | ||
"contributors": [ | ||
{ | ||
"name": "Ilya Mochalov", | ||
"url": "https://github.com/chrootsu" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,7 +19,8 @@ "repository": { | ||
"dependencies": { | ||
"@types/bluebird": "*", | ||
"@types/redis": "*" | ||
"@types/redis": "*", | ||
"@types/bluebird": "*" | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "9b6c4c313a6ceef630923693c0ae5984b6fca0d1df45eb1cb558629eb4b1be06" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "76dbd2e6053d81f208196276e8279b183aa7057c8083353f1fb926c8325beb22", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/redlock | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redlock | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: bluebird, redis | ||
* Global values: Redlock | ||
* Last updated: Tue, 20 Jun 2017 20:20:01 GMT | ||
* Dependencies: redis, bluebird | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Ilya Mochalov <https://github.com/chrootsu>. |
4175
42
17