@cat-factory/app 0.42.0 → 0.42.1
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.
|
@@ -139,6 +139,7 @@ async function resetRun() {
|
|
|
139
139
|
:loading="stopping"
|
|
140
140
|
:disabled="resetting"
|
|
141
141
|
title="Stop the run but keep it (readable + retryable)"
|
|
142
|
+
data-testid="run-stop"
|
|
142
143
|
@click="stopRun"
|
|
143
144
|
>
|
|
144
145
|
Stop
|
|
@@ -152,6 +153,7 @@ async function resetRun() {
|
|
|
152
153
|
:loading="resetting"
|
|
153
154
|
:disabled="stopping"
|
|
154
155
|
title="Discard this run and reset the task to planned"
|
|
156
|
+
data-testid="run-reset"
|
|
155
157
|
@click="resetRun"
|
|
156
158
|
>
|
|
157
159
|
Reset
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/app",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.1",
|
|
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",
|