9951c75549
feat: complete proxy to fastify patch
2025-03-27 01:35:01 +09:00
0c722ae9d7
refactor(nestlogged-fastify): change out directory to lib
2025-03-27 01:27:22 +09:00
5f48a0ed9e
fix: remove private from package.json
2025-03-27 01:26:01 +09:00
dc73a05ea5
release(nestlogged): 3.2.4
2025-03-27 01:25:08 +09:00
0beecb9677
refactor: remove lib from git
2025-03-27 01:24:28 +09:00
8635e4b5da
fix: remove fastify support in non-fastify packjage
2025-03-27 01:22:26 +09:00
4a1c028678
fix: fix route access in overrideBuild of nestlogged-fastify
2025-03-27 01:20:41 +09:00
70b03792ff
feat: add nestlogged-fastify
2025-03-27 01:15:20 +09:00
7dc4981907
build: update package.json main and types paths
...
Update the `main` field to point to the `lib` directory instead of `dist/lib` and add the `types` field to specify the TypeScript definition file location. This change aligns the package configuration with the actual file structure and improves TypeScript support.
2025-03-27 01:08:05 +09:00
fc52410bd5
refactor: update output directory to lib
2025-03-27 01:06:45 +09:00
116c2e6bc8
chore: lock
2025-03-27 01:04:04 +09:00
41c6a5bddc
feat: add build script for each workspace
2025-03-27 01:03:52 +09:00
b9a583454b
refactor: rename root package name to nestlogged-root to avoid confliction
2025-03-27 00:55:54 +09:00
b6ad8e3977
refactor: add .npmignore to ignore typescript files on publish
2025-03-27 00:53:49 +09:00
c66452e789
refactor: removed scripts for monorepo
2025-03-27 00:52:21 +09:00
14325ef891
refactor: hugh project refactoring for monorepo setup
2025-03-27 00:51:05 +09:00
adcdc31c69
chore: update nestlogged @nestjs/common to v11
2025-03-27 00:39:08 +09:00
2c9728e817
chore: delete test
2025-03-27 00:32:45 +09:00
37030cdd65
release: 3.2.3
2025-03-27 00:31:44 +09:00
0c7cb65525
feat: build
2025-03-27 00:31:33 +09:00
a579a2c878
fix: added LoggedMiddleware exported
2025-03-27 00:29:38 +09:00
79147e0a21
chore: update @nestjs/common to 11
2025-03-27 00:26:54 +09:00
e47060b1fb
feat: 3.2.2 release
2025-03-26 23:33:07 +09:00
c7f52ce58f
chore: build
2025-03-26 23:33:01 +09:00
8cb8970b9e
fix: remove forced ExecuteContext in LoggedMiddleware
2025-03-26 23:32:23 +09:00
59cd199287
feat: 3.2.1 release
2025-03-21 09:40:32 +09:00
3ac9b1d38d
style: add prettier
2025-03-21 09:38:36 +09:00
b28bb9e193
refactor: separate logged into several files
2025-03-21 09:33:59 +09:00
45aa4b96c7
refactor: rename imObjectContainedLogSync to objectContainedLogSync
2025-03-21 09:06:17 +09:00
1196cf7001
refactor: move nestjs internal code to separate file
2025-03-21 09:04:47 +09:00
17ce22a57d
refactor: import ROUTE_ARGS_METADATA to replace hard-coded variable
2025-03-21 08:56:40 +09:00
70f69c634b
refactor: rename functions.ts to internals/utils.ts
2025-03-21 08:53:34 +09:00
dfd4aeba8f
feat: 3.2.0 release
2025-03-20 18:23:41 +09:00
53e69a4622
fix: add export for getRequestLogger
2025-03-20 18:19:20 +09:00
768b09b961
fix: specify return type of getRequestLogger
2025-03-20 18:18:55 +09:00
86912c08f1
feat: 3.2.0 beta.4 release
2025-03-20 18:17:51 +09:00
4c0a28251b
feat: add getRequestLogger util function for global middleware function
2025-03-20 18:16:50 +09:00
06c373f858
feat: 3.2.0 beta.3 release
2025-03-20 18:12:48 +09:00
e609982bef
feat: apply createCallLogIdentifyMessage on error
2025-03-20 18:05:54 +09:00
8f8d56ada4
feat: apply createCallLogIdentifyMessage on return log
2025-03-20 17:58:47 +09:00
6ddab9d2be
feat: update createCallLogIdentifyMessage
2025-03-20 17:55:58 +09:00
2b3c0a4195
fix: make invalid URL not happen
2025-03-20 17:48:33 +09:00
9c729a5997
feat: 3.2.0 beta.2 release
2025-03-20 17:48:23 +09:00
b1bbb09bae
feat: make ScopedLogger init by REQUEST_LOG_ID
2025-03-20 17:21:22 +09:00
9758dfcb9d
fuck temp 3
2025-03-19 19:03:56 +09:00
9f855b9939
temp 2
2025-03-19 15:57:55 +09:00
00fd3e33c4
temp
2025-03-19 15:30:09 +09:00
c74ad2b119
feat: add LoggedMiddleware
2025-03-19 15:10:20 +09:00
88bdb9dfc2
fix(logged): include interceptor in ExecutionContext check
...
The check for ExecutionContext was only considering 'guard' type, which excluded 'interceptor' type functions. This change ensures that both 'guard' and 'interceptor' types are handled correctly when retrieving the Request from the ExecutionContext.
2025-03-18 21:38:39 +09:00
d73b64f0f2
chore: update package.json and yarn.lock in dist directory
...
Remove the 'private' field from package.json and regenerate yarn.lock to reflect the latest dependencies and their versions.
2025-03-18 21:31:20 +09:00