Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 772 Bytes

overview.md

File metadata and controls

22 lines (15 loc) · 772 Bytes

Development: Overview

TODO: describe the architecture and data flows

FAQ

  1. Why don't spec codecs reuse common parts?

    That's because different versions of specs refer to different versions of JSON Schema and they are generally not the same. We would like to avoid maintaining JSON Schema composition in this project. (for now)

Publish

GitHub Actions are configured to build and publish a new version when a new release is created in GitHub.

If you need to run this process manually:

# bumps the version in package.json, builds the dist files
# and commits the updated CHANGELOG.md
yarn version

# uploads the package to the registry
yarn publish