Comparing version 0.0.60 to 0.0.61
@@ -1,3 +0,3 @@ | ||
import { error } from "./types.js"; | ||
declare function parseJSON(json: string): [any, error]; | ||
import { Err } from "./types.js"; | ||
declare function parseJSON(json: string): [any, Err]; | ||
export { parseJSON }; |
{ | ||
"name": "libskynet", | ||
"version": "0.0.60", | ||
"version": "0.0.61", | ||
"author": "Skynet Labs", | ||
@@ -5,0 +5,0 @@ "description": "helper library to interact with skynet's low level primitives", |
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
189060