From dd2088945ac3d3c0fae58a25f2c523702a12af33 Mon Sep 17 00:00:00 2001 From: Yatendra Kushwaha Date: Sun, 29 Sep 2024 15:50:23 +0530 Subject: [PATCH] fix(workspace): added keywords --- packages/client/package.json | 5 ++++- packages/crypto/package.json | 4 ++++ packages/log/package.json | 4 ++++ packages/message/package.json | 3 +++ packages/winston/package.json | 3 ++- 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index c6a624f..da6840c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -9,7 +9,10 @@ "files": [ "dist" ], - "keywords": [], + "keywords": [ + "response", + "client response handler" + ], "repository": { "type": "git", "url": "https://github.com/yatendra121/qnx.git", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 97d2627..c4a5a19 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -9,6 +9,10 @@ "files": [ "dist" ], + "keywords": [ + "crypto", + "jose" + ], "repository": { "type": "git", "url": "https://github.com/yatendra121/qnx.git" diff --git a/packages/log/package.json b/packages/log/package.json index 197b846..f7fe43c 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -8,6 +8,10 @@ "files": [ "dist" ], + "keywords": [ + "console log", + "chalk" + ], "repository": { "type": "git", "url": "https://github.com/yatendra121/qnx.git" diff --git a/packages/message/package.json b/packages/message/package.json index e382342..d518d4c 100644 --- a/packages/message/package.json +++ b/packages/message/package.json @@ -8,6 +8,9 @@ "files": [ "dist" ], + "keywords": [ + "response message" + ], "repository": { "type": "git", "url": "https://github.com/yatendra121/qnx.git" diff --git a/packages/winston/package.json b/packages/winston/package.json index 9027238..f3ca2a3 100644 --- a/packages/winston/package.json +++ b/packages/winston/package.json @@ -12,7 +12,8 @@ "keywords": [ "logger", "errors response logger", - "error log" + "error log", + "winston" ], "repository": { "type": "git",