dorkos 0.17.1 → 0.17.2
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-D5wrT_gg.js → TopologyGraph-8CSPQVAk.js} +1 -1
- package/dist/client/assets/{highlighted-body-TPN3WLV5-Cdu5M8r2.js → highlighted-body-TPN3WLV5-DFPa3ej5.js} +1 -1
- package/dist/client/assets/{index-Ds1LTep8.js → index-BktypfRN.js} +4 -4
- package/dist/client/index.html +1 -1
- package/dist/server/index.js +1 -1
- package/package.json +1 -1
package/dist/client/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
if (dark) document.documentElement.classList.add('dark');
|
|
16
16
|
})();
|
|
17
17
|
</script>
|
|
18
|
-
<script type="module" crossorigin src="/assets/index-
|
|
18
|
+
<script type="module" crossorigin src="/assets/index-BktypfRN.js"></script>
|
|
19
19
|
<link rel="stylesheet" crossorigin href="/assets/index-1b_G52ou.css">
|
|
20
20
|
</head>
|
|
21
21
|
<body>
|
package/dist/server/index.js
CHANGED
|
@@ -71071,7 +71071,7 @@ var SERVER_VERSION = resolveVersion();
|
|
|
71071
71071
|
var IS_DEV_BUILD = checkDevBuild(SERVER_VERSION);
|
|
71072
71072
|
function resolveVersion() {
|
|
71073
71073
|
if (env.DORKOS_VERSION_OVERRIDE) return env.DORKOS_VERSION_OVERRIDE;
|
|
71074
|
-
if (true) return "0.17.
|
|
71074
|
+
if (true) return "0.17.2";
|
|
71075
71075
|
const pkgPath = path4.join(path4.dirname(fileURLToPath2(import.meta.url)), "../../package.json");
|
|
71076
71076
|
return JSON.parse(readFileSync(pkgPath, "utf-8")).version;
|
|
71077
71077
|
}
|
package/package.json
CHANGED