@kernhq/module-tracker 0.11.3 → 0.11.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernhq/module-tracker",
3
- "version": "0.11.3",
3
+ "version": "0.11.4",
4
4
  "description": "Kern tracker module: projects, work item types, custom fields, workflows, issues, KQL, cycles, views, reports, intake, time tracking (server + client skeleton)",
5
5
  "homepage": "https://github.com/KernAIO/module-tracker#readme",
6
6
  "license": "AGPL-3.0-only",
@@ -6,7 +6,7 @@
6
6
  * priorities and due dates, grouping for the list and the board, fractional ranks for drag and drop,
7
7
  * and a KQL reader for the query box.
8
8
  *
9
- * The Svelte views themselves live in the host app (`repos/app/src/lib/modules/tracker`) for now:
9
+ * The Svelte views themselves live in the host app (`repos/shell/src/lib/modules/tracker`) for now:
10
10
  * the shell renders module pages as real SvelteKit routes rather than through `ClientModule.routes`,
11
11
  * so shipping components from here would have nowhere to be mounted.
12
12
  */