From 4706341409d40dbd1644b0dfa67793e7c222c663 Mon Sep 17 00:00:00 2001 From: Gady Piazza Date: Wed, 19 Apr 2023 22:20:11 +0300 Subject: [PATCH 1/2] augment subpackages npm info --- packages/bloom/package.json | 13 ++++++++++++- packages/client/package.json | 5 ++++- packages/graph/package.json | 13 ++++++++++++- packages/json/package.json | 13 ++++++++++++- packages/search/package.json | 13 ++++++++++++- packages/time-series/package.json | 13 ++++++++++++- 6 files changed, 64 insertions(+), 6 deletions(-) diff --git a/packages/bloom/package.json b/packages/bloom/package.json index d4eef193d84..ff985b95b17 100644 --- a/packages/bloom/package.json +++ b/packages/bloom/package.json @@ -25,5 +25,16 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/bloom", + "keywords": [ + "redis" + ] } diff --git a/packages/client/package.json b/packages/client/package.json index c342fce26fa..5fde2a35ad7 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -45,5 +45,8 @@ "bugs": { "url": "https://github.com/redis/node-redis/issues" }, - "homepage": "https://github.com/redis/node-redis/tree/master/packages/client" + "homepage": "https://github.com/redis/node-redis/tree/master/packages/client", + "keywords": [ + "redis" + ] } diff --git a/packages/graph/package.json b/packages/graph/package.json index 40ce8b7c560..f14d4970a50 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -25,5 +25,16 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/graph", + "keywords": [ + "redis" + ] } diff --git a/packages/json/package.json b/packages/json/package.json index 6f4c468bfd4..34f0e31e2b6 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -25,5 +25,16 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/json", + "keywords": [ + "redis" + ] } diff --git a/packages/search/package.json b/packages/search/package.json index 684bfe1ff00..caba40c67d8 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -25,5 +25,16 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/search", + "keywords": [ + "redis" + ] } diff --git a/packages/time-series/package.json b/packages/time-series/package.json index 1d6a184e5fc..279c4f53ff8 100644 --- a/packages/time-series/package.json +++ b/packages/time-series/package.json @@ -25,5 +25,16 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/time-series", + "keywords": [ + "redis" + ] } From 9b1bee4474f9852ed7105bb39ddb91c243f64220 Mon Sep 17 00:00:00 2001 From: Leibale Eidelman Date: Mon, 24 Apr 2023 12:15:44 -0400 Subject: [PATCH 2/2] some more keywords --- packages/bloom/package.json | 3 ++- packages/graph/package.json | 3 ++- packages/json/package.json | 3 ++- packages/search/package.json | 3 ++- packages/time-series/package.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/bloom/package.json b/packages/bloom/package.json index ff985b95b17..d2e2c80806d 100644 --- a/packages/bloom/package.json +++ b/packages/bloom/package.json @@ -35,6 +35,7 @@ }, "homepage": "https://github.com/redis/node-redis/tree/master/packages/bloom", "keywords": [ - "redis" + "redis", + "RedisBloom" ] } diff --git a/packages/graph/package.json b/packages/graph/package.json index f14d4970a50..bbd5dd778d9 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -35,6 +35,7 @@ }, "homepage": "https://github.com/redis/node-redis/tree/master/packages/graph", "keywords": [ - "redis" + "redis", + "RedisGraph" ] } diff --git a/packages/json/package.json b/packages/json/package.json index 34f0e31e2b6..b2f0ec9dbe2 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -35,6 +35,7 @@ }, "homepage": "https://github.com/redis/node-redis/tree/master/packages/json", "keywords": [ - "redis" + "redis", + "RedisJSON" ] } diff --git a/packages/search/package.json b/packages/search/package.json index caba40c67d8..61154daa014 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -35,6 +35,7 @@ }, "homepage": "https://github.com/redis/node-redis/tree/master/packages/search", "keywords": [ - "redis" + "redis", + "RediSearch" ] } diff --git a/packages/time-series/package.json b/packages/time-series/package.json index 279c4f53ff8..fffad02f62b 100644 --- a/packages/time-series/package.json +++ b/packages/time-series/package.json @@ -35,6 +35,7 @@ }, "homepage": "https://github.com/redis/node-redis/tree/master/packages/time-series", "keywords": [ - "redis" + "redis", + "RedisTimeSeries" ] }