@hermespilot/link 0.4.9 → 0.5.0
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.
|
@@ -4134,7 +4134,7 @@ import os2 from "os";
|
|
|
4134
4134
|
import path5 from "path";
|
|
4135
4135
|
|
|
4136
4136
|
// src/constants.ts
|
|
4137
|
-
var LINK_VERSION = "0.
|
|
4137
|
+
var LINK_VERSION = "0.5.0";
|
|
4138
4138
|
var LINK_COMMAND = "hermeslink";
|
|
4139
4139
|
var LINK_DEFAULT_PORT = 52379;
|
|
4140
4140
|
var LINK_RUNTIME_DIR_NAME = ".hermeslink";
|
|
@@ -7747,7 +7747,7 @@ var ConversationMaintenanceCoordinator = class {
|
|
|
7747
7747
|
hermesSessionIds,
|
|
7748
7748
|
manifest.profile_name_snapshot ?? manifest.profile ?? "default"
|
|
7749
7749
|
);
|
|
7750
|
-
if (
|
|
7750
|
+
if (hermesDeleteResults.some((result) => result.status === "unknown")) {
|
|
7751
7751
|
throw new LinkHttpError(
|
|
7752
7752
|
502,
|
|
7753
7753
|
"hermes_session_delete_not_confirmed",
|
package/dist/cli/index.js
CHANGED
package/dist/http/app.js
CHANGED