From a92846f59ab2ed6bd126bbbdb9a7bde58a7e137a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Wed, 11 Jan 2023 16:22:05 +0100
Subject: [PATCH] publish: fix: updated build dependencies

generated from commit bf3079828709d34b56d3eaab32f98b1d9a388d1f
---
 index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.js b/index.js
index cefbb56..aa94f5f 100644
--- a/index.js
+++ b/index.js
@@ -216,8 +216,8 @@ async function authenticate(login, password, baseUrl, apiAuthKey) {
   try {
     const data = await fetch(baseUrl + '/connect.aspx', authRequest)
     const response = await data.json()
-    log('debug', 'REQUEST : ' + authRequest)
-    log('debug', 'RESPONSE : ' + response)
+    log('debug', 'REQUETE' + JSON.stringify(authRequest))
+    log('debug', 'REPONSE' + JSON.stringify(response))
 
     if (response.codeRetour === 100) {
       return response
-- 
GitLab