claudish 7.19.1 → 7.19.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 +8 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -651,7 +651,7 @@ var init_onepassword_config = __esm(() => {
651
651
  });
652
652
 
653
653
  // src/version.ts
654
- var VERSION = "7.19.1";
654
+ var VERSION = "7.19.2";
655
655
 
656
656
  // src/logger.ts
657
657
  var exports_logger = {};
@@ -38245,6 +38245,13 @@ data: ${JSON.stringify(data)}
38245
38245
  } catch {}
38246
38246
  }
38247
38247
  }
38248
+ },
38249
+ cancel() {
38250
+ isClosed = true;
38251
+ if (pingInterval) {
38252
+ clearInterval(pingInterval);
38253
+ pingInterval = null;
38254
+ }
38248
38255
  }
38249
38256
  });
38250
38257
  return new Response(stream, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudish",
3
- "version": "7.19.1",
3
+ "version": "7.19.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": "7.19.1",
64
- "@claudish/magmux-darwin-x64": "7.19.1",
65
- "@claudish/magmux-linux-arm64": "7.19.1",
66
- "@claudish/magmux-linux-x64": "7.19.1"
63
+ "@claudish/magmux-darwin-arm64": "7.19.2",
64
+ "@claudish/magmux-darwin-x64": "7.19.2",
65
+ "@claudish/magmux-linux-arm64": "7.19.2",
66
+ "@claudish/magmux-linux-x64": "7.19.2"
67
67
  },
68
68
  "author": "Jack Rudenko <i@madappgang.com>",
69
69
  "license": "MIT",