dorkos 0.14.0 → 0.16.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-B2wv0jmL.js → TopologyGraph-BdZchvqT.js} +1 -1
- package/dist/client/assets/{highlighted-body-TPN3WLV5-vQRUTiSI.js → highlighted-body-TPN3WLV5-CMKzPREW.js} +1 -1
- package/dist/client/assets/index-D938z85i.js +871 -0
- package/dist/client/assets/index-DmxrnpKh.css +1 -0
- package/dist/client/index.html +2 -2
- package/dist/server/index.js +1237 -112
- package/dist/server/index.js.map +4 -4
- package/package.json +3 -3
- package/dist/client/assets/index-21Rlo01K.js +0 -861
- package/dist/client/assets/index-D1rok_Ox.css +0 -1
package/dist/bin/cli.js
CHANGED
|
@@ -18897,12 +18897,12 @@ Examples:
|
|
|
18897
18897
|
process.exit(0);
|
|
18898
18898
|
}
|
|
18899
18899
|
if (values.version) {
|
|
18900
|
-
console.log("0.
|
|
18900
|
+
console.log("0.16.0");
|
|
18901
18901
|
process.exit(0);
|
|
18902
18902
|
}
|
|
18903
18903
|
if (values["post-install-check"]) {
|
|
18904
18904
|
checkClaude();
|
|
18905
|
-
console.log(`dorkos ${"0.
|
|
18905
|
+
console.log(`dorkos ${"0.16.0"}`);
|
|
18906
18906
|
console.log("Installation verified.");
|
|
18907
18907
|
process.exit(0);
|
|
18908
18908
|
}
|
|
@@ -19008,7 +19008,7 @@ if (fs4.existsSync(envPath)) {
|
|
|
19008
19008
|
await import("../server/index.js");
|
|
19009
19009
|
var port = process.env.DORKOS_PORT || String(DEFAULT_PORT);
|
|
19010
19010
|
console.log("");
|
|
19011
|
-
console.log(` DorkOS v${"0.
|
|
19011
|
+
console.log(` DorkOS v${"0.16.0"}`);
|
|
19012
19012
|
console.log(` Local: http://localhost:${port}`);
|
|
19013
19013
|
var nets = networkInterfaces();
|
|
19014
19014
|
var networkUrl = null;
|
|
@@ -19064,9 +19064,9 @@ console.log("");
|
|
|
19064
19064
|
}
|
|
19065
19065
|
});
|
|
19066
19066
|
}
|
|
19067
|
-
checkForUpdate("0.
|
|
19067
|
+
checkForUpdate("0.16.0").then((latestVersion) => {
|
|
19068
19068
|
if (latestVersion) {
|
|
19069
|
-
const msg = `Update available: ${"0.
|
|
19069
|
+
const msg = `Update available: ${"0.16.0"} \u2192 ${latestVersion}`;
|
|
19070
19070
|
const cmd = "Run npm install -g dorkos@latest to update";
|
|
19071
19071
|
const width = Math.max(msg.length, cmd.length) + 6;
|
|
19072
19072
|
const pad = (s2) => `\u2502 ${s2}${" ".repeat(width - s2.length - 6)} \u2502`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{c as vpe,a as Hdn,g as qdn,b as zJn,r as mn,j as we,d as zdn,t as UJn,S as KJn,C as XJn,m as UX,A as Udn,e as s5,Z as ype,f as kpe,h as WJn,i as Ek,P as VJn,k as QJn,l as YJn,X as ZJn,G as eGn,n as O1n,u as nGn,o as tGn,p as iGn,q as rGn,s as cGn,v as uGn,L as oGn,w as sGn,x as fGn}from"./index-
|
|
1
|
+
import{c as vpe,a as Hdn,g as qdn,b as zJn,r as mn,j as we,d as zdn,t as UJn,S as KJn,C as XJn,m as UX,A as Udn,e as s5,Z as ype,f as kpe,h as WJn,i as Ek,P as VJn,k as QJn,l as YJn,X as ZJn,G as eGn,n as O1n,u as nGn,o as tGn,p as iGn,q as rGn,s as cGn,v as uGn,L as oGn,w as sGn,x as fGn}from"./index-D938z85i.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-D938z85i.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};
|