Comparing version 0.0.35 to 0.0.36
@@ -5,2 +5,7 @@ declare type dataFn = (data?: any) => void; | ||
declare type errTuple = [data: any, err: error]; | ||
export { dataFn, errFn, error, errTuple }; | ||
interface kernelAuthStatus { | ||
loginComplete: boolean; | ||
kernelLoaded: boolean; | ||
logoutComplete: boolean; | ||
} | ||
export { dataFn, errFn, error, errTuple, kernelAuthStatus }; |
{ | ||
"name": "libskynet", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"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
148452
4618