Packages
Bump the Version
"version": "0.0.X"
"version": "0.0.1" // ⬅️ Increase this number
Build the Package
Run the following command to build the package using Nx:
pnpm nx build swap
Publish to npm
Navigate to the build output directory and publish:
cd dist/libs/swap
npm login # Only if not already logged in
npm publish
✅ Make sure you have the correct permissions on the npm registry for
@microchain/swap
.