libkernel
Advanced tools
Comparing version 0.1.32 to 0.1.33
@@ -372,3 +372,3 @@ import { log, logErr } from "./log.js"; | ||
let getNonce = new Promise((resolve) => { | ||
init().then(() => { | ||
kernelLoadedPromise.then(() => { | ||
resolve(nextNonce()); | ||
@@ -375,0 +375,0 @@ }); |
{ | ||
"name": "libkernel", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"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
45099