Comparing version 15.0.0-5 to 15.0.0-6
@@ -35,5 +35,5 @@ /** | ||
if (!omen && !getIsProductionWithoutDebug()) { | ||
omen = flaverr({ name: 'Omen' }, new Error('.buildWithCustomUsage()'), buildWithCustomUsage); | ||
omen = flaverr({}, new Error('.buildWithCustomUsage() omen'), buildWithCustomUsage); | ||
}//fi | ||
return helpBuildMachine(opts, omen); | ||
}; |
@@ -47,3 +47,3 @@ /** | ||
if (!omen && !getIsProductionWithoutDebug()) { | ||
omen = flaverr({ name: 'Omen' }, new Error('.build()'), build); | ||
omen = flaverr({}, new Error('.build() omen'), build); | ||
}//fi | ||
@@ -50,0 +50,0 @@ |
@@ -404,5 +404,10 @@ /** | ||
} | ||
// FUTURE: Also check compatibility of `inputDef[ruleName]` itself | ||
// (currently, problems in that department aren't noticed until exec-time) | ||
// And check that the configuration of the rule is valid. | ||
var ruleConfigError = ruleInfo.checkConfig(inputDef[ruleName]); | ||
if (ruleConfigError) { | ||
implProblems.push(inputProblemPrefix+'Configuration for `'+ruleName+'` is invalid: ' + ruleConfigError); | ||
} | ||
});//∞ | ||
@@ -409,0 +414,0 @@ |
{ | ||
"name": "machine", | ||
"version": "15.0.0-5", | ||
"version": "15.0.0-6", | ||
"description": "Build functions in standardized containers.", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"anchor": "^1.1.2", | ||
"flaverr": "^1.1.1", | ||
"flaverr": "^1.5.0", | ||
"parley": "^3.1.0", | ||
@@ -42,0 +42,0 @@ "rttc": "^10.0.0-1" |
Sorry, the diff of this file is too big to display
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
434202
8287
Updatedflaverr@^1.5.0