Skip to content

Commit 187aba5

Browse files
AB#126 Fix repository URLs and bump versions for npm republish
Update all package.json repository/homepage/bugs URLs from ADO to GitHub. Bump published packages (core, cli, mcp-server, api-server) to 0.1.1. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1cf9adc commit 187aba5

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

packages/api-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@code-rag/api-server",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "REST API server for CodeRAG — Express-based server with authentication, rate limiting, and OpenAPI docs",
55
"type": "module",
66
"license": "MIT",
77
"author": "CodeRAG Contributors",
8-
"homepage": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
8+
"homepage": "https://github.com/maciek-O-digiaidev/CodeRAG",
99
"bugs": {
10-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG/issues"
10+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG/issues"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
14+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG",
1515
"directory": "packages/api-server"
1616
},
1717
"engines": {

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@code-rag/cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CLI tool for CodeRAG — init, index, search, serve, and status commands for codebase context engine",
55
"type": "module",
66
"license": "MIT",
77
"author": "CodeRAG Contributors",
8-
"homepage": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
8+
"homepage": "https://github.com/maciek-O-digiaidev/CodeRAG",
99
"bugs": {
10-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG/issues"
10+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG/issues"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
14+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG",
1515
"directory": "packages/cli"
1616
},
1717
"engines": {

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@code-rag/core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Core library for CodeRAG — intelligent codebase context engine with AST parsing, embeddings, and hybrid search",
55
"type": "module",
66
"license": "MIT",
77
"author": "CodeRAG Contributors",
8-
"homepage": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
8+
"homepage": "https://github.com/maciek-O-digiaidev/CodeRAG",
99
"bugs": {
10-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG/issues"
10+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG/issues"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
14+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG",
1515
"directory": "packages/core"
1616
},
1717
"engines": {

packages/mcp-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@code-rag/mcp-server",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "MCP server for CodeRAG — exposes codebase search, context, and status tools via Model Context Protocol",
55
"type": "module",
66
"license": "MIT",
77
"author": "CodeRAG Contributors",
8-
"homepage": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
8+
"homepage": "https://github.com/maciek-O-digiaidev/CodeRAG",
99
"bugs": {
10-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG/issues"
10+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG/issues"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
14+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG",
1515
"directory": "packages/mcp-server"
1616
},
1717
"engines": {

packages/viewer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"type": "module",
77
"license": "MIT",
88
"author": "CodeRAG Contributors",
9-
"homepage": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
9+
"homepage": "https://github.com/maciek-O-digiaidev/CodeRAG",
1010
"bugs": {
11-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG/issues"
11+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG/issues"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
15+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG",
1616
"directory": "packages/viewer"
1717
},
1818
"engines": {

packages/vscode-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"icon": "images/icon.png",
99
"repository": {
1010
"type": "git",
11-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_git/CodeRAG",
11+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG",
1212
"directory": "packages/vscode-extension"
1313
},
14-
"homepage": "https://dev.azure.com/momc-pl/CodeRAG",
14+
"homepage": "https://github.com/maciek-O-digiaidev/CodeRAG",
1515
"bugs": {
16-
"url": "https://dev.azure.com/momc-pl/CodeRAG/_workitems"
16+
"url": "https://github.com/maciek-O-digiaidev/CodeRAG/issues"
1717
},
1818
"engines": {
1919
"vscode": "^1.85.0"

0 commit comments

Comments
 (0)