@signetai/connector-claude-code 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
@@ -17,11 +17,11 @@ import { createHash as createHash2 } from "node:crypto";
17
17
  import { createRequire as createRequire2 } from "node:module";
18
18
  import { createRequire as createRequire3 } from "node:module";
19
19
  import { homedir as homedir5 } from "node:os";
20
- import { dirname as dirname4, join as join8, resolve as resolve2 } from "node:path";
20
+ import { dirname as dirname4, join as join8, resolve as resolve3 } from "node:path";
21
21
  import { homedir as homedir6, platform as platform2 } from "node:os";
22
- import { basename, dirname as dirname5, resolve as resolve4 } from "node:path";
22
+ import { basename, dirname as dirname5, resolve as resolve5 } from "node:path";
23
23
  import { homedir as homedir10 } from "node:os";
24
- import { existsSync as existsSync14, lstatSync, mkdirSync as mkdirSync10, readdirSync as readdirSync7, symlinkSync, unlinkSync as unlinkSync2 } from "node:fs";
24
+ import { existsSync as existsSync15, lstatSync, mkdirSync as mkdirSync10, readdirSync as readdirSync7, symlinkSync, unlinkSync as unlinkSync2 } from "node:fs";
25
25
  import { join as join15 } from "node:path";
26
26
  var __create2 = Object.create;
27
27
  var __getProtoOf2 = Object.getPrototypeOf;
