jest-validate
Advanced tools
Comparing version 27.4.2 to 27.4.6
@@ -7,4 +7,4 @@ 'use strict'; | ||
exports.getValues = getValues; | ||
exports.multipleValidOptions = multipleValidOptions; | ||
exports.validationCondition = validationCondition; | ||
exports.multipleValidOptions = multipleValidOptions; | ||
@@ -11,0 +11,0 @@ /** |
@@ -30,2 +30,8 @@ 'use strict'; | ||
}); | ||
Object.defineProperty(exports, 'multipleValidOptions', { | ||
enumerable: true, | ||
get: function () { | ||
return _condition.multipleValidOptions; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'validate', { | ||
@@ -43,8 +49,2 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, 'multipleValidOptions', { | ||
enumerable: true, | ||
get: function () { | ||
return _condition.multipleValidOptions; | ||
} | ||
}); | ||
@@ -51,0 +51,0 @@ var _utils = require('./utils'); |
@@ -6,8 +6,8 @@ 'use strict'; | ||
}); | ||
exports.createDidYouMeanMessage = | ||
exports.logValidationWarning = | ||
exports.ValidationError = | ||
exports.logValidationWarning = | ||
exports.formatPrettyObject = | ||
exports.format = | ||
exports.createDidYouMeanMessage = | ||
exports.WARNING = | ||
exports.ValidationError = | ||
exports.ERROR = | ||
@@ -14,0 +14,0 @@ exports.DEPRECATION = |
@@ -6,4 +6,4 @@ 'use strict'; | ||
}); | ||
exports.DOCUMENTATION_NOTE = void 0; | ||
exports.default = validateCLIOptions; | ||
exports.DOCUMENTATION_NOTE = void 0; | ||
@@ -10,0 +10,0 @@ function _camelcase() { |
{ | ||
"name": "jest-validate", | ||
"version": "27.4.2", | ||
"version": "27.4.6", | ||
"repository": { | ||
@@ -25,3 +25,3 @@ "type": "git", | ||
"leven": "^3.1.0", | ||
"pretty-format": "^27.4.2" | ||
"pretty-format": "^27.4.6" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "7965591f785e936ada194f9d58f852735b50ab1c" | ||
"gitHead": "644d2d3e53536b0d67e395c0f35f8555a67beb1e" | ||
} |
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
Updatedpretty-format@^27.4.6