Introduce new decorators `LoggedGuard` and `LoggedInterceptor` to extend logging capabilities for NestJS guards and interceptors. This enhances the logging functionality to cover more aspects of the application, improving debugging and monitoring. The version is updated to `3.2.0-beta.1` to reflect these additions.
Added `up:beta` script to publish with the beta tag and updated `up` script to use `yarn npm publish` instead of `yarn publish` for consistency with npm commands.