v2.0.0
2.0.0 (2026-09-13)
Bug Fixes
-
depend on @servable/tools ^2.0.0 instead of the unischema dist-tag (9d3f1dc)
-
remove commands/model/test.js - crashed the entire CLI on every invocation (be44f0e)
-
remove commands/model/test.js to prevent CLI crashes due to missing imports (9f9ee36)
-
feat!: unischema - servable schema build|plan|apply|contract commands (30067be)
BREAKING CHANGES
servable app schemano longer exists (see above - it was
mislabeled, not actually schema-related). Every app must migrate its protocols'
schema//index.json to a flat schema.json before using these commands.
Depends on @servable/tools@unischema. Also configures a unischema prerelease
branch so this publishes under the unischema npm dist-tag without moving latest.