@@ -7001,7 +7001,7 @@ var require_keyring = __commonJS2((exports, module) => {
7001
7001
  var __filename2 = "/home/runner/work/signetai/signetai/node_modules/.bun/@napi-rs+keyring@1.3.0/node_modules/@napi-rs/keyring/index.js";
7002
7002
  var { createRequire: createRequire22 } = __require("node:module");
7003
7003
  __require = createRequire22(__filename2);
7004
- var { readFileSync: readFileSync2 } = __require("node:fs");
7004
+ var { readFileSync: readFileSync3 } = __require("node:fs");
7005
7005
  var nativeBinding = null;
7006
7006
  var loadErrors = [];
7007
7007
  var isMusl = () => {
@@ -7020,7 +7020,7 @@ var require_keyring = __commonJS2((exports, module) => {
7020
7020
  var isFileMusl = (f) => f.includes("libc.musl-") || f.includes("ld-musl-");
7021
7021
  var isMuslFromFilesystem = () => {
7022
7022
  try {
7023
- return readFileSync2("/usr/bin/ldd", "utf-8").includes("musl");
7023
+ return readFileSync3("/usr/bin/ldd", "utf-8").includes("musl");
7024
7024
  } catch {
7025
7025
  return null;
7026
7026
  }
@@ -17539,11 +17539,11 @@ var VALID_GITHUB_RESOURCE_TYPES = new Set(DEFAULT_GITHUB_RESOURCE_TYPES);
17539
17539
  function defaultDiscordDesktopCachePath() {
17540
17540
  switch (platform2()) {
17541
17541
  case "darwin":
17542
- return resolve4(homedir6(), "Library", "Application Support", "discord");
17542
+ return resolve5(homedir6(), "Library", "Application Support", "discord");
17543
17543
  case "win32":
17544
- return resolve4(process.env.APPDATA || resolve4(homedir6(), "AppData", "Roaming"), "discord");
17544
+ return resolve5(process.env.APPDATA || resolve5(homedir6(), "AppData", "Roaming"), "discord");
17545
17545
  default:
17546
- return resolve4(process.env.XDG_CONFIG_HOME || resolve4(homedir6(), ".config"), "discord");
17546
+ return resolve5(process.env.XDG_CONFIG_HOME || resolve5(homedir6(), ".config"), "discord");
17547
17547
  }
17548
17548
  }
17549
17549
  var IDENTITY_FILES = {
@@ -17611,14 +17611,14 @@ function symlinkSkills(sourceDir, targetDir, options = {}) {
17611
17611
  skipped: [],
17612
17612
  errors: []
17613
17613
  };
17614
- if (!existsSync14(sourceDir)) {
17614
+ if (!existsSync15(sourceDir)) {
17615
17615
  return result;
17616
17616
  }
17617
17617
  const targetParent = join15(targetDir, "..");
17618
- if (!existsSync14(targetParent)) {
17618
+ if (!existsSync15(targetParent)) {
17619
17619
  mkdirSync10(targetParent, { recursive: true });
17620
17620
  }
17621
- if (!existsSync14(targetDir)) {
17621
+ if (!existsSync15(targetDir)) {
17622
17622
  mkdirSync10(targetDir, { recursive: true });
17623
17623
  }
17624
17624
  let entries;
@@ -17803,16 +17803,16 @@ import { createRequire as createRequire4 } from "node:module";
17803
17803
  import { dirname as dirname3, join as join2 } from "node:path";
17804
17804
  import { fileURLToPath as fileURLToPath2 } from "node:url";
17805
17805
  import { createHash as createHash3 } from "node:crypto";
17806
- import { homedir as homedir2 } from "os";
17807
- import { join as join22 } from "path";
17806
+ import { homedir as homedir2 } from "node:os";
17807
+ import { join as join22, resolve } from "node:path";
17808
17808
  import { execFileSync as execFileSync22 } from "node:child_process";
17809
17809
  import { createHash as createHash22 } from "node:crypto";
17810
17810
  import { createRequire as createRequire22 } from "node:module";
17811
17811
  import { createRequire as createRequire32 } from "node:module";
17812
17812
  import { homedir as homedir52 } from "node:os";
17813
- import { dirname as dirname42, join as join82, resolve as resolve22 } from "node:path";
17813
+ import { dirname as dirname42, join as join82, resolve as resolve32 } from "node:path";
17814
17814
  import { homedir as homedir62, platform as platform22 } from "node:os";
17815
- import { basename as basename2, dirname as dirname52, resolve as resolve42 } from "node:path";
17815
+ import { basename as basename2, dirname as dirname52, resolve as resolve52 } from "node:path";
17816
17816
  import { homedir as homedir102 } from "node:os";
17817
17817
  var __create = Object.create;
17818
17818
  var __getProtoOf = Object.getPrototypeOf;
@@ -24792,7 +24792,7 @@ var require_keyring2 = __commonJS((exports, module) => {
24792
24792
  var __filename3 = "/home/runner/work/signetai/signetai/node_modules/.bun/@napi-rs+keyring@1.3.0/node_modules/@napi-rs/keyring/index.js";
24793
24793
  var { createRequire: createRequire23 } = __require2("node:module");
24794
24794
  __require2 = createRequire23(__filename3);
24795
- var { readFileSync: readFileSync2 } = __require2("node:fs");
24795
+ var { readFileSync: readFileSync3 } = __require2("node:fs");
24796
24796
  var nativeBinding = null;
24797
24797
  var loadErrors = [];
24798
24798
  var isMusl = () => {
@@ -24811,7 +24811,7 @@ var require_keyring2 = __commonJS((exports, module) => {
24811
24811
  var isFileMusl = (f2) => f2.includes("libc.musl-") || f2.includes("ld-musl-");
24812
24812
  var isMuslFromFilesystem = () => {
24813
24813
  try {
24814
- return readFileSync2("/usr/bin/ldd", "utf-8").includes("musl");
24814
+ return readFileSync3("/usr/bin/ldd", "utf-8").includes("musl");
24815
24815
  } catch {
24816
24816
  return null;
24817
24817
  }
@@ -35337,11 +35337,11 @@ var VALID_GITHUB_RESOURCE_TYPES2 = new Set(DEFAULT_GITHUB_RESOURCE_TYPES2);
35337
35337
  function defaultDiscordDesktopCachePath2() {
35338
35338
  switch (platform22()) {
35339
35339
  case "darwin":
35340
- return resolve42(homedir62(), "Library", "Application Support", "discord");
35340
+ return resolve52(homedir62(), "Library", "Application Support", "discord");
35341
35341
  case "win32":
35342
- return resolve42(process.env.APPDATA || resolve42(homedir62(), "AppData", "Roaming"), "discord");
35342
+ return resolve52(process.env.APPDATA || resolve52(homedir62(), "AppData", "Roaming"), "discord");
35343
35343
  default:
35344
- return resolve42(process.env.XDG_CONFIG_HOME || resolve42(homedir62(), ".config"), "discord");
35344
+ return resolve52(process.env.XDG_CONFIG_HOME || resolve52(homedir62(), ".config"), "discord");
35345
35345
  }
35346
35346
  }
35347
35347
  var IDENTITY_FILES2 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-claude-code",
3
- "version": "0.214.41",
3
+ "version": "0.216.4",
4
4
  "description": "Signet connector for Claude Code (Anthropic CLI)",
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",