From f2f9a12a38460790ceae68d1d83c0e85865908b2 Mon Sep 17 00:00:00 2001 From: Behzad-rabiei Date: Sun, 26 Jan 2025 09:43:42 +0100 Subject: [PATCH 1/2] fix: enable the declaration --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fb8fe75..4c22883 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "declaration": false, + "declaration": true, "removeComments": false, "emitDecoratorMetadata": true, "experimentalDecorators": true From f879116c4b1a77f837f85dc168f26cde28f45a95 Mon Sep 17 00:00:00 2001 From: Behzad-rabiei Date: Sun, 26 Jan 2025 11:13:37 +0100 Subject: [PATCH 2/2] refactor: remove changelog --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d2b601a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,6 +0,0 @@ -# [3.2.0](https://github.com/TogetherCrew/mongo-lib/compare/v3.1.0...v3.2.0) (2025-01-24) - - -### Features - -* update user schema and interface to support multiple identities ([f6b559b](https://github.com/TogetherCrew/mongo-lib/commit/f6b559b4de144f954d4600b7e052bcd5e3bacf08))