@signetai/connector-openclaw 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
|
});
|
|
@@ -20066,7 +20066,7 @@ import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
|
20066
20066
|
import { createHash as createHash3 } from "node:crypto";
|
|
20067
20067
|
import { homedir as homedir2 } from "node:os";
|
|
20068
20068
|
import { join as join22, resolve } from "node:path";
|
|
20069
|
-
import { execFileSync as
|
|
20069
|
+
import { execFileSync as execFileSync32 } from "node:child_process";
|
|
20070
20070
|
import { createHash as createHash22 } from "node:crypto";
|
|
20071
20071
|
import { createRequire as createRequire22 } from "node:module";
|
|
20072
20072
|
import { createRequire as createRequire32 } from "node:module";
|
|
@@ -37739,7 +37739,7 @@ function linuxKeyringAvailable2() {
|
|
|
37739
37739
|
};
|
|
37740
37740
|
}
|
|
37741
37741
|
try {
|
|
37742
|
-
|
|
37742
|
+
execFileSync32("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
37743
37743
|
stdio: "ignore",
|
|
37744
37744
|
timeout: 1000
|
|
37745
37745
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signetai/connector-openclaw",
|
|
3
|
-
"version": "0.219.
|
|
3
|
+
"version": "0.219.4",
|
|
4
4
|
"description": "Signet connector for OpenClaw - configures workspace and memory hooks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"test": "bun test"
|
|
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",
|