claudish 7.12.0 → 7.12.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -581,7 +581,7 @@ var init_onepassword_config = __esm(() => {
581
581
  });
582
582
 
583
583
  // src/version.ts
584
- var VERSION = "7.12.0";
584
+ var VERSION = "7.12.1";
585
585
 
586
586
  // src/logger.ts
587
587
  var exports_logger = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "7.12.0",
3
+ "version": "7.12.1",
4
4
  "description": "Run Claude Code with any model - OpenRouter, Ollama, LM Studio & local models",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -60,10 +60,10 @@
60
60
  "ai"
61
61
  ],
62
62
  "optionalDependencies": {
63
- "@claudish/magmux-darwin-arm64": "7.12.0",
64
- "@claudish/magmux-darwin-x64": "7.12.0",
65
- "@claudish/magmux-linux-arm64": "7.12.0",
66
- "@claudish/magmux-linux-x64": "7.12.0"
63
+ "@claudish/magmux-darwin-arm64": "7.12.1",
64
+ "@claudish/magmux-darwin-x64": "7.12.1",
65
+ "@claudish/magmux-linux-arm64": "7.12.1",
66
+ "@claudish/magmux-linux-x64": "7.12.1"
67
67
  },
68
68
  "author": "Jack Rudenko <i@madappgang.com>",
69
69
  "license": "MIT",