From 026f1a7cf99a63305d9e1a0e6847209cc6b44c81 Mon Sep 17 00:00:00 2001 From: MaximeMRF Date: Sun, 5 Jan 2025 17:29:22 +0100 Subject: [PATCH 1/2] feat(transports): export mqtt transport from the bus package --- transports.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transports.ts b/transports.ts index 4edeb61..e986c7a 100644 --- a/transports.ts +++ b/transports.ts @@ -6,3 +6,5 @@ */ export { redis } from '@boringnode/bus/transports/redis' + +export { mqtt } from '@boringnode/bus/transports/mqtt' \ No newline at end of file From d5dbedd0c4b756364ffc9ff7335581a8ae400803 Mon Sep 17 00:00:00 2001 From: Maxime <57860498+MaximeMRF@users.noreply.github.com> Date: Sun, 2 Feb 2025 17:06:02 +0100 Subject: [PATCH 2/2] fix: linter --- transports.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transports.ts b/transports.ts index e986c7a..8df618c 100644 --- a/transports.ts +++ b/transports.ts @@ -7,4 +7,4 @@ export { redis } from '@boringnode/bus/transports/redis' -export { mqtt } from '@boringnode/bus/transports/mqtt' \ No newline at end of file +export { mqtt } from '@boringnode/bus/transports/mqtt'