@signetai/connector-opencode 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.
- package/dist/index.js +4 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { createRequire } from "node:module";
|
|
|
11
11
|
import { dirname, join } from "node:path";
|
|
12
12
|
import { fileURLToPath } from "node:url";
|
|
13
13
|
import { createHash } from "node:crypto";
|
|
14
|
-
import { execFileSync as
|
|
14
|
+
import { execFileSync as execFileSync3 } from "node:child_process";
|
|
15
15
|
import { createHash as createHash2 } from "node:crypto";
|
|
16
16
|
import { createRequire as createRequire2 } from "node:module";
|
|
17
17
|
import { createRequire as createRequire3 } from "node:module";
|
|
@@ -17679,7 +17679,7 @@ function linuxKeyringAvailable() {
|
|
|
17679
17679
|
};
|
|
17680
17680
|
}
|
|
17681
17681
|
try {
|
|
17682
|
-
|
|
17682
|
+
execFileSync3("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
17683
17683
|
stdio: "ignore",
|
|
17684
17684
|
timeout: 1000
|
|
17685
17685
|
});
|
|
@@ -20203,7 +20203,7 @@ import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
|
20203
20203
|
import { createHash as createHash3 } from "node:crypto";
|
|
20204
20204
|
import { homedir as homedir2 } from "node:os";
|
|
20205
20205
|
import { join as join22, resolve } from "node:path";
|
|
20206
|
-
import { execFileSync as
|
|
20206
|
+
import { execFileSync as execFileSync32 } from "node:child_process";
|
|
20207
20207
|
import { createHash as createHash22 } from "node:crypto";
|
|
20208
20208
|
import { createRequire as createRequire22 } from "node:module";
|
|
20209
20209
|
import { createRequire as createRequire32 } from "node:module";
|
|
@@ -37880,7 +37880,7 @@ function linuxKeyringAvailable2() {
|
|
|
37880
37880
|
};
|
|
37881
37881
|
}
|
|
37882
37882
|
try {
|
|
37883
|
-
|
|
37883
|
+
execFileSync32("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
37884
37884
|
stdio: "ignore",
|
|
37885
37885
|
timeout: 1000
|
|
37886
37886
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signetai/connector-opencode",
|
|
3
|
-
"version": "0.219.
|
|
3
|
+
"version": "0.219.4",
|
|
4
4
|
"description": "Signet connector for OpenCode - installs hooks and generates config",
|
|
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
|
"jsonc-parser": "3.3.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|