@signetai/connector-kimi 0.214.41 → 0.216.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.
Files changed (2) hide show
  1. package/dist/index.js +20 -20
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -16,11 +16,11 @@ 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";
18
18
  import { homedir as homedir5 } from "node:os";
19
- import { dirname as dirname4, join as join8, resolve as resolve2 } from "node:path";
19
+ import { dirname as dirname4, join as join8, resolve as resolve3 } from "node:path";
20
20
  import { homedir as homedir6, platform as platform2 } from "node:os";
21
- import { basename, dirname as dirname5, resolve as resolve4 } from "node:path";
21
+ import { basename, dirname as dirname5, resolve as resolve5 } from "node:path";
22
22
  import { homedir as homedir10 } from "node:os";
23
- import { existsSync as existsSync14, lstatSync, mkdirSync as mkdirSync10, readdirSync as readdirSync7, symlinkSync, unlinkSync as unlinkSync2 } from "node:fs";
23
+ import { existsSync as existsSync15, lstatSync, mkdirSync as mkdirSync10, readdirSync as readdirSync7, symlinkSync, unlinkSync as unlinkSync2 } from "node:fs";
24
24
  import { join as join15 } from "node:path";
25
25
  var __create2 = Object.create;
26
26
  var __getProtoOf2 = Object.getPrototypeOf;
