libkernel
Advanced tools
Comparing version 0.0.56 to 0.0.57
export { blake2b } from "./blake2b.js"; | ||
export { b64ToBuf, bufToB64, encodeU64 } from "./encoding.js"; | ||
export { ed25519Sign } from "./ed25519.js"; | ||
export { b64ToBuf, bufToB64, encodePrefixedBytes, encodeU64 } from "./encoding.js"; | ||
export { addContextToErr, composeErr } from "./err.js"; | ||
@@ -4,0 +5,0 @@ export { init, newKernelQuery } from "./init"; |
export { blake2b } from "./blake2b.js"; | ||
export { b64ToBuf, bufToB64, encodeU64 } from "./encoding.js"; | ||
export { ed25519Sign } from "./ed25519.js"; | ||
export { b64ToBuf, bufToB64, encodePrefixedBytes, encodeU64 } from "./encoding.js"; | ||
export { addContextToErr, composeErr } from "./err.js"; | ||
@@ -4,0 +5,0 @@ export { init, newKernelQuery } from "./init"; |
{ | ||
"name": "libkernel", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"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
108674
3748