@freeclaude/cli 3.0.3 → 3.0.5

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.
package/dist/cli.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  // For full version with setup wizard, see source: src/bootstrap/
4
4
  const args = process.argv.slice(2);
5
5
  if (args.length === 1 && (args[0] === '--version' || args[0] === '-v' || args[0] === '-V')) {
6
- console.log("3.0.2 (FreeClaude)");
6
+ console.log("3.0.5 (FreeClaude)");
7
7
  process.exit(0);
8
8
  }
9
9
  await import('./cli.bundle.mjs');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freeclaude/cli",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "FreeClaude - Claude Code без авторизации. Работает с ZAI, Qwen, DeepSeek, Ollama и любыми OpenAI-compatible API.",
5
5
  "type": "module",
6
6
  "bin": {