@formant/data-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.37.0 • Public • Published

Formant Data SDK

A library for accessing the devices in your Formant fleet.

Check out the project website for more information!

Get Started

Install using npm or yarn:

$ npm install --save @formant/data-sdk@latest @formant/realtime-sdk@latest

# or with

$ yarn add @formant/data-sdk@latest @formant/realtime-sdk@latest

License

Distributed under the MIT License. See LICENSE.txt for more information.


Deploying a new version

# update the CHANGELOG with the changes since the previous version
vim CHANGELOG.md

# use npm to bump the version number
npm version X.Y.Z

# add all the changed files from the preversion/postversion tasks
git add .

# commit all the changes with a uniform commit message
git commit -m data-sdk@$(node -p "require('./package.json').version")

# add a unified annotated tag for this version
git tag -a release/data-sdk/$(node -p "require('./package.json').version") -m data-sdk@$(node -p "require('./package.json').version")

# publish this version to npm; use "--tag=next" for future releases
npm publish --tag=latest

# push everything to remote vcs with the tags
git push --follow-tags

/@formant/data-sdk/

    Package Sidebar

    Install

    npm i @formant/data-sdk

    Weekly Downloads

    702

    Version

    1.37.0

    License

    MIT

    Unpacked Size

    11.2 MB

    Total Files

    343

    Last publish

    Collaborators

    • andreymazepas_formant
    • nickb_formant
    • saheedgiwa
    • alenjdev
    • mark_formant
    • richard_formant
    • formant-ci
    • davidformant