Comparing version 1.4.3 to 1.4.4
@@ -901,12 +901,12 @@ "use strict"; | ||
if (typeof opts.length !== 'undefined') { | ||
self = this.length(opts.length); | ||
self = self.length(opts.length); | ||
} | ||
if (typeof opts.min !== 'undefined') { | ||
self = this.min(opts.min); | ||
self = self.min(opts.min); | ||
} | ||
if (typeof opts.max !== 'undefined') { | ||
self = this.max(opts.max); | ||
self = self.max(opts.max); | ||
} | ||
if (opts.unique === true) { | ||
self = this.unique(); | ||
self = self.unique(); | ||
} | ||
@@ -913,0 +913,0 @@ return self; |
{ | ||
"name": "myzod", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./libs/index.js", |