You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add hash-server sample with TypeScript configuration and dependencies
- Created package.json for hash-server with dependencies on athena-classifier-sdk and TypeScript.
- Added tsconfig.json with strict type checking and module resolution settings.
- Updated authenticationManager.ts to improve error handling and type definitions.
- Modified hashing.ts to support both Readable streams and Buffer types.
- Refactored index.ts to enhance type safety and event handling.
- Updated global tsconfig.json to enforce stricter type checking and module settings.
- Adjusted tsconfig.release.json to include source maps and proper module targeting.
0 commit comments