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.
@@ -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-Ds1LTep8.js"></script>
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>
@@ -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.1";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dorkos",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "description": "The operating system for autonomous AI agents — scheduling, messaging, and agent coordination so one person can ship like a team.",
5
5
  "license": "MIT",
6
6
  "author": "Dorian Collier",