Comparing version 13.0.1 to 13.0.2
@@ -450,4 +450,2 @@ 'use strict'; | ||
const value = args[0]; | ||
const result = this._validate(value, null, internals.defaults); | ||
Hoek.assert(!result.errors, 'Bad example:', result.errors && Errors.process(result.errors, value)); | ||
@@ -454,0 +452,0 @@ const obj = this.clone(); |
{ | ||
"name": "joi", | ||
"description": "Object schema validation", | ||
"version": "13.0.1", | ||
"version": "13.0.2", | ||
"homepage": "https://github.com/hapijs/joi", | ||
@@ -14,3 +14,3 @@ "repository": "git://github.com/hapijs/joi", | ||
"engines": { | ||
"node": ">=8.3.0" | ||
"node": ">=8.9.0" | ||
}, | ||
@@ -23,4 +23,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"code": "5.x.x", | ||
"hapitoc": "1.x.x", | ||
"lab": "14.x.x" | ||
"lab": "15.x.x" | ||
}, | ||
@@ -27,0 +28,0 @@ "scripts": { |
@@ -29,3 +29,3 @@ ![joi Logo](https://raw.github.com/hapijs/joi/master/images/joi.png) | ||
# API | ||
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v13.0.1/API.md). | ||
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v13.0.2/API.md). | ||
@@ -32,0 +32,0 @@ # Example |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
173155
3
4082