fraim-hub 2.0.246 → 2.0.247
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.
|
@@ -1612,7 +1612,7 @@ function classifyExit(run, exitCode) {
|
|
|
1612
1612
|
if (lastDeclared && lastDeclared.id === currentPhase) {
|
|
1613
1613
|
return { action: 'done', pauseReason: 'done' };
|
|
1614
1614
|
}
|
|
1615
|
-
return { action: '
|
|
1615
|
+
return { action: 'park', pauseReason: 'awaiting_user' };
|
|
1616
1616
|
}
|
|
1617
1617
|
// Phase mid-flight (started but not completed/incomplete): conservative park.
|
|
1618
1618
|
return { action: 'park', pauseReason: 'awaiting_user' };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fraim-hub",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.247",
|
|
4
4
|
"description": "FRAIM Hub local companion package.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"fraim-hub": "bin/fraim-hub.js",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"electron": "^41.2.2",
|
|
162
162
|
"electron-updater": "^6.8.9",
|
|
163
163
|
"express": "^5.2.1",
|
|
164
|
-
"fraim": "2.0.
|
|
164
|
+
"fraim": "2.0.247",
|
|
165
165
|
"mongodb": "^7.0.0",
|
|
166
166
|
"node-cron": "4.2.1",
|
|
167
167
|
"node-edge-tts": "^1.2.10",
|