email templating

This commit is contained in:
Paul Coral
2025-08-06 23:13:10 +02:00
parent fece4dcee1
commit ba90bf221b
11 changed files with 269 additions and 34 deletions

19
pnpm-lock.yaml generated
View File

@@ -22,9 +22,15 @@ importers:
'@nestjs/platform-express':
specifier: ^11.0.1
version: 11.1.3(@nestjs/common@11.1.3(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.3)
dayjs:
specifier: ^1.11.13
version: 1.11.13
dotenv:
specifier: ^17.2.1
version: 17.2.1
ejs:
specifier: ^3.1.10
version: 3.1.10
i18next:
specifier: ^25.3.2
version: 25.3.2(typescript@5.7.3)
@@ -71,6 +77,9 @@ importers:
'@swc/core':
specifier: ^1.10.7
version: 1.12.11
'@types/ejs':
specifier: ^3.1.5
version: 3.1.5
'@types/express':
specifier: ^5.0.0
version: 5.0.3
@@ -1002,6 +1011,9 @@ packages:
'@types/cookiejar@2.1.5':
resolution: {integrity: sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==}
'@types/ejs@3.1.5':
resolution: {integrity: sha512-nv+GSx77ZtXiJzwKdsASqi+YQ5Z7vwHsTP0JY2SiQgjGckkBRKZnk8nIM+7oUZ1VCtuTz0+By4qVR7fqzp/Dfg==}
'@types/eslint-scope@3.7.7':
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
@@ -1646,6 +1658,9 @@ packages:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'}
dayjs@1.11.13:
resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
debug@4.4.1:
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
engines: {node: '>=6.0'}
@@ -4721,6 +4736,8 @@ snapshots:
'@types/cookiejar@2.1.5': {}
'@types/ejs@3.1.5': {}
'@types/eslint-scope@3.7.7':
dependencies:
'@types/eslint': 9.6.1
@@ -5530,6 +5547,8 @@ snapshots:
shebang-command: 2.0.0
which: 2.0.2
dayjs@1.11.13: {}
debug@4.4.1:
dependencies:
ms: 2.1.3