@metaproprotocol/microservice-utils
v0.4.72
Published
NestJS Microservice Utils
Downloads
81
Readme
Microservice Utils
This repository contains utility functions shared across various microservices on metapro environment.
How to Publish a New Package Version
Follow these steps to publish updates:
Install Dependencies
npm iMake Changes
- Update the code as needed
- Test your changes thoroughly
Update Version
- Increment the version in
package.json(e.g.,1.0.0->1.0.1)
- Increment the version in
Build the Package
npm run buildPrepare for Publishing
npm run prepublishPublish the Package
npm publishAdd an tag to the gitgraph!
git tag v<version> git push origin v<version>
