dorkos 0.19.0 → 0.20.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-DFBezs3i.js → TopologyGraph-BrPwPvn0.js} +1 -1
- package/dist/client/assets/{highlighted-body-TPN3WLV5-BNDjU42J.js → highlighted-body-TPN3WLV5-COuZJmDe.js} +1 -1
- package/dist/client/assets/index-CiR4VGwu.js +972 -0
- package/dist/client/index.html +1 -1
- package/dist/drizzle/0007_plain_satana.sql +2 -0
- package/dist/drizzle/meta/0007_snapshot.json +668 -0
- package/dist/drizzle/meta/_journal.json +7 -0
- package/dist/server/index.js +10776 -3376
- package/dist/server/index.js.map +4 -4
- package/package.json +3 -3
- package/dist/client/assets/index-D56GKerz.js +0 -957
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.
|
|
18921
|
+
console.log("0.20.0");
|
|
18922
18922
|
process.exit(0);
|
|
18923
18923
|
}
|
|
18924
18924
|
if (values["post-install-check"]) {
|
|
18925
18925
|
checkClaude();
|
|
18926
|
-
console.log(`dorkos ${"0.
|
|
18926
|
+
console.log(`dorkos ${"0.20.0"}`);
|
|
18927
18927
|
console.log("Installation verified.");
|
|
18928
18928
|
process.exit(0);
|
|
18929
18929
|
}
|
|
@@ -19033,7 +19033,7 @@ await import("../server/index.js");
|
|
|
19033
19033
|
var port = process.env.DORKOS_PORT || String(DEFAULT_PORT);
|
|
19034
19034
|
var localUrl = `http://localhost:${port}`;
|
|
19035
19035
|
console.log("");
|
|
19036
|
-
console.log(` DorkOS v${"0.
|
|
19036
|
+
console.log(` DorkOS v${"0.20.0"}`);
|
|
19037
19037
|
console.log(` Local: ${link(localUrl, localUrl)}`);
|
|
19038
19038
|
var nets = networkInterfaces();
|
|
19039
19039
|
var networkUrl = null;
|
|
@@ -19104,9 +19104,9 @@ if (process.stdin.isTTY) {
|
|
|
19104
19104
|
}
|
|
19105
19105
|
});
|
|
19106
19106
|
}
|
|
19107
|
-
checkForUpdate("0.
|
|
19107
|
+
checkForUpdate("0.20.0").then((latestVersion) => {
|
|
19108
19108
|
if (latestVersion) {
|
|
19109
|
-
const msg = `Update available: ${"0.
|
|
19109
|
+
const msg = `Update available: ${"0.20.0"} \u2192 ${latestVersion}`;
|
|
19110
19110
|
const cmd = "Run npm install -g dorkos@latest to update";
|
|
19111
19111
|
const width = Math.max(msg.length, cmd.length) + 6;
|
|
19112
19112
|
const pad = (s2) => `\u2502 ${s2}${" ".repeat(width - s2.length - 6)} \u2502`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{c as bpe,u as $Jn,a as DJn,r as mn,j as we,b as $dn,t as _Jn,S as FJn,C as RJn,m as UX,A as Ddn,d as s5,Z as gpe,e as ppe,f as BJn,g as Ek,P as JJn,h as GJn,i as HJn,X as qJn,G as zJn,k as S1n,l as UJn,n as KJn,o as XJn,p as WJn,q as VJn,s as QJn,v as YJn,L as ZJn,w as eGn,x as nGn}from"./index-
|
|
1
|
+
import{c as bpe,u as $Jn,a as DJn,r as mn,j as we,b as $dn,t as _Jn,S as FJn,C as RJn,m as UX,A as Ddn,d as s5,Z as gpe,e as ppe,f as BJn,g as Ek,P as JJn,h as GJn,i as HJn,X as qJn,G as zJn,k as S1n,l as UJn,n as KJn,o as XJn,p as WJn,q as VJn,s as QJn,v as YJn,L as ZJn,w as eGn,x as nGn}from"./index-CiR4VGwu.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-CiR4VGwu.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};
|