dorkos 0.17.0 → 0.17.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.
- package/dist/bin/cli.js +5 -5
- package/dist/client/assets/{TopologyGraph-oKjiYKnE.js → TopologyGraph-D5wrT_gg.js} +1 -1
- package/dist/client/assets/{highlighted-body-TPN3WLV5-BSyHe17r.js → highlighted-body-TPN3WLV5-Cdu5M8r2.js} +1 -1
- package/dist/client/assets/{index-KNXnL08A.js → index-Ds1LTep8.js} +127 -127
- package/dist/client/index.html +1 -1
- package/dist/server/index.js +133 -30
- package/dist/server/index.js.map +3 -3
- package/package.json +3 -3
package/dist/bin/cli.js
CHANGED
|
@@ -18918,12 +18918,12 @@ Examples:
|
|
|
18918
18918
|
process.exit(0);
|
|
18919
18919
|
}
|
|
18920
18920
|
if (values.version) {
|
|
18921
|
-
console.log("0.17.
|
|
18921
|
+
console.log("0.17.1");
|
|
18922
18922
|
process.exit(0);
|
|
18923
18923
|
}
|
|
18924
18924
|
if (values["post-install-check"]) {
|
|
18925
18925
|
checkClaude();
|
|
18926
|
-
console.log(`dorkos ${"0.17.
|
|
18926
|
+
console.log(`dorkos ${"0.17.1"}`);
|
|
18927
18927
|
console.log("Installation verified.");
|
|
18928
18928
|
process.exit(0);
|
|
18929
18929
|
}
|
|
@@ -19030,7 +19030,7 @@ await import("../server/index.js");
|
|
|
19030
19030
|
var port = process.env.DORKOS_PORT || String(DEFAULT_PORT);
|
|
19031
19031
|
var localUrl = `http://localhost:${port}`;
|
|
19032
19032
|
console.log("");
|
|
19033
|
-
console.log(` DorkOS v${"0.17.
|
|
19033
|
+
console.log(` DorkOS v${"0.17.1"}`);
|
|
19034
19034
|
console.log(` Local: ${link(localUrl, localUrl)}`);
|
|
19035
19035
|
var nets = networkInterfaces();
|
|
19036
19036
|
var networkUrl = null;
|
|
@@ -19101,9 +19101,9 @@ if (process.stdin.isTTY) {
|
|
|
19101
19101
|
}
|
|
19102
19102
|
});
|
|
19103
19103
|
}
|
|
19104
|
-
checkForUpdate("0.17.
|
|
19104
|
+
checkForUpdate("0.17.1").then((latestVersion) => {
|
|
19105
19105
|
if (latestVersion) {
|
|
19106
|
-
const msg = `Update available: ${"0.17.
|
|
19106
|
+
const msg = `Update available: ${"0.17.1"} \u2192 ${latestVersion}`;
|
|
19107
19107
|
const cmd = "Run npm install -g dorkos@latest to update";
|
|
19108
19108
|
const width = Math.max(msg.length, cmd.length) + 6;
|
|
19109
19109
|
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-Ds1LTep8.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-Ds1LTep8.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};
|