@types/redlock
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -1,9 +0,1 @@ | ||
// Type definitions for redlock 4.0 | ||
// Project: https://github.com/mike-marcacci/node-redlock | ||
// Definitions by: Ilya Mochalov <https://github.com/chrootsu> | ||
// BendingBender <https://github.com/BendingBender> | ||
// Doug Ayers <https://github.com/douglascayers> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.2 | ||
import * as Promise from "bluebird"; | ||
@@ -10,0 +2,0 @@ import { EventEmitter } from "events"; |
{ | ||
"name": "@types/redlock", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "TypeScript definitions for redlock", | ||
@@ -10,14 +10,14 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redlock", | ||
"name": "Ilya Mochalov", | ||
"url": "https://github.com/chrootsu", | ||
"githubUsername": "chrootsu" | ||
"githubUsername": "chrootsu", | ||
"url": "https://github.com/chrootsu" | ||
}, | ||
{ | ||
"name": "BendingBender", | ||
"url": "https://github.com/BendingBender", | ||
"githubUsername": "BendingBender" | ||
"githubUsername": "BendingBender", | ||
"url": "https://github.com/BendingBender" | ||
}, | ||
{ | ||
"name": "Doug Ayers", | ||
"url": "https://github.com/douglascayers", | ||
"githubUsername": "douglascayers" | ||
"githubUsername": "douglascayers", | ||
"url": "https://github.com/douglascayers" | ||
} | ||
@@ -38,4 +38,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "bbcd9a4fb372e98b6342c5d16d52ef7848927a21a04eca15269d63e87545f213", | ||
"typesPublisherContentHash": "7b103e469b06c780a84fff2d01a1fa2476c1740375b1a4d30a67895659a08a2f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,6 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird) | ||
* Global values: none | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird), [@types/ioredis](https://npmjs.com/package/@types/ioredis), [@types/redis](https://npmjs.com/package/@types/redis) | ||
# Credits | ||
These definitions were written by [Ilya Mochalov](https://github.com/chrootsu), [BendingBender](https://github.com/BendingBender), and [Doug Ayers](https://github.com/douglascayers). |
12495
245
16