@types/redlock
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -6,3 +6,3 @@ // Type definitions for redlock 3.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
// TypeScript Version: 2.8 | ||
@@ -9,0 +9,0 @@ import * as Promise from 'bluebird'; |
{ | ||
"name": "@types/redlock", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for redlock", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Ilya Mochalov", | ||
"url": "https://github.com/chrootsu" | ||
"url": "https://github.com/chrootsu", | ||
"githubUsername": "chrootsu" | ||
}, | ||
{ | ||
"name": "BendingBender", | ||
"url": "https://github.com/BendingBender" | ||
"url": "https://github.com/BendingBender", | ||
"githubUsername": "BendingBender" | ||
} | ||
@@ -20,11 +22,11 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/bluebird": "*" | ||
"@types/bluebird": "*", | ||
"@types/events": "*" | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1ab4c4faee52809291061afa57172dabc6fc47b016d826b71be5191cd10ae5c0", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "966a50c791979eafb5d3cca06dca8f9431921bd414dbea79cb37bf44638207d6", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redlock | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redlock | ||
Additional Details | ||
* Last updated: Wed, 09 Aug 2017 20:37:51 GMT | ||
* Last updated: Sat, 14 Jul 2018 01:02:01 GMT | ||
* Dependencies: bluebird, events | ||
@@ -14,0 +14,0 @@ * Global values: none |
5280
2
+ Added@types/events@*
+ Added@types/events@3.0.3(transitive)