@signetai/signet-memory-openclaw 0.94.0 → 0.95.0

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -25,8 +25,8 @@ import { createRequire as createRequire2 } from "node:module";
25
25
  import { join, dirname } from "path";
26
26
  import { fileURLToPath } from "url";
27
27
  import { createRequire as createRequire22 } from "node:module";
28
- import { existsSync as existsSync5, readFileSync as readFileSync4, statSync as statSync2 } from "node:fs";
29
- import { join as join6 } from "node:path";
28
+ import { existsSync as existsSync5, readFileSync as readFileSync4, readdirSync as readdirSync3, realpathSync, statSync as statSync2 } from "node:fs";
29
+ import { dirname as dirname3, join as join6 } from "node:path";
30
30
  import { homedir as homedir5 } from "node:os";
31
31
  var __create = Object.create;
32
32
  var __getProtoOf = Object.getPrototypeOf;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/signet-memory-openclaw",
3
- "version": "0.94.0",
3
+ "version": "0.95.0",
4
4
  "description": "Signet adapter for OpenClaw — runtime plugin for AI agent memory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "@sinclair/typebox": "0.34.47"
37
37
  },
38
38
  "devDependencies": {
39
- "@signet/core": "0.94.0",
39
+ "@signet/core": "0.95.0",
40
40
  "@types/node": "^22.0.0"
41
41
  },
42
42
  "peerDependencies": {