Skip to content

Commit fbb0fd8

Browse files
syntaxPriestclaude
andcommitted
chore: bump versions for npm SEO publish
@openvisio/core 0.2.2 -> 0.2.3 openvisio-viewer 0.2.2 -> 0.2.3 openvisio 0.2.3 -> 0.2.4 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6bd4e7a commit fbb0fd8

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openvisio/core",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Deterministic, local-first code-graph engine for OpenVisio: tree-sitter symbol/import extraction, PageRank ranking, token-budgeted skeletons and slices. No LLM, no network.",
55
"type": "module",
66
"license": "MIT",

mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openvisio",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Cut your AI coding agent's token usage. MCP server + CLI that turns any codebase into a deterministic code graph and serves Claude Code, Cursor, Codex & Windsurf a ranked, token-budgeted query surface — agents query structure (symbols, imports, call edges, path:line anchors) instead of crawling files. ~30x fewer exploration tokens. Local-first, read-only, no network, no embeddings.",
55
"type": "module",
66
"license": "MIT",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openvisio-viewer",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Self-contained Atlas + City graph viewer for OpenVisio — the same React/Three.js views from the app, served locally by `openvisio view`.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)