mirror of
https://github.com/remnawave/node.git
synced 2026-08-04 14:52:57 +00:00
Release 1.5.1 with updated dependencies and improved error handling in XrayService. Key changes include: - Bumped version of @nestjs/common, @nestjs/core, and @nestjs/platform-express to 11.1.1. - Updated package version in package.json to 1.5.1. - Added known-errors export in error constants. - Enhanced error logging in XrayService for better diagnostics.
2 lines
58 B
TypeScript
2 lines
58 B
TypeScript
export * from './errors';
|
|
export * from './known-errors';
|