Remnawave_Node/libs/contract/constants/errors/index.ts
kastov f519ddab03
chore: release v1.5.1
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.
2025-05-14 15:59:14 +03:00

2 lines
58 B
TypeScript

export * from './errors';
export * from './known-errors';