v0.2.2
Patch release for the Consiliency contract package.
- Aligns npm/PyPI/runtime/shared JSON version metadata at 0.2.2.
- Fixes the TypeScript declaration for CONTRACT_VERSION, which was stale in 0.2.1.
- Adds a regression test that package metadata, runtime, shared JSON, and TypeScript declarations agree.
Verification before release:
- npm test
- python3 -m unittest discover -s tests -p 'test_*.py'
- npm run pack:check
- python3 -m build