oasis_test 0.1.44 → 0.1.45
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39489,9 +39489,9 @@ var init_acp = __esm({
|
|
|
39489
39489
|
this.onTelemetry({ kind, payload, seq: ++this.seq, ts: (/* @__PURE__ */ new Date()).toISOString() });
|
|
39490
39490
|
}
|
|
39491
39491
|
appendText(kind, text) {
|
|
39492
|
-
if (kind === "message") this.onOutput(text);
|
|
39493
39492
|
const other = kind === "message" ? "thought" : "message";
|
|
39494
39493
|
this.flushTextBuffer(other);
|
|
39494
|
+
if (kind === "message") this.onOutput(text);
|
|
39495
39495
|
const existing = this.textBuffers.get(kind);
|
|
39496
39496
|
if (existing) existing.text += text;
|
|
39497
39497
|
else this.textBuffers.set(kind, { text, startedAt: (/* @__PURE__ */ new Date()).toISOString() });
|
|
@@ -58410,7 +58410,7 @@ ${res.warning}`);
|
|
|
58410
58410
|
}
|
|
58411
58411
|
|
|
58412
58412
|
// src/index.ts
|
|
58413
|
-
var PKG_VERSION = true ? "0.1.
|
|
58413
|
+
var PKG_VERSION = true ? "0.1.45" : "dev";
|
|
58414
58414
|
var OASIS_DIR = path18.join(os10.homedir(), ".oasis");
|
|
58415
58415
|
var CONFIG_FILE = path18.join(OASIS_DIR, "node-config.json");
|
|
58416
58416
|
var PID_FILE = path18.join(OASIS_DIR, "node.pid");
|