JavaScript and TypeScript client libraries for the LeanPipe real-time data streaming system. Provides type-safe, reactive clients for subscribing to server-sent data streams.
npm install @leancodepl/pipeReal-time data streaming client for LeanPipe.
For detailed API documentation and examples, see the @leancodepl/pipe README.
- Create a new branch, name it
release-js-client/[version]e.g.release-js-client/1.2.3 - Push that empty branch to the remote (required for the next step to work).
- Run
npx lerna version [version]e.g.npx lerna version 1.2.3. This command will automatically bump versions across all files and push the changes. - Create a new pull request for this branch.
- Go to the
Actionstab, and thenJS Client Releaseworkflow. Expand theRun workflowmenu, from theTagstab choose your new version and run the workflow. - After refreshing the page you should be able to see the workflow running. After it finishes successfully, go back to the previously created PR and merge it.
npm install
npm run buildnpm test