Skip to content

v0.0.2

Choose a tag to compare

@hakilee hakilee released this 05 May 17:19
· 4 commits to main since this release

Changes

  • MIT license — added LICENSE.md and declared "license": "MIT" in package.json. License link added to all five language READMEs.
  • Stop bundling data/model-metadata.json in the npm package — runtime fetches the catalog from the model-metadata branch raw URL; if that fetch fails, context length is left empty rather than served from a stale bundled copy. Local npm run metadata:update writes are now gitignored.
  • CI: bumped actions/checkout and actions/setup-node from v4 → v6 in release.yml and update-model-metadata.yml.

PR: #19