@@ -7000,7 +7000,7 @@ var require_keyring = __commonJS2((exports, module) => {
7000
7000
  var __filename2 = "/home/runner/work/signetai/signetai/node_modules/.bun/@napi-rs+keyring@1.3.0/node_modules/@napi-rs/keyring/index.js";
7001
7001
  var { createRequire: createRequire22 } = __require("node:module");
7002
7002
  __require = createRequire22(__filename2);
7003
- var { readFileSync: readFileSync2 } = __require("node:fs");
7003
+ var { readFileSync: readFileSync3 } = __require("node:fs");
7004
7004
  var nativeBinding = null;
7005
7005
  var loadErrors = [];
7006
7006
  var isMusl = () => {
@@ -7019,7 +7019,7 @@ var require_keyring = __commonJS2((exports, module) => {
7019
7019
  var isFileMusl = (f) => f.includes("libc.musl-") || f.includes("ld-musl-");
7020
7020
  var isMuslFromFilesystem = () => {
7021
7021
  try {
7022
- return readFileSync2("/usr/bin/ldd", "utf-8").includes("musl");
7022
+ return readFileSync3("/usr/bin/ldd", "utf-8").includes("musl");
7023
7023
  } catch {
7024
7024
  return null;
7025
7025
  }
@@ -17538,11 +17538,11 @@ var VALID_GITHUB_RESOURCE_TYPES = new Set(DEFAULT_GITHUB_RESOURCE_TYPES);
17538
17538
  function defaultDiscordDesktopCachePath() {
17539
17539
  switch (platform2()) {
17540
17540
  case "darwin":
17541
- return resolve4(homedir6(), "Library", "Application Support", "discord");
17541
+ return resolve5(homedir6(), "Library", "Application Support", "discord");
17542
17542
  case "win32":
17543
- return resolve4(process.env.APPDATA || resolve4(homedir6(), "AppData", "Roaming"), "discord");
17543
+ return resolve5(process.env.APPDATA || resolve5(homedir6(), "AppData", "Roaming"), "discord");
17544
17544
  default:
17545
- return resolve4(process.env.XDG_CONFIG_HOME || resolve4(homedir6(), ".config"), "discord");
17545
+ return resolve5(process.env.XDG_CONFIG_HOME || resolve5(homedir6(), ".config"), "discord");
17546
17546
  }
17547
17547
  }
17548
17548
  var IDENTITY_FILES = {
@@ -17610,14 +17610,14 @@ function symlinkSkills(sourceDir, targetDir, options = {}) {
17610
17610
  skipped: [],
17611
17611
  errors: []
17612
17612
  };
17613
- if (!existsSync14(sourceDir)) {
17613
+ if (!existsSync15(sourceDir)) {
17614
17614
  return result;
17615
17615
  }
17616
17616
  const targetParent = join15(targetDir, "..");
17617
- if (!existsSync14(targetParent)) {
17617
+ if (!existsSync15(targetParent)) {
17618
17618
  mkdirSync10(targetParent, { recursive: true });
17619
17619
  }
17620
- if (!existsSync14(targetDir)) {
17620
+ if (!existsSync15(targetDir)) {
17621
17621
  mkdirSync10(targetDir, { recursive: true });
17622
17622
  }
17623
17623
  let entries;
@@ -17779,16 +17779,16 @@ import { createRequire as createRequire4 } from "node:module";
17779
17779
  import { dirname as dirname3, join as join2 } from "node:path";
17780
17780
  import { fileURLToPath as fileURLToPath2 } from "node:url";
17781
17781
  import { createHash as createHash3 } from "node:crypto";
17782
- import { homedir as homedir2 } from "os";
17783
- import { join as join22 } from "path";
17782
+ import { homedir as homedir2 } from "node:os";
17783
+ import { join as join22, resolve } from "node:path";
17784
17784
  import { execFileSync as execFileSync22 } from "node:child_process";
17785
17785
  import { createHash as createHash22 } from "node:crypto";
17786
17786
  import { createRequire as createRequire22 } from "node:module";
17787
17787
  import { createRequire as createRequire32 } from "node:module";
17788
17788
  import { homedir as homedir52 } from "node:os";
17789
- import { dirname as dirname42, join as join82, resolve as resolve22 } from "node:path";
17789
+ import { dirname as dirname42, join as join82, resolve as resolve32 } from "node:path";
17790
17790
  import { homedir as homedir62, platform as platform22 } from "node:os";
17791
- import { basename as basename2, dirname as dirname52, resolve as resolve42 } from "node:path";
17791
+ import { basename as basename2, dirname as dirname52, resolve as resolve52 } from "node:path";
17792
17792
  import { homedir as homedir102 } from "node:os";
17793
17793
  var __create = Object.create;
17794
17794
  var __getProtoOf = Object.getPrototypeOf;
@@ -24768,7 +24768,7 @@ var require_keyring2 = __commonJS((exports, module) => {
24768
24768
  var __filename3 = "/home/runner/work/signetai/signetai/node_modules/.bun/@napi-rs+keyring@1.3.0/node_modules/@napi-rs/keyring/index.js";
24769
24769
  var { createRequire: createRequire23 } = __require2("node:module");
24770
24770
  __require2 = createRequire23(__filename3);
24771
- var { readFileSync: readFileSync2 } = __require2("node:fs");
24771
+ var { readFileSync: readFileSync3 } = __require2("node:fs");
24772
24772
  var nativeBinding = null;
24773
24773
  var loadErrors = [];
24774
24774
  var isMusl = () => {
@@ -24787,7 +24787,7 @@ var require_keyring2 = __commonJS((exports, module) => {
24787
24787
  var isFileMusl = (f2) => f2.includes("libc.musl-") || f2.includes("ld-musl-");
24788
24788
  var isMuslFromFilesystem = () => {
24789
24789
  try {
24790
- return readFileSync2("/usr/bin/ldd", "utf-8").includes("musl");
24790
+ return readFileSync3("/usr/bin/ldd", "utf-8").includes("musl");
24791
24791
  } catch {
24792
24792
  return null;
24793
24793
  }
@@ -35393,11 +35393,11 @@ var VALID_GITHUB_RESOURCE_TYPES2 = new Set(DEFAULT_GITHUB_RESOURCE_TYPES2);
35393
35393
  function defaultDiscordDesktopCachePath2() {
35394
35394
  switch (platform22()) {
35395
35395
  case "darwin":
35396
- return resolve42(homedir62(), "Library", "Application Support", "discord");
35396
+ return resolve52(homedir62(), "Library", "Application Support", "discord");
35397
35397
  case "win32":
35398
- return resolve42(process.env.APPDATA || resolve42(homedir62(), "AppData", "Roaming"), "discord");
35398
+ return resolve52(process.env.APPDATA || resolve52(homedir62(), "AppData", "Roaming"), "discord");
35399
35399
  default:
35400
- return resolve42(process.env.XDG_CONFIG_HOME || resolve42(homedir62(), ".config"), "discord");
35400
+ return resolve52(process.env.XDG_CONFIG_HOME || resolve52(homedir62(), ".config"), "discord");
35401
35401
  }
35402
35402
  }
35403
35403
  var IDENTITY_FILES2 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-kimi",
3
- "version": "0.214.41",
3
+ "version": "0.216.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.214.41",
28
- "@signetai/core": "0.214.41"
27
+ "@signetai/connector-base": "0.216.4",
28
+ "@signetai/core": "0.216.4"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.0.0",