@bridge4dev/runner 0.68.0 → 0.68.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.
- package/dist/supervisor.js +2 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/supervisor.js
CHANGED
|
@@ -3644,9 +3644,8 @@ export class Supervisor {
|
|
|
3644
3644
|
// The word the dashboard reads to tell «parked» from «your turn» (#124) –
|
|
3645
3645
|
// the state IS parked; only the reason differs.
|
|
3646
3646
|
code: 'session_parked',
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
: 'The agent account on this server was switched — send a message and this session carries on under the new one, with everything above kept.',
|
|
3647
|
+
// One line, the owner's wording (18.09.2026): what happened and to whom.
|
|
3648
|
+
text: label ? `Account switched to ${label}.` : 'Account switched.',
|
|
3650
3649
|
});
|
|
3651
3650
|
this.park(running, { quiet: true });
|
|
3652
3651
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const RUNNER_VERSION = "0.68.
|
|
1
|
+
export declare const RUNNER_VERSION = "0.68.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
package/package.json
CHANGED