@signetai/connector-forge 0.219.3 → 0.219.5
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 +4 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import { fileURLToPath } from "node:url";
|
|
|
24
24
|
import { createHash } from "node:crypto";
|
|
25
25
|
import { homedir as homedir2 } from "node:os";
|
|
26
26
|
import { join as join2, resolve } from "node:path";
|
|
27
|
-
import { execFileSync as
|
|
27
|
+
import { execFileSync as execFileSync3 } from "node:child_process";
|
|
28
28
|
import { createHash as createHash2 } from "node:crypto";
|
|
29
29
|
import { createRequire as createRequire2 } from "node:module";
|
|
30
30
|
import {
|
|
@@ -17713,7 +17713,7 @@ function linuxKeyringAvailable() {
|
|
|
17713
17713
|
};
|
|
17714
17714
|
}
|
|
17715
17715
|
try {
|
|
17716
|
-
|
|
17716
|
+
execFileSync3("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
17717
17717
|
stdio: "ignore",
|
|
17718
17718
|
timeout: 1000
|
|
17719
17719
|
});
|
|
@@ -18353,7 +18353,7 @@ import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
|
18353
18353
|
import { createHash as createHash3 } from "node:crypto";
|
|
18354
18354
|
import { homedir as homedir22 } from "node:os";
|
|
18355
18355
|
import { join as join22, resolve as resolve4 } from "node:path";
|
|
18356
|
-
import { execFileSync as
|
|
18356
|
+
import { execFileSync as execFileSync32 } from "node:child_process";
|
|
18357
18357
|
import { createHash as createHash22 } from "node:crypto";
|
|
18358
18358
|
import { createRequire as createRequire22 } from "node:module";
|
|
18359
18359
|
import { createRequire as createRequire32 } from "node:module";
|
|
@@ -36028,7 +36028,7 @@ function linuxKeyringAvailable2() {
|
|
|
36028
36028
|
};
|
|
36029
36029
|
}
|
|
36030
36030
|
try {
|
|
36031
|
-
|
|
36031
|
+
execFileSync32("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
36032
36032
|
stdio: "ignore",
|
|
36033
36033
|
timeout: 1000
|
|
36034
36034
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signetai/connector-forge",
|
|
3
|
-
"version": "0.219.
|
|
3
|
+
"version": "0.219.5",
|
|
4
4
|
"description": "Signet connector for ForgeCode - installs MCP, identity, and skills integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"typecheck": "tsc --noEmit"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@signetai/connector-base": "0.219.
|
|
28
|
-
"@signetai/core": "0.219.
|
|
27
|
+
"@signetai/connector-base": "0.219.5",
|
|
28
|
+
"@signetai/core": "0.219.5"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.0.0",
|