@cat-factory/app 0.107.6 → 0.107.7

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.
@@ -201,6 +201,7 @@ function selectTask() {
201
201
  v-if="task && statusMeta"
202
202
  :data-block-id="task.id"
203
203
  :data-status="task.status"
204
+ :data-task-type="task.taskType"
204
205
  data-testid="task-card"
205
206
  class="nodrag w-full cursor-pointer rounded-lg border bg-slate-950/70 p-2 text-start transition"
206
207
  :class="[
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.107.6",
3
+ "version": "0.107.7",
4
4
  "description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
5
5
  "repository": {
6
6
  "type": "git",