@devness/useai 0.6.0 → 0.6.1
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 +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -684,7 +684,7 @@ var VERSION;
|
|
|
684
684
|
var init_version = __esm({
|
|
685
685
|
"../shared/dist/constants/version.js"() {
|
|
686
686
|
"use strict";
|
|
687
|
-
VERSION = "0.6.
|
|
687
|
+
VERSION = "0.6.1";
|
|
688
688
|
}
|
|
689
689
|
});
|
|
690
690
|
|
|
@@ -5757,7 +5757,8 @@ async function ensureDaemon(options) {
|
|
|
5757
5757
|
const child = spawn(npxPath, npxArgs, {
|
|
5758
5758
|
detached: true,
|
|
5759
5759
|
stdio: "ignore",
|
|
5760
|
-
shell: isWindows2
|
|
5760
|
+
shell: isWindows2,
|
|
5761
|
+
windowsHide: true
|
|
5761
5762
|
});
|
|
5762
5763
|
child.unref();
|
|
5763
5764
|
const start = Date.now();
|