citadel-svc-common-utils
v4.0.23
Published
A common util package for projects.
Downloads
19
Readme
Citadel-SVC-Common-Utils
Introduction
This 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
Publish npm package
- 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
Run
npm login
to authenticate account with OTP.- username and password to be shared via LastPass.
Run
npm run cleanPublish
to clean up folders and publish package.
Common Services
Note
HTTP Content-Type: may refer to this