legaltracker-messaging
v0.0.183
Published
Message contract/layout definitions for legaltracker application
Downloads
1,243
Readme
legaltracker-messaging
Common interfaces for communication between LegalTracker modules.
Interfaces facilitate the transformation and validation of messages being passed through the message queue.
npm Utils
publish
To publish new changes to Legal Tracker messaging library, make sure to:
- Update/Increment accordinly package.json attribute: "version": "x.x.xx"
- Run the following commands:
npm login --registry=https://registry.npmjs.org --scope=@legal-tracker
npx tsc
npm publishunpublish
npm unpublish [email protected]