v0.0.2
Changes
- MIT license — added
LICENSE.mdand declared"license": "MIT"inpackage.json. License link added to all five language READMEs. - Stop bundling
data/model-metadata.jsonin the npm package — runtime fetches the catalog from themodel-metadatabranch raw URL; if that fetch fails, context length is left empty rather than served from a stale bundled copy. Localnpm run metadata:updatewrites are now gitignored. - CI: bumped
actions/checkoutandactions/setup-nodefrom v4 → v6 inrelease.ymlandupdate-model-metadata.yml.
PR: #19