claudish 9.3.1 → 9.3.2

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
@@ -715,7 +715,7 @@ var init_onepassword_config = __esm(() => {
715
715
  });
716
716
 
717
717
  // src/version.ts
718
- var VERSION = "9.3.1";
718
+ var VERSION = "9.3.2";
719
719
 
720
720
  // src/logger.ts
721
721
  import { appendFile, existsSync as existsSync2, mkdirSync, readdirSync, unlinkSync, writeFileSync as writeFileSync2 } from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
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": "9.3.1",
64
- "@claudish/magmux-darwin-x64": "9.3.1",
65
- "@claudish/magmux-linux-arm64": "9.3.1",
66
- "@claudish/magmux-linux-x64": "9.3.1"
63
+ "@claudish/magmux-darwin-arm64": "9.3.2",
64
+ "@claudish/magmux-darwin-x64": "9.3.2",
65
+ "@claudish/magmux-linux-arm64": "9.3.2",
66
+ "@claudish/magmux-linux-x64": "9.3.2"
67
67
  },
68
68
  "author": "Jack Rudenko <i@madappgang.com>",
69
69
  "license": "MIT",