dahrk-node 0.1.2 → 0.1.3

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/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2964,7 +2964,7 @@ async function runDoctor(inputs, deps = {}) {
2964
2964
  }
2965
2965
 
2966
2966
  // src/main.ts
2967
- var CLIENT_VERSION = "0.1.2";
2967
+ var CLIENT_VERSION = "0.1.3";
2968
2968
  var DEFAULT_HUB_URL = "wss://api.dahrk.ai";
2969
2969
  var list = (v) => (v ?? "").split(",").map((s) => s.trim()).filter(Boolean);
2970
2970
  var RUNTIMES = ["claude-code", "codex", "pi"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dahrk-node",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",