Comparing version 0.0.6 to 0.0.7
@@ -32,5 +32,7 @@ import { tryStringify } from "./stringify.js"; | ||
if (resultEmpty) { | ||
result += "\n"; | ||
resultEmpty = false; | ||
} | ||
else { | ||
result += "\n"; | ||
} | ||
result += tryStringify(inputs[i]); | ||
@@ -37,0 +39,0 @@ } |
{ | ||
"name": "libskynet", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"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
115327
3820