Update the package.json version
Update the package.json version
``bash`
npm run build-publish
`bash`
npm publish --access public
In your mfe you have to install as normal package of npm
`bsah`
npm i @yuno-payments/dashboard-api-mfe
Make sure to remove module declaration in src/declarations.d.ts
Place to put all constants that belong to the API MFE, such as API errors (e.g., Axios errors) and settings like the timeout constant in milliseconds. Do not place here any constants related to your MFE's business logic or anything else.
`bsah``
npm publish --access public