@types/joi
Advanced tools
Comparing version 13.0.5 to 13.0.6
@@ -13,2 +13,3 @@ // Type definitions for joi v13.0.1 | ||
// Anjun Wang <https://github.com/wanganjun> | ||
// Rafael Kallis <https://github.com/rafaelkallis> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -380,3 +381,3 @@ // TypeScript Version: 2.4 | ||
*/ | ||
error?(err: Error | ValidationErrorFunction): this; | ||
error(err: Error | ValidationErrorFunction): this; | ||
@@ -383,0 +384,0 @@ /** |
{ | ||
"name": "@types/joi", | ||
"version": "13.0.5", | ||
"version": "13.0.6", | ||
"description": "TypeScript definitions for joi", | ||
@@ -56,2 +56,7 @@ "license": "MIT", | ||
"githubUsername": "wanganjun" | ||
}, | ||
{ | ||
"name": "Rafael Kallis", | ||
"url": "https://github.com/rafaelkallis", | ||
"githubUsername": "rafaelkallis" | ||
} | ||
@@ -66,4 +71,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4e437957022ff930c60b3b921527f0a52d2d8516771655191df5b71cb61f0018", | ||
"typesPublisherContentHash": "a4691f8d201f49665df02086604f569ba45b1f9bb5356bf363171d6628daf583", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 11 Jan 2018 21:51:19 GMT | ||
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, Laurence Dougal Myers <https://github.com/laurence-myers>, Christopher Glantschnig <https://github.com/cglantschnig>, David Broder-Rodgers <https://github.com/DavidBR-SW>, Gael Magnan de Bornier <https://github.com/GaelMagnan>, Rytis Alekna <https://github.com/ralekna>, Pavel Ivanov <https://github.com/schfkt>, Youngrok Kim <https://github.com/rokoroku>, Dan Kraus <https://github.com/dankraus>, Anjun Wang <https://github.com/wanganjun>. | ||
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, Laurence Dougal Myers <https://github.com/laurence-myers>, Christopher Glantschnig <https://github.com/cglantschnig>, David Broder-Rodgers <https://github.com/DavidBR-SW>, Gael Magnan de Bornier <https://github.com/GaelMagnan>, Rytis Alekna <https://github.com/ralekna>, Pavel Ivanov <https://github.com/schfkt>, Youngrok Kim <https://github.com/rokoroku>, Dan Kraus <https://github.com/dankraus>, Anjun Wang <https://github.com/wanganjun>, Rafael Kallis <https://github.com/rafaelkallis>. |
45171
1040