From c9c74b0eaaabd0c958a88a25bb199a16fb7fc8b0 Mon Sep 17 00:00:00 2001 From: houssenedao Date: Wed, 22 Dec 2021 16:44:55 +0000 Subject: [PATCH] feat: rename notify into notification BREAKING CHANGE: change service, module and interface --- .commitlintrc.json | 15 ++++++++++++++- .../nestjs-notification-provider.constant.ts | 1 + 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index e39932e9..d5e0434a 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -9,7 +9,20 @@ "type-enum": [ 2, "always", - ["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "revert"] + [ + "build", + "chore", + "ci", + "docs", + "feat", + "fix", + "perf", + "refactor", + "style", + "test", + "revert", + "BREAKING CHANGE" + ] ] } } diff --git a/lib/constants/nestjs-notification-provider.constant.ts b/lib/constants/nestjs-notification-provider.constant.ts index d0101e3b..84dde9ce 100644 --- a/lib/constants/nestjs-notification-provider.constant.ts +++ b/lib/constants/nestjs-notification-provider.constant.ts @@ -1 +1,2 @@ export const NESTJS_NOTIFICATION_OPTIONS = 'NESTJS_NOTIFICATION_OPTIONS'; +export const NESTJS_NOTIFICATION_QUEUE_OPTIONS = 'NESTJS_NOTIFICATION_QUEUE_OPTIONS';