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.
- package/dist/main.js +1 -1
- 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.
|
|
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"];
|