@oliasoft-open-source/api-middleware
v0.1.0
Published
Type-safe Redux middleware for making HTTP requests
Downloads
129
Readme
API Middleware
Shared, type-safe Redux middleware for making HTTP requests in Oliasoft applications.
Requirements
- Node.js 26.5.0
- pnpm 11.17.0
Development
Install dependencies:
pnpm installRun all checks:
pnpm testBuild the package:
pnpm buildReleases
Merge request pipelines can publish a prerelease with the beta npm dist-tag:
- add the
Betalabel to the merge request; - include
[Beta]in the merge request title; or - start the
beta_releasejob manually.
Stable versions are published automatically from the default branch. The version in
package.json must not already have a corresponding Git tag.
