From 357e13f9133afca7a822513a6d37142b28eb1cfb Mon Sep 17 00:00:00 2001 From: Behzad-rabiei Date: Sun, 16 Feb 2025 13:27:40 +0100 Subject: [PATCH 1/3] feat: add website platform and hivemind option --- src/config/enums.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/enums.ts b/src/config/enums.ts index d31a483..50af613 100644 --- a/src/config/enums.ts +++ b/src/config/enums.ts @@ -7,6 +7,7 @@ export enum PlatformNames { Twitter = 'twitter', Discourse = 'discourse', Telegram = 'telegram', + Website = 'website' } export enum ModuleNames { @@ -21,6 +22,8 @@ export enum HivemindPlatformNames { GitHub = PlatformNames.GitHub, Notion = PlatformNames.Notion, MediaWiki = PlatformNames.MediaWiki, + Website = PlatformNames.Website + } export enum ViolationDetectionPlatformNames { Discourse = PlatformNames.Discourse, From 55ad638497dfe9b3db63ca7a426917211d089ec2 Mon Sep 17 00:00:00 2001 From: Behzad-rabiei Date: Sun, 16 Feb 2025 13:27:56 +0100 Subject: [PATCH 2/3] style: format the code --- src/config/enums.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/config/enums.ts b/src/config/enums.ts index 50af613..d51d8f9 100644 --- a/src/config/enums.ts +++ b/src/config/enums.ts @@ -7,7 +7,7 @@ export enum PlatformNames { Twitter = 'twitter', Discourse = 'discourse', Telegram = 'telegram', - Website = 'website' + Website = 'website', } export enum ModuleNames { @@ -22,8 +22,7 @@ export enum HivemindPlatformNames { GitHub = PlatformNames.GitHub, Notion = PlatformNames.Notion, MediaWiki = PlatformNames.MediaWiki, - Website = PlatformNames.Website - + Website = PlatformNames.Website, } export enum ViolationDetectionPlatformNames { Discourse = PlatformNames.Discourse, From de12d94a8ee074f71a59364f99c6a76f540aacac Mon Sep 17 00:00:00 2001 From: Behzad-rabiei Date: Sun, 16 Feb 2025 13:33:09 +0100 Subject: [PATCH 3/3] chore: remove changelog --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 26e571f..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -## [3.2.3](https://github.com/TogetherCrew/mongo-lib/compare/v3.2.2...v3.2.3) (2025-01-26) - - -### Bug Fixes - -* updated packagejson to fix release issue ([e015190](https://github.com/TogetherCrew/mongo-lib/commit/e015190dc907c79cf4ee6e7995626a919b1ef7c5)) -* updated packagejson to fix release issue ([a867ef4](https://github.com/TogetherCrew/mongo-lib/commit/a867ef43a9f0a4c79d867ad9585856d48e8362a2))