Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claude-context",
"version": "0.1.9",
"version": "0.1.10",
"description": "A powerful code indexing tool with multi-platform support",
"private": true,
"scripts": {
Expand Down Expand Up @@ -48,4 +48,4 @@
},
"license": "MIT",
"author": "Cheney Zhang <277584121@qq.com>"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliz/claude-context-core",
"version": "0.1.9",
"version": "0.1.10",
"description": "Core indexing engine for Claude Context",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -55,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliz/claude-context-mcp",
"version": "0.1.9",
"version": "0.1.10",
"description": "Model Context Protocol integration for Claude Context",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -40,4 +40,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Semantic Code Search",
"publisher": "zilliz",
"description": "Code indexing and semantic search (built by Claude Context)",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"engines": {
"vscode": "^1.74.0"
Expand Down Expand Up @@ -198,4 +198,4 @@
"directory": "packages/vscode-extension"
},
"license": "MIT"
}
}
Loading