@types/joi
Advanced tools
Comparing version 10.4.1 to 10.4.2
@@ -522,2 +522,7 @@ // Type definitions for joi v10.4.0 | ||
guid(options?: GuidOptions): StringSchema; | ||
/** | ||
* Alias for `guid` -- Requires the string value to be a valid GUID | ||
*/ | ||
uuid(options?: GuidOptions): StringSchema; | ||
@@ -524,0 +529,0 @@ /** |
{ | ||
"name": "@types/joi", | ||
"version": "10.4.1", | ||
"version": "10.4.2", | ||
"description": "TypeScript definitions for joi", | ||
@@ -9,27 +9,34 @@ "license": "MIT", | ||
"name": "Bart van der Schoor", | ||
"url": "https://github.com/Bartvds" | ||
"url": "https://github.com/Bartvds", | ||
"githubUsername": "Bartvds" | ||
}, | ||
{ | ||
"name": "Laurence Dougal Myers", | ||
"url": "https://github.com/laurence-myers" | ||
"url": "https://github.com/laurence-myers", | ||
"githubUsername": "laurence-myers" | ||
}, | ||
{ | ||
"name": "Christopher Glantschnig", | ||
"url": "https://github.com/cglantschnig" | ||
"url": "https://github.com/cglantschnig", | ||
"githubUsername": "cglantschnig" | ||
}, | ||
{ | ||
"name": "David Broder-Rodgers", | ||
"url": "https://github.com/DavidBR-SW" | ||
"url": "https://github.com/DavidBR-SW", | ||
"githubUsername": "DavidBR-SW" | ||
}, | ||
{ | ||
"name": "Gael Magnan de Bornier", | ||
"url": "https://github.com/GaelMagnan" | ||
"url": "https://github.com/GaelMagnan", | ||
"githubUsername": "GaelMagnan" | ||
}, | ||
{ | ||
"name": "Rytis Alekna", | ||
"url": "https://github.com/ralekna" | ||
"url": "https://github.com/ralekna", | ||
"githubUsername": "ralekna" | ||
}, | ||
{ | ||
"name": "Pavel Ivanov", | ||
"url": "https://github.com/schfkt" | ||
"url": "https://github.com/schfkt", | ||
"githubUsername": "schfkt" | ||
} | ||
@@ -44,5 +51,4 @@ ], | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "75bbd638fe28378a86d8b46ee08007e11f5eeeda388d9ff7a138758b171ca440", | ||
"typesPublisherContentHash": "9702f64bdcfa18d3450d3f2e900d8a0b506fb8b72952f8afb2ce0025664a983a", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 09 Aug 2017 19:57:54 GMT | ||
* Last updated: Wed, 06 Sep 2017 21:43:54 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
41560
938