@signetai/connector-base 0.219.2 → 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -43,7 +43,7 @@ import { fileURLToPath } from "node:url";
43
43
  import { createHash } from "node:crypto";
44
44
  import { homedir as homedir2 } from "node:os";
45
45
  import { join as join2, resolve } from "node:path";
46
- import { execFileSync as execFileSync2 } from "node:child_process";
46
+ import { execFileSync as execFileSync3 } from "node:child_process";
47
47
  import { createHash as createHash2 } from "node:crypto";
48
48
  import { createRequire as createRequire2 } from "node:module";
49
49
  import {
@@ -17732,7 +17732,7 @@ function linuxKeyringAvailable() {
17732
17732
  };
17733
17733
  }
17734
17734
  try {
17735
- execFileSync2("busctl", ["--user", "status", "org.freedesktop.secrets"], {
17735
+ execFileSync3("busctl", ["--user", "status", "org.freedesktop.secrets"], {
17736
17736
  stdio: "ignore",
17737
17737
  timeout: 1000
17738
17738
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-base",
3
- "version": "0.219.2",
3
+ "version": "0.219.4",
4
4
  "description": "Base class for Signet harness connectors",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "typecheck": "tsc --noEmit"
27
27
  },
28
28
  "dependencies": {
29
- "@signetai/core": "0.219.2",
29
+ "@signetai/core": "0.219.4",
30
30
  "json5": "^2.2.3",
31
31
  "jsonc-parser": "3.3.1"
32
32
  },