1.0.5 • Published 8 months ago

@ssnticketing/common v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Goal of this exercise is to extract the common logic from the auth service,package it into a module and host it to a npm registry for code reuse between services. Refer to common01\readme.md for the initial registry set up and should have been completed prior to this exercise. copy the folders Errors and middlewares from the folder auth\auth22\src and paste it to common02\src. modify the index.ts to import all the files that were pasted into common02\src and export them immediately for other services to reuse it.