rechrome 1.10.0 → 1.10.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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/rech.js +0 -1
  3. package/rech.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rechrome",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/snomiao/rechrome.git"
package/rech.js CHANGED
@@ -557,7 +557,6 @@ async function setup(opts: { profile?: string } = {}): Promise<void> {
557
557
  }).catch(() => null) : null;
558
558
  if (anonPing && authPing?.ok) {
559
559
  console.log(` Already running at ${protocol}://${host}:${port} — skipping reinstall`);
560
- await runOxmgr(["service", "install"]);
561
560
  } else if (anonPing && !authPing?.ok) {
562
561
  console.log(` Server running but key mismatch — reinstalling with new key`);
563
562
  await daemonInstall(url);
package/rech.ts CHANGED
@@ -557,7 +557,6 @@ async function setup(opts: { profile?: string } = {}): Promise<void> {
557
557
  }).catch(() => null) : null;
558
558
  if (anonPing && authPing?.ok) {
559
559
  console.log(` Already running at ${protocol}://${host}:${port} — skipping reinstall`);
560
- await runOxmgr(["service", "install"]);
561
560
  } else if (anonPing && !authPing?.ok) {
562
561
  console.log(` Server running but key mismatch — reinstalling with new key`);
563
562
  await daemonInstall(url);