@signetai/connector-hermes-agent 0.219.3 → 0.219.4
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/index.js +6 -6
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import { createRequire } from "node:module";
|
|
|
14
14
|
import { dirname, join } from "node:path";
|
|
15
15
|
import { fileURLToPath } from "node:url";
|
|
16
16
|
import { createHash } from "node:crypto";
|
|
17
|
-
import { execFileSync as
|
|
17
|
+
import { execFileSync as execFileSync3 } from "node:child_process";
|
|
18
18
|
import { createHash as createHash2 } from "node:crypto";
|
|
19
19
|
import { createRequire as createRequire2 } from "node:module";
|
|
20
20
|
import { createRequire as createRequire3 } from "node:module";
|
|
@@ -17682,7 +17682,7 @@ function linuxKeyringAvailable() {
|
|
|
17682
17682
|
};
|
|
17683
17683
|
}
|
|
17684
17684
|
try {
|
|
17685
|
-
|
|
17685
|
+
execFileSync3("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
17686
17686
|
stdio: "ignore",
|
|
17687
17687
|
timeout: 1000
|
|
17688
17688
|
});
|
|
@@ -18064,7 +18064,7 @@ import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
|
18064
18064
|
import { createHash as createHash3 } from "node:crypto";
|
|
18065
18065
|
import { homedir as homedir2 } from "node:os";
|
|
18066
18066
|
import { join as join22, resolve } from "node:path";
|
|
18067
|
-
import { execFileSync as
|
|
18067
|
+
import { execFileSync as execFileSync32 } from "node:child_process";
|
|
18068
18068
|
import { createHash as createHash22 } from "node:crypto";
|
|
18069
18069
|
import { createRequire as createRequire22 } from "node:module";
|
|
18070
18070
|
import { createRequire as createRequire32 } from "node:module";
|
|
@@ -18072,7 +18072,7 @@ import { homedir as homedir52 } from "node:os";
|
|
|
18072
18072
|
import { dirname as dirname42, join as join82, resolve as resolve32 } from "node:path";
|
|
18073
18073
|
import { homedir as homedir62, platform as platform22 } from "node:os";
|
|
18074
18074
|
import { basename as basename2, dirname as dirname52, resolve as resolve52 } from "node:path";
|
|
18075
|
-
import { execFileSync as
|
|
18075
|
+
import { execFileSync as execFileSync4 } from "node:child_process";
|
|
18076
18076
|
import { existsSync as existsSync13, readFileSync as readFileSync11, readdirSync as readdirSync5, realpathSync as realpathSync2, statSync as statSync7 } from "node:fs";
|
|
18077
18077
|
import { homedir as homedir9 } from "node:os";
|
|
18078
18078
|
import { dirname as dirname8, join as join13 } from "node:path";
|
|
@@ -35741,7 +35741,7 @@ function linuxKeyringAvailable2() {
|
|
|
35741
35741
|
};
|
|
35742
35742
|
}
|
|
35743
35743
|
try {
|
|
35744
|
-
|
|
35744
|
+
execFileSync32("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
35745
35745
|
stdio: "ignore",
|
|
35746
35746
|
timeout: 1000
|
|
35747
35747
|
});
|
|
@@ -35980,7 +35980,7 @@ function resolveHermesRepoPath() {
|
|
|
35980
35980
|
return base;
|
|
35981
35981
|
}
|
|
35982
35982
|
try {
|
|
35983
|
-
const hermesPath =
|
|
35983
|
+
const hermesPath = execFileSync4("which", ["hermes"], {
|
|
35984
35984
|
encoding: "utf-8",
|
|
35985
35985
|
stdio: ["ignore", "pipe", "ignore"],
|
|
35986
35986
|
timeout: 3000
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signetai/connector-hermes-agent",
|
|
3
|
-
"version": "0.219.
|
|
3
|
+
"version": "0.219.4",
|
|
4
4
|
"description": "Signet connector for Hermes Agent — installs Signet as a pluggable memory provider",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"typecheck": "tsc --noEmit"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@signetai/connector-base": "0.219.
|
|
29
|
-
"@signetai/core": "0.219.
|
|
28
|
+
"@signetai/connector-base": "0.219.4",
|
|
29
|
+
"@signetai/core": "0.219.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^22.0.0",
|