octocode-cli 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11788,7 +11788,7 @@ function showCommandHelp(command) {
11788
11788
  }
11789
11789
  }
11790
11790
  function showVersion() {
11791
- const version = "1.2.2";
11791
+ const version = "1.2.3";
11792
11792
  console.log(`octocode v${version}`);
11793
11793
  }
11794
11794
  async function runCLI(argv) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octocode-cli",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Interactive CLI installer for octocode-mcp - Configure MCP servers for Cursor, Claude Desktop, and more",
5
5
  "keywords": [
6
6
  "octocode",
@@ -32,13 +32,13 @@
32
32
  "@octokit/auth-oauth-device": "^8.0.3",
33
33
  "@octokit/oauth-methods": "^6.0.2",
34
34
  "@octokit/request": "^10.0.7",
35
- "octocode-shared": "workspace:^",
36
35
  "open": "^11.0.0"
37
36
  },
38
37
  "devDependencies": {
39
38
  "@types/node": "^22.15.29",
40
39
  "@vitest/coverage-v8": "^4.0.16",
41
40
  "eslint": "^9.18.0",
41
+ "octocode-shared": "workspace:^",
42
42
  "tsx": "^4.21.0",
43
43
  "typescript": "^5.9.3",
44
44
  "vite": "^7.3.0",