A common util package for projects.
npm install citadel-svc-common-utilsThis is the common utils for Citadel service projects,
It include multiple utils, middilewares, authentications, interfaces and classes
This is serve as a common library package for Citadel microservices.
Please make sure run the npm run build before push changes
1. Incrementing semantic versions in package.json to publish package.
e.g. if current version is 1.0.1
- Patch releases: 1.0 or 1.0.x
- Minor releases: 1 or 1.x
- Major releases: x
2. Run npm login to authenticate account with OTP.
- username and password to be shared via LastPass.
3. Run npm run cleanPublish to clean up folders and publish package.
Note
HTTP Content-Type: may refer to this