dorkos 0.36.0 → 0.38.0

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/bin/cli.js CHANGED
@@ -24014,7 +24014,7 @@ import path11 from "path";
24014
24014
  import { fileURLToPath } from "url";
24015
24015
  function resolveVersion() {
24016
24016
  if (env3.DORKOS_VERSION_OVERRIDE) return env3.DORKOS_VERSION_OVERRIDE;
24017
- if (true) return "0.36.0";
24017
+ if (true) return "0.38.0";
24018
24018
  const pkgPath = path11.join(path11.dirname(fileURLToPath(import.meta.url)), "../../package.json");
24019
24019
  return JSON.parse(readFileSync(pkgPath, "utf-8")).version;
24020
24020
  }
@@ -26057,12 +26057,12 @@ Examples:
26057
26057
  process.exit(0);
26058
26058
  }
26059
26059
  if (values.version) {
26060
- console.log("0.36.0");
26060
+ console.log("0.38.0");
26061
26061
  process.exit(0);
26062
26062
  }
26063
26063
  if (values["post-install-check"]) {
26064
26064
  const claudeFound = checkClaude();
26065
- console.log(`dorkos ${"0.36.0"}`);
26065
+ console.log(`dorkos ${"0.38.0"}`);
26066
26066
  if (claudeFound) {
26067
26067
  console.log("Installation verified.");
26068
26068
  } else {
@@ -26206,7 +26206,7 @@ var ansiReset = "\x1B[0m";
26206
26206
  console.log("");
26207
26207
  console.log(`${purple}${logo}${ansiReset}`);
26208
26208
  console.log("");
26209
- console.log(` DorkOS v${"0.36.0"}`);
26209
+ console.log(` DorkOS v${"0.38.0"}`);
26210
26210
  console.log(` Local: ${link(localUrl, localUrl)}`);
26211
26211
  var nets = networkInterfaces();
26212
26212
  var networkUrl = null;
@@ -26267,9 +26267,9 @@ if (shouldOpenBrowser && process.stdin.isTTY) {
26267
26267
  }
26268
26268
  });
26269
26269
  }
26270
- checkForUpdate("0.36.0").then((latestVersion) => {
26270
+ checkForUpdate("0.38.0").then((latestVersion) => {
26271
26271
  if (latestVersion) {
26272
- const msg = `Update available: ${"0.36.0"} \u2192 ${latestVersion}`;
26272
+ const msg = `Update available: ${"0.38.0"} \u2192 ${latestVersion}`;
26273
26273
  const cmd = "Run npm install -g dorkos@latest to update";
26274
26274
  const width = Math.max(msg.length, cmd.length) + 6;
26275
26275
  const pad = (s2) => `\u2502 ${s2}${" ".repeat(width - s2.length - 6)} \u2502`;
@@ -1,4 +1,4 @@
1
- import{m as Tan,n as uRn,o as oRn,r as vn,j as de,p as San,t as sRn,q as fRn,s as lRn,v as uK,w as Ian,x as Pan,c as z4,Z as w2e,y as g2e,z as hRn,B as Lx,D as aRn,F as dRn,X as bRn,G as wRn,H as Ehn,l as gRn,I as pRn,J as mRn,K as vRn,M as yRn,N as kRn,O as jRn,Q as ERn,U as xRn,V as ARn,W as MRn}from"./index-iUiNZx8U.js";/**
1
+ import{m as Tan,n as uRn,o as oRn,r as vn,j as de,p as San,t as sRn,q as fRn,s as lRn,v as uK,w as Ian,x as Pan,c as z4,Z as w2e,y as g2e,z as hRn,B as Lx,D as aRn,F as dRn,X as bRn,G as wRn,H as Ehn,l as gRn,I as pRn,J as mRn,K as vRn,M as yRn,N as kRn,O as jRn,Q as ERn,U as xRn,V as ARn,W as MRn}from"./index-CwvMtDAg.js";/**
2
2
  * @license lucide-react v0.576.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.