Comparing version 0.0.24 to 0.0.25
@@ -108,3 +108,3 @@ import { b64ToBuf, hexToBuf } from "./encoding.js"; | ||
if (!Array.isArray(proof)) { | ||
return [nu8, "provided proof is not an array"]; | ||
return [nu8, "provided proof is not an array: " + tryStringify(proof)]; | ||
} | ||
@@ -111,0 +111,0 @@ if (proof.length === 0) { |
{ | ||
"name": "libskynet", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "helper library to interact with skynet's low level primitives", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
140197