@signetai/connector-pi 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
|
@@ -13,7 +13,7 @@ import { fileURLToPath } from "node:url";
|
|
|
13
13
|
import { createHash } from "node:crypto";
|
|
14
14
|
import { homedir as homedir2 } from "node:os";
|
|
15
15
|
import { join as join2, resolve } from "node:path";
|
|
16
|
-
import { execFileSync as
|
|
16
|
+
import { execFileSync as execFileSync3 } from "node:child_process";
|
|
17
17
|
import { createHash as createHash2 } from "node:crypto";
|
|
18
18
|
import { createRequire as createRequire2 } from "node:module";
|
|
19
19
|
import {
|
|
@@ -17702,7 +17702,7 @@ function linuxKeyringAvailable() {
|
|
|
17702
17702
|
};
|
|
17703
17703
|
}
|
|
17704
17704
|
try {
|
|
17705
|
-
|
|
17705
|
+
execFileSync3("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
17706
17706
|
stdio: "ignore",
|
|
17707
17707
|
timeout: 1000
|
|
17708
17708
|
});
|
|
@@ -18351,7 +18351,7 @@ import { createRequire as createRequire4 } from "node:module";
|
|
|
18351
18351
|
import { dirname as dirname6, join as join4 } from "node:path";
|
|
18352
18352
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
18353
18353
|
import { createHash as createHash3 } from "node:crypto";
|
|
18354
|
-
import { execFileSync as
|
|
18354
|
+
import { execFileSync as execFileSync32 } from "node:child_process";
|
|
18355
18355
|
import { createHash as createHash22 } from "node:crypto";
|
|
18356
18356
|
import { createRequire as createRequire22 } from "node:module";
|
|
18357
18357
|
import { createRequire as createRequire32 } from "node:module";
|
|
@@ -36020,7 +36020,7 @@ function linuxKeyringAvailable2() {
|
|
|
36020
36020
|
};
|
|
36021
36021
|
}
|
|
36022
36022
|
try {
|
|
36023
|
-
|
|
36023
|
+
execFileSync32("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
36024
36024
|
stdio: "ignore",
|
|
36025
36025
|
timeout: 1000
|
|
36026
36026
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signetai/connector-pi",
|
|
3
|
-
"version": "0.219.
|
|
3
|
+
"version": "0.219.4",
|
|
4
4
|
"description": "Signet connector for pi",
|
|
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
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^22.0.0",
|