@signetai/signet-memory-openclaw 0.178.0 → 0.179.1

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 +9 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -25,11 +25,13 @@ import { createRequire as createRequire2 } from "node:module";
25
25
  import { dirname, join } from "node:path";
26
26
  import { fileURLToPath } from "node:url";
27
27
  import { createRequire as createRequire22 } from "node:module";
28
- import { homedir as homedir4, platform as platform2 } from "node:os";
28
+ import { homedir as homedir4 } from "node:os";
29
+ import { dirname as dirname3, join as join6, resolve as resolve2 } from "node:path";
30
+ import { homedir as homedir5, platform as platform2 } from "node:os";
29
31
  import { basename, dirname as dirname4, resolve as resolve4 } from "node:path";
30
32
  import { existsSync as existsSync11, readFileSync as readFileSync9, readdirSync as readdirSync4, realpathSync, statSync as statSync5 } from "node:fs";
31
33
  import { dirname as dirname7, join as join11 } from "node:path";
32
- import { homedir as homedir8 } from "node:os";
34
+ import { homedir as homedir9 } from "node:os";
33
35
  var __create = Object.create;
34
36
  var __getProtoOf = Object.getPrototypeOf;
35
37
  var __defProp2 = Object.defineProperty;
@@ -11563,6 +11565,7 @@ try {
11563
11565
  const esmRequire = createRequire22(import.meta.url);
11564
11566
  native = esmRequire("@signet/native");
11565
11567
  } catch {}
11568
+ var GRAPHIQ_DEFAULT_INSTALL_DIR = join6(homedir4(), ".local", "bin");
11566
11569
  var SIGNET_SOURCE_CHECKOUT_DIRNAME = "signetai";
11567
11570
  var SIGNET_GIT_ALLOWED_DIRECTORIES = ["skills", "tools", "dreaming"];
11568
11571
  var SIGNET_GIT_PROTECTED_PATHS = [
@@ -11632,11 +11635,11 @@ var VALID_GITHUB_RESOURCE_TYPES = new Set(DEFAULT_GITHUB_RESOURCE_TYPES);
11632
11635
  function defaultDiscordDesktopCachePath() {
11633
11636
  switch (platform2()) {
11634
11637
  case "darwin":
11635
- return resolve4(homedir4(), "Library", "Application Support", "discord");
11638
+ return resolve4(homedir5(), "Library", "Application Support", "discord");
11636
11639
  case "win32":
11637
- return resolve4(process.env.APPDATA || resolve4(homedir4(), "AppData", "Roaming"), "discord");
11640
+ return resolve4(process.env.APPDATA || resolve4(homedir5(), "AppData", "Roaming"), "discord");
11638
11641
  default:
11639
- return resolve4(process.env.XDG_CONFIG_HOME || resolve4(homedir4(), ".config"), "discord");
11642
+ return resolve4(process.env.XDG_CONFIG_HOME || resolve4(homedir5(), ".config"), "discord");
11640
11643
  }
11641
11644
  }
11642
11645
  var IDENTITY_MODES = ["managed", "off"];
@@ -11877,7 +11880,7 @@ ${parts.join(`
11877
11880
 
11878
11881
  `)}`;
11879
11882
  }
11880
- var home = homedir8();
11883
+ var home = homedir9();
11881
11884
 
11882
11885
  // ../../../libs/sdk/dist/index.js
11883
11886
  function isRecord2(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/signet-memory-openclaw",
3
- "version": "0.178.0",
3
+ "version": "0.179.1",
4
4
  "description": "Signet adapter for OpenClaw — runtime plugin for AI agent memory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",