@signetai/connector-codex 0.214.42 → 0.216.5

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
@@ -18,11 +18,11 @@ import { createHash as createHash2 } from "node:crypto";
18
18
  import { createRequire as createRequire2 } from "node:module";
19
19
  import { createRequire as createRequire3 } from "node:module";
20
20
  import { homedir as homedir5 } from "node:os";
21
- import { dirname as dirname4, join as join8, resolve as resolve2 } from "node:path";
21
+ import { dirname as dirname4, join as join8, resolve as resolve3 } from "node:path";
22
22
  import { homedir as homedir6, platform as platform2 } from "node:os";
23
- import { basename, dirname as dirname5, resolve as resolve4 } from "node:path";
23
+ import { basename, dirname as dirname5, resolve as resolve5 } from "node:path";
24
24
  import { homedir as homedir10 } from "node:os";
25
- import { existsSync as existsSync14, lstatSync, mkdirSync as mkdirSync10, readdirSync as readdirSync7, symlinkSync, unlinkSync as unlinkSync2 } from "node:fs";
25
+ import { existsSync as existsSync15, lstatSync, mkdirSync as mkdirSync10, readdirSync as readdirSync7, symlinkSync, unlinkSync as unlinkSync2 } from "node:fs";
26
26
  import { join as join15 } from "node:path";
27
27
  var __create2 = Object.create;
28
28
  var __getProtoOf2 = Object.getPrototypeOf;
