oasis_test 0.1.74 → 0.1.75
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
|
@@ -153026,7 +153026,7 @@ var init_claude_code = __esm({
|
|
|
153026
153026
|
}
|
|
153027
153027
|
};
|
|
153028
153028
|
const maybeCloseInputOnResult = () => {
|
|
153029
|
-
if (!appendMode || inputClosing
|
|
153029
|
+
if (!appendMode || inputClosing) return;
|
|
153030
153030
|
if (appendGraceMs <= 0) {
|
|
153031
153031
|
closeInput();
|
|
153032
153032
|
return;
|
|
@@ -190626,7 +190626,7 @@ ${res.warning}`);
|
|
|
190626
190626
|
init_src6();
|
|
190627
190627
|
|
|
190628
190628
|
// src/index.ts
|
|
190629
|
-
var PKG_VERSION = true ? "0.1.
|
|
190629
|
+
var PKG_VERSION = true ? "0.1.75" : "dev";
|
|
190630
190630
|
var OASIS_DIR = path28.join(os9.homedir(), ".oasis");
|
|
190631
190631
|
var CONFIG_FILE = path28.join(OASIS_DIR, "node-config.json");
|
|
190632
190632
|
var PID_FILE = path28.join(OASIS_DIR, "node.pid");
|