calimero-auth-sdk
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -107,3 +107,3 @@ "use strict"; | ||
const encoded = JSON.stringify(data); | ||
const msg = new Uint8Array(js_sha256_1.sha256.update(Buffer.from(encoded)).arrayBuffer()); | ||
const msg = new Uint8Array(Buffer.from(js_sha256_1.sha256.update(Buffer.from(encoded)).arrayBuffer())); | ||
const sig = new Uint8Array(Buffer.from(this.walletData.signature, "base64")); | ||
@@ -110,0 +110,0 @@ // const pk = nearAPI.utils.PublicKey(this.walletData.publicKey); |
{ | ||
"name": "calimero-auth-sdk", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
43943