@@ -7002,7 +7002,7 @@ var require_keyring = __commonJS2((exports, module) => {
7002
7002
  var __filename2 = "/home/runner/work/signetai/signetai/node_modules/.bun/@napi-rs+keyring@1.3.0/node_modules/@napi-rs/keyring/index.js";
7003
7003
  var { createRequire: createRequire22 } = __require("node:module");
7004
7004
  __require = createRequire22(__filename2);
7005
- var { readFileSync: readFileSync2 } = __require("node:fs");
7005
+ var { readFileSync: readFileSync3 } = __require("node:fs");
7006
7006
  var nativeBinding = null;
7007
7007
  var loadErrors = [];
7008
7008
  var isMusl = () => {
@@ -7021,7 +7021,7 @@ var require_keyring = __commonJS2((exports, module) => {
7021
7021
  var isFileMusl = (f) => f.includes("libc.musl-") || f.includes("ld-musl-");
7022
7022
  var isMuslFromFilesystem = () => {
7023
7023
  try {
7024
- return readFileSync2("/usr/bin/ldd", "utf-8").includes("musl");
7024
+ return readFileSync3("/usr/bin/ldd", "utf-8").includes("musl");
7025
7025
  } catch {
7026
7026
  return null;
7027
7027
  }
@@ -17620,11 +17620,11 @@ var VALID_GITHUB_RESOURCE_TYPES = new Set(DEFAULT_GITHUB_RESOURCE_TYPES);
17620
17620
  function defaultDiscordDesktopCachePath() {
17621
17621
  switch (platform2()) {
17622
17622
  case "darwin":
17623
- return resolve4(homedir6(), "Library", "Application Support", "discord");
17623
+ return resolve5(homedir6(), "Library", "Application Support", "discord");
17624
17624
  case "win32":
17625
- return resolve4(process.env.APPDATA || resolve4(homedir6(), "AppData", "Roaming"), "discord");
17625
+ return resolve5(process.env.APPDATA || resolve5(homedir6(), "AppData", "Roaming"), "discord");
17626
17626
  default:
17627
- return resolve4(process.env.XDG_CONFIG_HOME || resolve4(homedir6(), ".config"), "discord");
17627
+ return resolve5(process.env.XDG_CONFIG_HOME || resolve5(homedir6(), ".config"), "discord");
17628
17628
  }
17629
17629
  }
17630
17630
  var IDENTITY_FILES = {
@@ -17692,14 +17692,14 @@ function symlinkSkills(sourceDir, targetDir, options = {}) {
17692
17692
  skipped: [],
17693
17693
  errors: []
17694
17694
  };
17695
- if (!existsSync14(sourceDir)) {
17695
+ if (!existsSync15(sourceDir)) {
17696
17696
  return result;
17697
17697
  }
17698
17698
  const targetParent = join15(targetDir, "..");
17699
- if (!existsSync14(targetParent)) {
17699
+ if (!existsSync15(targetParent)) {
17700
17700
  mkdirSync10(targetParent, { recursive: true });
17701
17701
  }
17702
- if (!existsSync14(targetDir)) {
17702
+ if (!existsSync15(targetDir)) {
17703
17703
  mkdirSync10(targetDir, { recursive: true });
17704
17704
  }
17705
17705
  let entries;
@@ -17898,16 +17898,16 @@ import { createRequire as createRequire4 } from "node:module";
17898
17898
  import { dirname as dirname3, join as join2 } from "node:path";
17899
17899
  import { fileURLToPath as fileURLToPath2 } from "node:url";
17900
17900
  import { createHash as createHash3 } from "node:crypto";
17901
- import { homedir as homedir2 } from "os";
17902
- import { join as join22 } from "path";
17901
+ import { homedir as homedir2 } from "node:os";
17902
+ import { join as join22, resolve } from "node:path";
17903
17903
  import { execFileSync as execFileSync22 } from "node:child_process";
17904
17904
  import { createHash as createHash22 } from "node:crypto";
17905
17905
  import { createRequire as createRequire22 } from "node:module";
17906
17906
  import { createRequire as createRequire32 } from "node:module";
17907
17907
  import { homedir as homedir52 } from "node:os";
17908
- import { dirname as dirname42, join as join82, resolve as resolve22 } from "node:path";
17908
+ import { dirname as dirname42, join as join82, resolve as resolve32 } from "node:path";
17909
17909
  import { homedir as homedir62, platform as platform22 } from "node:os";
17910
- import { basename as basename2, dirname as dirname52, resolve as resolve42 } from "node:path";
17910
+ import { basename as basename2, dirname as dirname52, resolve as resolve52 } from "node:path";
17911
17911
  import { homedir as homedir102 } from "node:os";
17912
17912
  var __create = Object.create;
17913
17913
  var __getProtoOf = Object.getPrototypeOf;
@@ -24887,7 +24887,7 @@ var require_keyring2 = __commonJS((exports, module) => {
24887
24887
  var __filename3 = "/home/runner/work/signetai/signetai/node_modules/.bun/@napi-rs+keyring@1.3.0/node_modules/@napi-rs/keyring/index.js";
24888
24888
  var { createRequire: createRequire23 } = __require2("node:module");
24889
24889
  __require2 = createRequire23(__filename3);
24890
- var { readFileSync: readFileSync2 } = __require2("node:fs");
24890
+ var { readFileSync: readFileSync3 } = __require2("node:fs");
24891
24891
  var nativeBinding = null;
24892
24892
  var loadErrors = [];
24893
24893
  var isMusl = () => {
@@ -24906,7 +24906,7 @@ var require_keyring2 = __commonJS((exports, module) => {
24906
24906
  var isFileMusl = (f2) => f2.includes("libc.musl-") || f2.includes("ld-musl-");
24907
24907
  var isMuslFromFilesystem = () => {
24908
24908
  try {
24909
- return readFileSync2("/usr/bin/ldd", "utf-8").includes("musl");
24909
+ return readFileSync3("/usr/bin/ldd", "utf-8").includes("musl");
24910
24910
  } catch {
24911
24911
  return null;
24912
24912
  }
@@ -35432,11 +35432,11 @@ var VALID_GITHUB_RESOURCE_TYPES2 = new Set(DEFAULT_GITHUB_RESOURCE_TYPES2);
35432
35432
  function defaultDiscordDesktopCachePath2() {
35433
35433
  switch (platform22()) {
35434
35434
  case "darwin":
35435
- return resolve42(homedir62(), "Library", "Application Support", "discord");
35435
+ return resolve52(homedir62(), "Library", "Application Support", "discord");
35436
35436
  case "win32":
35437
- return resolve42(process.env.APPDATA || resolve42(homedir62(), "AppData", "Roaming"), "discord");
35437
+ return resolve52(process.env.APPDATA || resolve52(homedir62(), "AppData", "Roaming"), "discord");
35438
35438
  default:
35439
- return resolve42(process.env.XDG_CONFIG_HOME || resolve42(homedir62(), ".config"), "discord");
35439
+ return resolve52(process.env.XDG_CONFIG_HOME || resolve52(homedir62(), ".config"), "discord");
35440
35440
  }
35441
35441
  }
35442
35442
  var IDENTITY_FILES2 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-codex",
3
- "version": "0.214.42",
3
+ "version": "0.216.5",
4
4
  "description": "Signet connector for Codex 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.42",
28
- "@signetai/core": "0.214.42"
27
+ "@signetai/connector-base": "0.216.5",
28
+ "@signetai/core": "0.216.5"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.0.0",