dorkos 0.26.0 → 0.27.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 +5 -5
- package/dist/client/assets/{TopologyGraph-DUezNsm-.js → TopologyGraph-BeatOnyw.js} +1 -1
- package/dist/client/assets/{highlighted-body-TPN3WLV5-C60XBdum.js → highlighted-body-TPN3WLV5-CL_TS68g.js} +1 -1
- package/dist/client/assets/{index-BveJmYuj.js → index-BEEwzv1J.js} +1 -1
- package/dist/client/assets/{index-Bv8dGtOW.css → index-BX3I9zVy.css} +1 -1
- package/dist/client/assets/{index-GYKzCHRN.js → index-D-M_ltTP.js} +249 -244
- package/dist/client/assets/{index-BwtKEXCM.js → index-DWZ5xyxX.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/server/index.js +1 -1
- package/package.json +2 -2
package/dist/bin/cli.js
CHANGED
|
@@ -18955,12 +18955,12 @@ Examples:
|
|
|
18955
18955
|
process.exit(0);
|
|
18956
18956
|
}
|
|
18957
18957
|
if (values.version) {
|
|
18958
|
-
console.log("0.
|
|
18958
|
+
console.log("0.27.0");
|
|
18959
18959
|
process.exit(0);
|
|
18960
18960
|
}
|
|
18961
18961
|
if (values["post-install-check"]) {
|
|
18962
18962
|
checkClaude();
|
|
18963
|
-
console.log(`dorkos ${"0.
|
|
18963
|
+
console.log(`dorkos ${"0.27.0"}`);
|
|
18964
18964
|
console.log("Installation verified.");
|
|
18965
18965
|
process.exit(0);
|
|
18966
18966
|
}
|
|
@@ -19070,7 +19070,7 @@ await import("../server/index.js");
|
|
|
19070
19070
|
var port = process.env.DORKOS_PORT || String(DEFAULT_PORT);
|
|
19071
19071
|
var localUrl = `http://localhost:${port}`;
|
|
19072
19072
|
console.log("");
|
|
19073
|
-
console.log(` DorkOS v${"0.
|
|
19073
|
+
console.log(` DorkOS v${"0.27.0"}`);
|
|
19074
19074
|
console.log(` Local: ${link(localUrl, localUrl)}`);
|
|
19075
19075
|
var nets = networkInterfaces();
|
|
19076
19076
|
var networkUrl = null;
|
|
@@ -19141,9 +19141,9 @@ if (process.stdin.isTTY) {
|
|
|
19141
19141
|
}
|
|
19142
19142
|
});
|
|
19143
19143
|
}
|
|
19144
|
-
checkForUpdate("0.
|
|
19144
|
+
checkForUpdate("0.27.0").then((latestVersion) => {
|
|
19145
19145
|
if (latestVersion) {
|
|
19146
|
-
const msg = `Update available: ${"0.
|
|
19146
|
+
const msg = `Update available: ${"0.27.0"} \u2192 ${latestVersion}`;
|
|
19147
19147
|
const cmd = "Run npm install -g dorkos@latest to update";
|
|
19148
19148
|
const width = Math.max(msg.length, cmd.length) + 6;
|
|
19149
19149
|
const pad = (s2) => `\u2502 ${s2}${" ".repeat(width - s2.length - 6)} \u2502`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{n as Odn,o as $Jn,p as DJn,r as mn,j as we,q as Ldn,t as _Jn,s as FJn,v as RJn,w as UX,A as $dn,x as Ddn,c as s5,Z as bpe,y as gpe,z as BJn,b as rA,D as JJn,F as GJn,X as HJn,G as qJn,H as T1n,m as zJn,I as UJn,J as KJn,K as XJn,L as WJn,N as VJn,O as QJn,Q as YJn,U as ZJn,V as eGn,W as nGn}from"./index-
|
|
1
|
+
import{n as Odn,o as $Jn,p as DJn,r as mn,j as we,q as Ldn,t as _Jn,s as FJn,v as RJn,w as UX,A as $dn,x as Ddn,c as s5,Z as bpe,y as gpe,z as BJn,b as rA,D as JJn,F as GJn,X as HJn,G as qJn,H as T1n,m as zJn,I as UJn,J as KJn,K as XJn,L as WJn,N as VJn,O as QJn,Q as YJn,U as ZJn,V as eGn,W as nGn}from"./index-D-M_ltTP.js";/**
|
|
2
2
|
* @license lucide-react v0.575.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r,R as m,M as x,j as d,B as p}from"./index-
|
|
1
|
+
import{r,R as m,M as x,j as d,B as p}from"./index-D-M_ltTP.js";var B=({code:i,language:e,raw:a,className:g,startLine:u,...n})=>{let{shikiTheme:l}=r.useContext(m),t=x(),[h,s]=r.useState(a);return r.useEffect(()=>{if(!t){s(a);return}let o=t.highlight({code:i,language:e,themes:l},c=>{s(c)});o&&s(o)},[i,e,l,t,a]),d.jsx(p,{className:g,language:e,result:h,startLine:u,...n})};export{B as HighlightedCodeBlockBody};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var xt=Object.defineProperty;var wt=(e,n,i)=>n in e?xt(e,n,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[n]=i;var N=(e,n,i)=>wt(e,typeof n!="symbol"?n+"":n,i);import{m as bt,j as v,r as ee}from"./index-
|
|
1
|
+
var xt=Object.defineProperty;var wt=(e,n,i)=>n in e?xt(e,n,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[n]=i;var N=(e,n,i)=>wt(e,typeof n!="symbol"?n+"":n,i);import{m as bt,j as v,r as ee}from"./index-D-M_ltTP.js";var on={exports:{}};/*!
|
|
2
2
|
Copyright (c) 2018 Jed Watson.
|
|
3
3
|
Licensed under the MIT License (MIT), see
|
|
4
4
|
http://jedwatson.github.io/classnames
|