claudish 6.12.1 → 6.12.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
@@ -22367,7 +22367,7 @@ var init_profile_config = __esm(() => {
22367
22367
  });
22368
22368
 
22369
22369
  // src/version.ts
22370
- var VERSION = "6.12.1";
22370
+ var VERSION = "6.12.2";
22371
22371
 
22372
22372
  // src/telemetry.ts
22373
22373
  var exports_telemetry = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "6.12.1",
3
+ "version": "6.12.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",
@@ -59,10 +59,10 @@
59
59
  "ai"
60
60
  ],
61
61
  "optionalDependencies": {
62
- "@claudish/magmux-darwin-arm64": "6.12.1",
63
- "@claudish/magmux-darwin-x64": "6.12.1",
64
- "@claudish/magmux-linux-arm64": "6.12.1",
65
- "@claudish/magmux-linux-x64": "6.12.1"
62
+ "@claudish/magmux-darwin-arm64": "6.12.2",
63
+ "@claudish/magmux-darwin-x64": "6.12.2",
64
+ "@claudish/magmux-linux-arm64": "6.12.2",
65
+ "@claudish/magmux-linux-x64": "6.12.2"
66
66
  },
67
67
  "author": "Jack Rudenko <i@madappgang.com>",
68
68
  "license": "MIT",