7 Commits

Author SHA1 Message Date
56bfd8cd0d
type: style
scope: services, interfaces

subject: Apply code formatting

- Correct indentation and formatting to match code style standards in multiple 'interfaces' and 'services' files.
- Also ensure lines at the end of the files.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-30 10:55:37 +02:00
91b88ea592
chore: Bump package version to 1.1.0
The package.json file has been updated, specifically the version of the project has been changed from 1.0.0 to 1.1.0.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-30 09:59:24 +02:00
cd4b8479d2
fix(scripts): correct 'bun:dev' script in package.json
The previous `bun:dev` script was missing the key command `bun run`. This has been corrected for proper execution of the script in the development mode.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-29 11:44:58 +02:00
d05c7efadc
feat(package.json): change main entry point and add development script
This commit modifies the `package.json` file in two key ways. The main file is now `src/app.ts` instead of `dist/app.js`. Additionally, a new script `bun:dev` has been added to aid in development, which watches the main file for changes.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-29 11:35:44 +02:00
f3fc63502d
feat: Replace express-xss-sanitizer with helmet
The security middleware `express-xss-sanitizer` has been replaced with `helmet` for enhanced security measures. `helmet` provides better protection against potential security vulnerabilities.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 16:26:52 +02:00
8b306e9a31
build(package): add uuid to dependencies
The package.json has been updated to include the 'uuid' package in both main and dev dependencies. This includes the addition of 'uuid' version "^9.0.1" to the list of dependencies and '@types/uuid' version "^9.0.8" to the list of devDependencies.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 15:03:08 +02:00
72d310ccfa
build: packages 2024-04-23 13:54:18 +02:00