Shared types for the LI.FI perps stack.
This package contains all common types for the LI.FI perpetuals trading stack.
Check out the Changelog to see what changed in the last releases.
pnpm add @lifi/perps-typesor
npm install --save @lifi/perps-typesThe package uses standard-version to generate a changelog based on semantic commit history. The standard-version package also handles version numbering.
Once main is up to date with the changes to be released execute the following command on the main branch to invoke standard-version:
pnpm releaseThen to release:
git push --follow-tags origin mainThis will push a newly created git tag to the remote repository, which will trigger a github action which will publish the new version to npm.