1.0.15 • Published 10 months ago
@speakable/speakable-service-contracts v1.0.15
speakable-service-contracts
Client <> Server Contracts
This repo solves the problem of syncing what clients send and services expect to receive. The interfaces in this repo should be considered the "ground truth" and both clients and services will honor this contract.
The interfaces defined in this repo will be published as an npm package that both our frontend and backend will import and use accordingly.
Use npm run build
then npm publish
to publish. Make sure you increment the version number and push back to repo once you're done.