dorkos 0.9.1 → 0.10.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 +8 -7
- package/dist/client/assets/{TopologyGraph-DpgzpmJt.js → TopologyGraph-YR622zjD.js} +1 -1
- package/dist/client/assets/{highlighted-body-TPN3WLV5-iVIkqCfu.js → highlighted-body-TPN3WLV5-x-t5owoW.js} +1 -1
- package/dist/client/assets/index-CAsge4vJ.js +816 -0
- package/dist/client/assets/index-Cb-MgBIY.css +1 -0
- package/dist/client/index.html +2 -2
- package/dist/server/index.js +26 -7
- package/dist/server/index.js.map +3 -3
- package/package.json +1 -1
- package/dist/client/assets/index-BXpaSRVe.css +0 -1
- package/dist/client/assets/index-CUlB5cRr.js +0 -814
package/dist/bin/cli.js
CHANGED
|
@@ -14383,8 +14383,9 @@ var init_config_schema = __esm({
|
|
|
14383
14383
|
auth: external_exports.string().nullable().default(null)
|
|
14384
14384
|
}).default(() => ({ enabled: false, domain: null, authtoken: null, auth: null })),
|
|
14385
14385
|
ui: external_exports.object({
|
|
14386
|
-
theme: external_exports.enum(["light", "dark", "system"]).default("system")
|
|
14387
|
-
|
|
14386
|
+
theme: external_exports.enum(["light", "dark", "system"]).default("system"),
|
|
14387
|
+
dismissedUpgradeVersions: external_exports.array(external_exports.string()).default(() => []).describe("Version strings the user has dismissed upgrade notifications for")
|
|
14388
|
+
}).default(() => ({ theme: "system", dismissedUpgradeVersions: [] })),
|
|
14388
14389
|
logging: LoggingConfigSchema.default(() => ({ level: "info", maxLogSizeKb: 500, maxLogFiles: 14 })),
|
|
14389
14390
|
relay: external_exports.object({
|
|
14390
14391
|
enabled: external_exports.boolean().default(true),
|
|
@@ -17987,12 +17988,12 @@ Examples:
|
|
|
17987
17988
|
process.exit(0);
|
|
17988
17989
|
}
|
|
17989
17990
|
if (values.version) {
|
|
17990
|
-
console.log("0.
|
|
17991
|
+
console.log("0.10.0");
|
|
17991
17992
|
process.exit(0);
|
|
17992
17993
|
}
|
|
17993
17994
|
if (values["post-install-check"]) {
|
|
17994
17995
|
checkClaude();
|
|
17995
|
-
console.log(`dorkos ${"0.
|
|
17996
|
+
console.log(`dorkos ${"0.10.0"}`);
|
|
17996
17997
|
console.log("Installation verified.");
|
|
17997
17998
|
process.exit(0);
|
|
17998
17999
|
}
|
|
@@ -18093,7 +18094,7 @@ if (fs3.existsSync(envPath)) {
|
|
|
18093
18094
|
await import("../server/index.js");
|
|
18094
18095
|
var port = process.env.DORKOS_PORT || String(DEFAULT_PORT);
|
|
18095
18096
|
console.log("");
|
|
18096
|
-
console.log(` DorkOS v${"0.
|
|
18097
|
+
console.log(` DorkOS v${"0.10.0"}`);
|
|
18097
18098
|
console.log(` Local: http://localhost:${port}`);
|
|
18098
18099
|
var nets = networkInterfaces();
|
|
18099
18100
|
var networkUrl = null;
|
|
@@ -18149,9 +18150,9 @@ console.log("");
|
|
|
18149
18150
|
}
|
|
18150
18151
|
});
|
|
18151
18152
|
}
|
|
18152
|
-
checkForUpdate("0.
|
|
18153
|
+
checkForUpdate("0.10.0").then((latestVersion) => {
|
|
18153
18154
|
if (latestVersion) {
|
|
18154
|
-
const msg = `Update available: ${"0.
|
|
18155
|
+
const msg = `Update available: ${"0.10.0"} \u2192 ${latestVersion}`;
|
|
18155
18156
|
const cmd = "Run npm install -g dorkos@latest to update";
|
|
18156
18157
|
const width = Math.max(msg.length, cmd.length) + 6;
|
|
18157
18158
|
const pad = (s2) => `\u2502 ${s2}${" ".repeat(width - s2.length - 6)} \u2502`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{c as tW,a as Kdn,g as Xdn,b as VJn,r as pn,j as ae,d as Wdn,t as QJn,S as YJn,C as ZJn,e as u5,f as mpe,h as eGn,i as jk,k as nGn,l as tGn,X as iGn,m as rGn,n as cGn,o as uGn,p as oGn,q as sGn,L as L1n,s as fGn,u as lGn,v as hGn,w as aGn,x as dGn,I as wGn,y as bGn,z as $1n,G as gGn,A as D1n,D as vpe,E as pGn,F as Vdn,H as Qdn,J as mGn,K as vGn,N as yGn,O as kGn,P as jGn}from"./index-
|
|
1
|
+
import{c as tW,a as Kdn,g as Xdn,b as VJn,r as pn,j as ae,d as Wdn,t as QJn,S as YJn,C as ZJn,e as u5,f as mpe,h as eGn,i as jk,k as nGn,l as tGn,X as iGn,m as rGn,n as cGn,o as uGn,p as oGn,q as sGn,L as L1n,s as fGn,u as lGn,v as hGn,w as aGn,x as dGn,I as wGn,y as bGn,z as $1n,G as gGn,A as D1n,D as vpe,E as pGn,F as Vdn,H as Qdn,J as mGn,K as vGn,N as yGn,O as kGn,P as jGn}from"./index-CAsge4vJ.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-CAsge4vJ.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};
|