From ee16e285979ee64f2a55cc8c81f16dcb3d18d7e0 Mon Sep 17 00:00:00 2001 From: Tben Date: Sun, 13 Aug 2023 11:50:39 +0100 Subject: [PATCH] Upgrades --- functions/decrypt.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/decrypt.js b/functions/decrypt.js index e294320..c1da482 100644 --- a/functions/decrypt.js +++ b/functions/decrypt.js @@ -24,6 +24,8 @@ const decrypt = ({ encryptedString, encryptionKey, encryptionSalt }) => { return decrypted; } catch (error) { console.log("Error in decrypting =>", error.message); + console.log("encryptionKey =>", encryptionKey); + console.log("encryptionSalt =>", encryptionSalt); return null; } }; diff --git a/package.json b/package.json index aba5070..75b7316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datasquirel", - "version": "1.6.3", + "version": "1.6.4", "description": "Cloud-based SQL data management tool", "main": "index.js", "bin": {