commits
- Replaced all instances of `println!` and `eprintln!` with `tracing::info!`, `tracing::warn!`, and `tracing::error!` for better structured logging.
- Updated log messages to include relevant context and structured fields for improved traceability.
- Ensured consistent logging practices across the `jetstream`, `scrobbler`, and `webscrobbler` crates.
- Updated string literals from double quotes to single quotes in various files for consistency.
- Changed import statements to use `import type` for type-only imports in multiple modules.
- Removed unnecessary initializations of variables to `undefined` where applicable.
- Enhanced type definitions and interfaces for better clarity and maintainability.
- Ensured that all generated code comments remain intact and unchanged.
- Replaced all instances of `println!` and `eprintln!` with `tracing::info!`, `tracing::warn!`, and `tracing::error!` for better structured logging.
- Updated log messages to include relevant context and structured fields for improved traceability.
- Ensured consistent logging practices across the `jetstream`, `scrobbler`, and `webscrobbler` crates.
- Updated string literals from double quotes to single quotes in various files for consistency.
- Changed import statements to use `import type` for type-only imports in multiple modules.
- Removed unnecessary initializations of variables to `undefined` where applicable.
- Enhanced type definitions and interfaces for better clarity and maintainability.
- Ensured that all generated code comments remain intact and unchanged.