@signetai/connector-kimi 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
|
});
|
|
@@ -18070,7 +18070,7 @@ import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
|
18070
18070
|
import { createHash as createHash3 } from "node:crypto";
|
|
18071
18071
|
import { homedir as homedir2 } from "node:os";
|
|
18072
18072
|
import { join as join22, resolve } from "node:path";
|
|
18073
|
-
import { execFileSync as
|
|
18073
|
+
import { execFileSync as execFileSync32 } from "node:child_process";
|
|
18074
18074
|
import { createHash as createHash22 } from "node:crypto";
|
|
18075
18075
|
import { createRequire as createRequire22 } from "node:module";
|
|
18076
18076
|
import { createRequire as createRequire32 } from "node:module";
|
|
@@ -35743,7 +35743,7 @@ function linuxKeyringAvailable2() {
|
|
|
35743
35743
|
};
|
|
35744
35744
|
}
|
|
35745
35745
|
try {
|
|
35746
|
-
|
|
35746
|
+
execFileSync32("busctl", ["--user", "status", "org.freedesktop.secrets"], {
|
|
35747
35747
|
stdio: "ignore",
|
|
35748
35748
|
timeout: 1000
|
|
35749
35749
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signetai/connector-kimi",
|
|
3
|
-
"version": "0.219.
|
|
3
|
+
"version": "0.219.4",
|
|
4
4
|
"description": "Signet connector for Kimi CLI / Kimi Code",
|
|
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.4",
|
|
28
|
+
"@signetai/core": "0.219.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.0.0",
|