Skip to content

v0.1.4: BREAKING: rename osv_query → osv_query_package

Choose a tag to compare

@cyanheads cyanheads released this 04 Jun 09:41
v0.1.4
869215b

BREAKING: rename osv_query → osv_query_package

The osv_query tool has been renamed to osv_query_package. Callers must update to the new name — the old name no longer exists. Input and output schemas are unchanged; only the tool name changed.

Changed:

  • BREAKING: osv_query renamed to osv_query_package — update tool calls from osv_query to osv_query_package (#2)
  • Source file osv-query.tool.ts renamed to osv-query-package.tool.ts
  • Test file renamed accordingly; all 8 test cases updated

40 tests pass; bun run devcheck clean.