@signetai/connector-hermes-agent 0.200.0 → 0.200.2

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -12352,6 +12352,7 @@ var MIGRATIONS = [
12352
12352
  }
12353
12353
  ];
12354
12354
  var LATEST_SCHEMA_VERSION = MIGRATIONS[MIGRATIONS.length - 1]?.version ?? 0;
12355
+ var NETWORK_FILESYSTEM_TYPES = new Set(["afpfs", "nfs", "smbfs", "webdav"]);
12355
12356
  var __filename2 = fileURLToPath(import.meta.url);
12356
12357
  var __dirname2 = dirname(__filename2);
12357
12358
  var import_yaml = __toESM2(require_dist(), 1);
@@ -12665,7 +12666,7 @@ import { homedir as homedir42 } from "node:os";
12665
12666
  import { dirname as dirname32, join as join62, resolve as resolve22 } from "node:path";
12666
12667
  import { homedir as homedir52, platform as platform22 } from "node:os";
12667
12668
  import { basename as basename2, dirname as dirname42, resolve as resolve42 } from "node:path";
12668
- import { execFileSync } from "node:child_process";
12669
+ import { execFileSync as execFileSync2 } from "node:child_process";
12669
12670
  import { existsSync as existsSync11, readFileSync as readFileSync9, readdirSync as readdirSync4, realpathSync, statSync as statSync5 } from "node:fs";
12670
12671
  import { homedir as homedir8 } from "node:os";
12671
12672
  import { dirname as dirname7, join as join11 } from "node:path";
@@ -25000,6 +25001,7 @@ var MIGRATIONS2 = [
25000
25001
  }
25001
25002
  ];
25002
25003
  var LATEST_SCHEMA_VERSION2 = MIGRATIONS2[MIGRATIONS2.length - 1]?.version ?? 0;
25004
+ var NETWORK_FILESYSTEM_TYPES2 = new Set(["afpfs", "nfs", "smbfs", "webdav"]);
25003
25005
  var __filename22 = fileURLToPath2(import.meta.url);
25004
25006
  var __dirname22 = dirname2(__filename22);
25005
25007
  var import_yaml3 = __toESM(require_dist2(), 1);
@@ -25178,7 +25180,7 @@ function resolveHermesRepoPath() {
25178
25180
  return base;
25179
25181
  }
25180
25182
  try {
25181
- const hermesPath = execFileSync("which", ["hermes"], {
25183
+ const hermesPath = execFileSync2("which", ["hermes"], {
25182
25184
  encoding: "utf-8",
25183
25185
  stdio: ["ignore", "pipe", "ignore"],
25184
25186
  timeout: 3000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-hermes-agent",
3
- "version": "0.200.0",
3
+ "version": "0.200.2",
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.200.0",
29
- "@signetai/core": "0.200.0"
28
+ "@signetai/connector-base": "0.200.2",
29
+ "@signetai/core": "0.200.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.0.0",