@validatem/validation-result
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,3 +5,3 @@ "use strict"; | ||
const ValidationError = require("@validatem/error"); | ||
const { validateValue } = require("@validatem/core"); /* FIXME: Add to devDeps */ | ||
const { validateValue } = require("@validatem/core"); | ||
@@ -8,0 +8,0 @@ function nonsenseValidator(value) { |
{ | ||
"name": "@validatem/validation-result", | ||
"description": "Utility for creating a 'validation result', ie. an object that represents zero or more errors and an optional result value", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "index.js", | ||
@@ -13,4 +13,5 @@ "repository": "http://git.cryto.net/validatem/validation-result.git", | ||
"devDependencies": { | ||
"@validatem/core": "^0.3.1", | ||
"@validatem/error": "^1.0.0" | ||
} | ||
} |
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
1846
2