libkernel
Advanced tools
Comparing version 0.1.28 to 0.1.29
@@ -27,8 +27,6 @@ import { init, kernelAuthLocation, loginPromise, logoutPromise } from "./queries.js"; | ||
// open the right window. | ||
init().then((err) => { | ||
if (err !== null) { | ||
window.open(kernelAuthLocation, "_blank"); | ||
} | ||
init().then(() => { | ||
window.open(kernelAuthLocation, "_blank"); | ||
}); | ||
} | ||
export { loginComplete, logoutComplete, openAuthWindow }; |
{ | ||
"name": "libkernel", | ||
"version": "0.1.28", | ||
"version": "0.1.29", | ||
"description": "helper library to interact with skynet and the skynet kernel", | ||
@@ -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
27492
596