From 8d5ad384f76dd43590b782896f5225db125491ec Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 24 May 2022 12:27:42 +0000 Subject: [PATCH 1/2] chore(index): update metadata name to reflect package name --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2b8dd83..192cdc2 100644 --- a/index.js +++ b/index.js @@ -44,5 +44,5 @@ function buildConsumer (fastify, opts, next) { module.exports = fp(fastifyKafka, { fastify: '>=3', - name: 'fastify-kafka' + name: '@fastify/kafka' }) From 5ecf04b7f3cb46f58b960ad46f4a7b7d5f206ef4 Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Sun, 7 Aug 2022 09:50:09 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5669eef..bc1654c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/fastify/fastify-kafka#readme", "dependencies": { - "fastify-plugin": "^4.0.0", + "fastify-plugin": "^4.1.0", "node-rdkafka": "^2.8.1" }, "devDependencies": {