ccsini 0.1.54 → 0.1.55
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 +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28020,7 +28020,7 @@ var {
|
|
|
28020
28020
|
} = import__.default;
|
|
28021
28021
|
|
|
28022
28022
|
// src/version.ts
|
|
28023
|
-
var VERSION = "0.1.
|
|
28023
|
+
var VERSION = "0.1.55";
|
|
28024
28024
|
|
|
28025
28025
|
// src/commands/init.ts
|
|
28026
28026
|
init_source();
|
|
@@ -29941,6 +29941,7 @@ function registerInitCommand(program2) {
|
|
|
29941
29941
|
const child = spawn2("ccsini", ["daemon", "_run"], {
|
|
29942
29942
|
detached: true,
|
|
29943
29943
|
stdio: "ignore",
|
|
29944
|
+
windowsHide: true,
|
|
29944
29945
|
...isWin ? { shell: true } : {}
|
|
29945
29946
|
});
|
|
29946
29947
|
child.unref();
|
|
@@ -31817,6 +31818,7 @@ async function ensureDaemon(configDir) {
|
|
|
31817
31818
|
const child = spawn3("ccsini", ["daemon", "_run"], {
|
|
31818
31819
|
detached: true,
|
|
31819
31820
|
stdio: "ignore",
|
|
31821
|
+
windowsHide: true,
|
|
31820
31822
|
...isWin ? { shell: true } : {}
|
|
31821
31823
|
});
|
|
31822
31824
|
child.unref();
|
|
@@ -32635,6 +32637,7 @@ function registerDaemonCommands(program2) {
|
|
|
32635
32637
|
const child = spawn4("ccsini", ["daemon", "_run"], {
|
|
32636
32638
|
detached: true,
|
|
32637
32639
|
stdio: "ignore",
|
|
32640
|
+
windowsHide: true,
|
|
32638
32641
|
...isWin ? { shell: true } : {}
|
|
32639
32642
|
});
|
|
32640
32643
|
child.unref();
|