machinepack-util
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name": "machinepack-util", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "Utilities for everyday tasks with arrays, dictionaries, strings, etc.", | ||
@@ -52,5 +52,6 @@ "scripts": { | ||
"parse-json", | ||
"hash-dictionary" | ||
"hash-dictionary", | ||
"build-alphanumeric-string" | ||
] | ||
} | ||
} |
@@ -7,5 +7,38 @@ { | ||
"using": {}, | ||
"outcome": "success" | ||
"outcome": "success", | ||
"returns": "" | ||
}, | ||
{ | ||
"todo": false, | ||
"using": { | ||
"a": "3", | ||
"b": "4" | ||
}, | ||
"outcome": "success", | ||
"returns": "7" | ||
}, | ||
{ | ||
"using": { | ||
"a": "asdgasdgsdg", | ||
"b": "3" | ||
}, | ||
"outcome": "error", | ||
"returns": { | ||
"code": "E_MACHINE_RUNTIME_VALIDATION", | ||
"machine": "add", | ||
"reason": "`add` machine encountered 1 error(s) while validating runtime input values.", | ||
"status": "400", | ||
"errors": [ | ||
{ | ||
"errors": [ | ||
null, | ||
{ | ||
"code": "E_COERCION" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
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
24868
47
916